Shades of Venus #9C888C
Tints of Venus #9C888C
RGB
CMYK
RGB Variations
Color information
#9C888C (or 0x9C888C) is known color: Venus. HEX triplet: 9C, 88 and 8C. RGB value is (156,136,140). Sum of RGB (Red+Green+Blue) = 156+136+140=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C888C is #637773. Grayscale: #8E8E8E. Windows color (decimal): -6518644 or 9210012. OLE color: 9210012.
HSL color Cylindrical-coordinate representation of color #9C888C: hue angle of 348º 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 #9C888C is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 140 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.39 |
| HSL | 348º | 0.09% | 0.57% | - |
| HSV(B) | 348º | 0.13% | 0.61% | - |
| XYZ | 27.25 | 26.57 | 28.5 | - |
| YUV | 142.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 140 | 0 | 0.13 | 0.10 | 0.39 | 348 | 0.09 | 0.57 |
| Hex | 9C | 88 | 8C | 0 | D | A | 27 | 15C | 9 | 39 |
| Octal | 234 | 210 | 214 | 0 | 15 | 12 | 47 | 534 | 11 | 71 |
| Binary | 10011100 | 10001000 | 10001100 | 0 | 1101 | 1010 | 100111 | 101011100 | 1001 | 111001 |
Color Harmonies of #9C888C
Complementary color
Monochromatic Colors of #9C888C
Black with #9C888C
Text Example
Text Example
White with #9C888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C888C; }
p { color: rgb(156,136,140); }
H1.HeaderClassName
{
color: #9C888C;
}
.AnyTagClassName
{
color: #9C888C;
}
</style>
background-color css
<style>
a { background-color: #9C888C; }
a { background-color: rgb(156,136,140); }
div.DivClassName
{
background-color: #9C888C;
}
.BgClassName
{
background-color: #9C888C;
}
</style>
border-color css
<style>
span { border-color: #9C888C; }
span { border-color: rgb(156,136,140); }
td.TdClassName
{
border-color: #9C888C;
}
.TagClassName
{
border-color: #9C888C;
}
</style>