Shades of Venus #9B878C
Tints of Venus #9B878C
RGB
CMYK
RGB Variations
Color information
#9B878C (or 0x9B878C) is known color: Venus. HEX triplet: 9B, 87 and 8C. RGB value is (155,135,140). Sum of RGB (Red+Green+Blue) = 155+135+140=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878C is #647873. Grayscale: #8D8D8D. Windows color (decimal): -6584436 or 9209755. OLE color: 9209755.
HSL color Cylindrical-coordinate representation of color #9B878C: hue angle of 345º 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 #9B878C is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 140 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.39 |
| HSL | 345º | 0.09% | 0.57% | - |
| HSV(B) | 345º | 0.13% | 0.61% | - |
| XYZ | 26.92 | 26.19 | 28.45 | - |
| YUV | 141.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 140 | 0 | 0.13 | 0.10 | 0.39 | 345 | 0.09 | 0.57 |
| Hex | 9B | 87 | 8C | 0 | D | A | 27 | 159 | 9 | 39 |
| Octal | 233 | 207 | 214 | 0 | 15 | 12 | 47 | 531 | 11 | 71 |
| Binary | 10011011 | 10000111 | 10001100 | 0 | 1101 | 1010 | 100111 | 101011001 | 1001 | 111001 |
Color Harmonies of #9B878C
Complementary color
Monochromatic Colors of #9B878C
Black with #9B878C
Text Example
Text Example
White with #9B878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B878C; }
p { color: rgb(155,135,140); }
H1.HeaderClassName
{
color: #9B878C;
}
.AnyTagClassName
{
color: #9B878C;
}
</style>
background-color css
<style>
a { background-color: #9B878C; }
a { background-color: rgb(155,135,140); }
div.DivClassName
{
background-color: #9B878C;
}
.BgClassName
{
background-color: #9B878C;
}
</style>
border-color css
<style>
span { border-color: #9B878C; }
span { border-color: rgb(155,135,140); }
td.TdClassName
{
border-color: #9B878C;
}
.TagClassName
{
border-color: #9B878C;
}
</style>