Shades of Venus #9B878B
Tints of Venus #9B878B
RGB
CMYK
RGB Variations
Color information
#9B878B (or 0x9B878B) is known color: Venus. HEX triplet: 9B, 87 and 8B. RGB value is (155,135,139). Sum of RGB (Red+Green+Blue) = 155+135+139=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878B is #647874. Grayscale: #8D8D8D. Windows color (decimal): -6584437 or 9144219. OLE color: 9144219.
HSL color Cylindrical-coordinate representation of color #9B878B: 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 #9B878B is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 139 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.39 |
| HSL | 348º | 0.09% | 0.57% | - |
| HSV(B) | 348º | 0.13% | 0.61% | - |
| XYZ | 26.84 | 26.16 | 28.06 | - |
| YUV | 141.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 139 | 0 | 0.13 | 0.10 | 0.39 | 348 | 0.09 | 0.57 |
| Hex | 9B | 87 | 8B | 0 | D | A | 27 | 15C | 9 | 39 |
| Octal | 233 | 207 | 213 | 0 | 15 | 12 | 47 | 534 | 11 | 71 |
| Binary | 10011011 | 10000111 | 10001011 | 0 | 1101 | 1010 | 100111 | 101011100 | 1001 | 111001 |
Color Harmonies of #9B878B
Complementary color
Monochromatic Colors of #9B878B
Black with #9B878B
Text Example
Text Example
White with #9B878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B878B; }
p { color: rgb(155,135,139); }
H1.HeaderClassName
{
color: #9B878B;
}
.AnyTagClassName
{
color: #9B878B;
}
</style>
background-color css
<style>
a { background-color: #9B878B; }
a { background-color: rgb(155,135,139); }
div.DivClassName
{
background-color: #9B878B;
}
.BgClassName
{
background-color: #9B878B;
}
</style>
border-color css
<style>
span { border-color: #9B878B; }
span { border-color: rgb(155,135,139); }
td.TdClassName
{
border-color: #9B878B;
}
.TagClassName
{
border-color: #9B878B;
}
</style>