Shades of Venus #9D878C
Tints of Venus #9D878C
RGB
CMYK
RGB Variations
Color information
#9D878C (or 0x9D878C) is known color: Venus. HEX triplet: 9D, 87 and 8C. RGB value is (157,135,140). Sum of RGB (Red+Green+Blue) = 157+135+140=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 157 - color contains mainly: red. Hex color #9D878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D878C is #627873. Grayscale: #8E8E8E. Windows color (decimal): -6453364 or 9209757. OLE color: 9209757.
HSL color Cylindrical-coordinate representation of color #9D878C: hue angle of 346.36º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D878C is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 140 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.38 |
| HSL | 346.36º | 0.1% | 0.57% | - |
| HSV(B) | 346.36º | 0.14% | 0.62% | - |
| XYZ | 27.3 | 26.39 | 28.47 | - |
| YUV | 142.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 140 | 0 | 0.14 | 0.11 | 0.38 | 346.36 | 0.1 | 0.57 |
| Hex | 9D | 87 | 8C | 0 | E | B | 26 | 15A | A | 39 |
| Octal | 235 | 207 | 214 | 0 | 16 | 13 | 46 | 532 | 12 | 71 |
| Binary | 10011101 | 10000111 | 10001100 | 0 | 1110 | 1011 | 100110 | 101011010 | 1010 | 111001 |
Color Harmonies of #9D878C
Complementary color
Monochromatic Colors of #9D878C
Black with #9D878C
Text Example
Text Example
White with #9D878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D878C; }
p { color: rgb(157,135,140); }
H1.HeaderClassName
{
color: #9D878C;
}
.AnyTagClassName
{
color: #9D878C;
}
</style>
background-color css
<style>
a { background-color: #9D878C; }
a { background-color: rgb(157,135,140); }
div.DivClassName
{
background-color: #9D878C;
}
.BgClassName
{
background-color: #9D878C;
}
</style>
border-color css
<style>
span { border-color: #9D878C; }
span { border-color: rgb(157,135,140); }
td.TdClassName
{
border-color: #9D878C;
}
.TagClassName
{
border-color: #9D878C;
}
</style>