Color spaces of #898872
RGB | 137 | 136 | 114 |
---|---|---|---|
HSL | 0.16 | 0.09 | 0.49 |
HSV | 57° | 17° | 54° |
CMYK | 0.00 | 0.01 | 0.17 0.46 |
XYZ | 22.1579 | 24.1416 | 19.4115 |
Yxy | 24.1416 | 0.3372 | 0.3674 |
Hunter Lab | 49.1341 | -5.4869 | 10.9701 |
CIE-Lab | 56.2293 | -3.6053 | 11.9701 |
#898872 color RGB value is (137,136,114).
#898872 hex color red value is 137, green value is 136 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #898872 hue: 0.16 , saturation: 0.09 and the lightness value of 898872 is 0.49.
The process color (four color CMYK) of #898872 color hex is 0.00, 0.01, 0.17, 0.46. Web safe color of #898872 is #999966. Color #898872 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10001000 | 01110010 |
Octal | 211 | 210 | 162 |
Decimal | 137 | 136 | 114 |
Hex | 89 | 88 | 72 |
Shades of #898872
Tints of #898872
RGB Percentages of Color #898872
CMYK Percentages of Color #898872
Complementary Color
#898872 | #727389 |
#898872 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#898872 Color Preview on White Background
Lorem ipsum dolor sit amet.
#898872 Color CSS Codes
.mybgcolor {background-color:#898872; } .myforecolor {color:#898872; } .mybordercolor {border:3px solid #898872; }
#898872 Text Font Color
<p style="color:#898872">Text here</p>
This sample text font color is #898872
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#898872 Background Color
<div style="background-color:#898872">
Div content here</div>
This div background color is #898872
#898872 Border Color
<div style="border:3px solid #898872">
Div here</div>
This div border color is #898872
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,136,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #898872; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #898872; -webkit-box-shadow: 1px 1px 3px 2px #898872; box-shadow: 1px 1px 3px 2px #898872; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,136,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #898872">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #898872; -webkit-box-shadow: 1px 1px 3px 2px #898872; box-shadow: 1px 1px 3px 2px #898872;">
Div content here</div>
This div box has shadow with color #898872
Comments
No comments written yet.
Please login to write comment.