Shades of Venus #9C888F
Tints of Venus #9C888F
RGB
CMYK
RGB Variations
Color information
#9C888F (or 0x9C888F) is known color: Venus. HEX triplet: 9C, 88 and 8F. RGB value is (156,136,143). Sum of RGB (Red+Green+Blue) = 156+136+143=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C888F is #637770. Grayscale: #8E8E8E. Windows color (decimal): -6518641 or 9406620. OLE color: 9406620.
HSL color Cylindrical-coordinate representation of color #9C888F: hue angle of 339º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C888F is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 143 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.39 |
| HSL | 339º | 0.09% | 0.57% | - |
| HSV(B) | 339º | 0.13% | 0.61% | - |
| XYZ | 27.47 | 26.66 | 29.68 | - |
| YUV | 142.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 143 | 0 | 0.13 | 0.08 | 0.39 | 339 | 0.09 | 0.57 |
| Hex | 9C | 88 | 8F | 0 | D | 8 | 27 | 153 | 9 | 39 |
| Octal | 234 | 210 | 217 | 0 | 15 | 10 | 47 | 523 | 11 | 71 |
| Binary | 10011100 | 10001000 | 10001111 | 0 | 1101 | 1000 | 100111 | 101010011 | 1001 | 111001 |
Color Harmonies of #9C888F
Complementary color
Monochromatic Colors of #9C888F
Black with #9C888F
Text Example
Text Example
White with #9C888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C888F; }
p { color: rgb(156,136,143); }
H1.HeaderClassName
{
color: #9C888F;
}
.AnyTagClassName
{
color: #9C888F;
}
</style>
background-color css
<style>
a { background-color: #9C888F; }
a { background-color: rgb(156,136,143); }
div.DivClassName
{
background-color: #9C888F;
}
.BgClassName
{
background-color: #9C888F;
}
</style>
border-color css
<style>
span { border-color: #9C888F; }
span { border-color: rgb(156,136,143); }
td.TdClassName
{
border-color: #9C888F;
}
.TagClassName
{
border-color: #9C888F;
}
</style>