Color spaces of #899788
RGB | 137 | 151 | 136 |
---|---|---|---|
HSL | 0.32 | 0.07 | 0.56 |
HSV | 116° | 10° | 59° |
CMYK | 0.09 | 0.00 | 0.10 0.41 |
XYZ | 25.8271 | 29.2292 | 27.5731 |
Yxy | 29.2292 | 0.3126 | 0.3537 |
Hunter Lab | 54.0640 | -9.3403 | 7.6064 |
CIE-Lab | 60.9834 | -7.9710 | 6.1966 |
#899788 color RGB value is (137,151,136).
#899788 hex color red value is 137, green value is 151 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #899788 hue: 0.32 , saturation: 0.07 and the lightness value of 899788 is 0.56.
The process color (four color CMYK) of #899788 color hex is 0.09, 0.00, 0.10, 0.41. Web safe color of #899788 is #999999. Color #899788 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10010111 | 10001000 |
Octal | 211 | 227 | 210 |
Decimal | 137 | 151 | 136 |
Hex | 89 | 97 | 88 |
Shades of #899788
Tints of #899788
RGB Percentages of Color #899788
CMYK Percentages of Color #899788
Complementary Color
#899788 | #968897 |
#899788 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#899788 Color Preview on White Background
Lorem ipsum dolor sit amet.
#899788 Color CSS Codes
.mybgcolor {background-color:#899788; } .myforecolor {color:#899788; } .mybordercolor {border:3px solid #899788; }
#899788 Text Font Color
<p style="color:#899788">Text here</p>
This sample text font color is #899788
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.
#899788 Background Color
<div style="background-color:#899788">
Div content here</div>
This div background color is #899788
#899788 Border Color
<div style="border:3px solid #899788">
Div here</div>
This div border color is #899788
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,151,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #899788; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #899788; -webkit-box-shadow: 1px 1px 3px 2px #899788; box-shadow: 1px 1px 3px 2px #899788; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,151,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #899788">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #899788; -webkit-box-shadow: 1px 1px 3px 2px #899788; box-shadow: 1px 1px 3px 2px #899788;">
Div content here</div>
This div box has shadow with color #899788
Comments
No comments written yet.
Please login to write comment.