Shades of Venus #9C878C
Tints of Venus #9C878C
RGB
CMYK
RGB Variations
Color information
#9C878C (or 0x9C878C) is known color: Venus. HEX triplet: 9C, 87 and 8C. RGB value is (156,135,140). Sum of RGB (Red+Green+Blue) = 156+135+140=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C878C is #637873. Grayscale: #8D8D8D. Windows color (decimal): -6518900 or 9209756. OLE color: 9209756.
HSL color Cylindrical-coordinate representation of color #9C878C: hue angle of 345.71º degrees, saturation: 0.1, 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 #9C878C is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 140 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.39 |
| HSL | 345.71º | 0.1% | 0.57% | - |
| HSV(B) | 345.71º | 0.13% | 0.61% | - |
| XYZ | 27.11 | 26.29 | 28.46 | - |
| YUV | 141.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 140 | 0 | 0.13 | 0.10 | 0.39 | 345.71 | 0.1 | 0.57 |
| Hex | 9C | 87 | 8C | 0 | D | A | 27 | 15A | A | 39 |
| Octal | 234 | 207 | 214 | 0 | 15 | 12 | 47 | 532 | 12 | 71 |
| Binary | 10011100 | 10000111 | 10001100 | 0 | 1101 | 1010 | 100111 | 101011010 | 1010 | 111001 |
Color Harmonies of #9C878C
Complementary color
Monochromatic Colors of #9C878C
Black with #9C878C
Text Example
Text Example
White with #9C878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C878C; }
p { color: rgb(156,135,140); }
H1.HeaderClassName
{
color: #9C878C;
}
.AnyTagClassName
{
color: #9C878C;
}
</style>
background-color css
<style>
a { background-color: #9C878C; }
a { background-color: rgb(156,135,140); }
div.DivClassName
{
background-color: #9C878C;
}
.BgClassName
{
background-color: #9C878C;
}
</style>
border-color css
<style>
span { border-color: #9C878C; }
span { border-color: rgb(156,135,140); }
td.TdClassName
{
border-color: #9C878C;
}
.TagClassName
{
border-color: #9C878C;
}
</style>