Shades of Venus #9B8788
Tints of Venus #9B8788
RGB
CMYK
RGB Variations
Color information
#9B8788 (or 0x9B8788) is known color: Venus. HEX triplet: 9B, 87 and 88. RGB value is (155,135,136). Sum of RGB (Red+Green+Blue) = 155+135+136=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8788 is #647877. Grayscale: #8D8D8D. Windows color (decimal): -6584440 or 8947611. OLE color: 8947611.
HSL color Cylindrical-coordinate representation of color #9B8788: hue angle of 357º 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 #9B8788 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 136 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.39 |
| HSL | 357º | 0.09% | 0.57% | - |
| HSV(B) | 357º | 0.13% | 0.61% | - |
| XYZ | 26.63 | 26.07 | 26.92 | - |
| YUV | 141.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 136 | 0 | 0.13 | 0.12 | 0.39 | 357 | 0.09 | 0.57 |
| Hex | 9B | 87 | 88 | 0 | D | C | 27 | 165 | 9 | 39 |
| Octal | 233 | 207 | 210 | 0 | 15 | 14 | 47 | 545 | 11 | 71 |
| Binary | 10011011 | 10000111 | 10001000 | 0 | 1101 | 1100 | 100111 | 101100101 | 1001 | 111001 |
Color Harmonies of #9B8788
Complementary color
Monochromatic Colors of #9B8788
Black with #9B8788
Text Example
Text Example
White with #9B8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8788; }
p { color: rgb(155,135,136); }
H1.HeaderClassName
{
color: #9B8788;
}
.AnyTagClassName
{
color: #9B8788;
}
</style>
background-color css
<style>
a { background-color: #9B8788; }
a { background-color: rgb(155,135,136); }
div.DivClassName
{
background-color: #9B8788;
}
.BgClassName
{
background-color: #9B8788;
}
</style>
border-color css
<style>
span { border-color: #9B8788; }
span { border-color: rgb(155,135,136); }
td.TdClassName
{
border-color: #9B8788;
}
.TagClassName
{
border-color: #9B8788;
}
</style>