Shades of Venus #9C888B
Tints of Venus #9C888B
RGB
CMYK
RGB Variations
Color information
#9C888B (or 0x9C888B) is known color: Venus. HEX triplet: 9C, 88 and 8B. RGB value is (156,136,139). Sum of RGB (Red+Green+Blue) = 156+136+139=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C888B is #637774. Grayscale: #8E8E8E. Windows color (decimal): -6518645 or 9144476. OLE color: 9144476.
HSL color Cylindrical-coordinate representation of color #9C888B: hue angle of 351º 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 #9C888B is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 139 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.39 |
| HSL | 351º | 0.09% | 0.57% | - |
| HSV(B) | 351º | 0.13% | 0.61% | - |
| XYZ | 27.17 | 26.54 | 28.12 | - |
| YUV | 142.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 139 | 0 | 0.13 | 0.11 | 0.39 | 351 | 0.09 | 0.57 |
| Hex | 9C | 88 | 8B | 0 | D | B | 27 | 15F | 9 | 39 |
| Octal | 234 | 210 | 213 | 0 | 15 | 13 | 47 | 537 | 11 | 71 |
| Binary | 10011100 | 10001000 | 10001011 | 0 | 1101 | 1011 | 100111 | 101011111 | 1001 | 111001 |
Color Harmonies of #9C888B
Complementary color
Monochromatic Colors of #9C888B
Black with #9C888B
Text Example
Text Example
White with #9C888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C888B; }
p { color: rgb(156,136,139); }
H1.HeaderClassName
{
color: #9C888B;
}
.AnyTagClassName
{
color: #9C888B;
}
</style>
background-color css
<style>
a { background-color: #9C888B; }
a { background-color: rgb(156,136,139); }
div.DivClassName
{
background-color: #9C888B;
}
.BgClassName
{
background-color: #9C888B;
}
</style>
border-color css
<style>
span { border-color: #9C888B; }
span { border-color: rgb(156,136,139); }
td.TdClassName
{
border-color: #9C888B;
}
.TagClassName
{
border-color: #9C888B;
}
</style>