Shades of Venus #99878B
Tints of Venus #99878B
RGB
CMYK
RGB Variations
Color information
#99878B (or 0x99878B) is known color: Venus. HEX triplet: 99, 87 and 8B. RGB value is (153,135,139). Sum of RGB (Red+Green+Blue) = 153+135+139=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99878B is #667874. Grayscale: #8C8C8C. Windows color (decimal): -6715509 or 9144217. OLE color: 9144217.
HSL color Cylindrical-coordinate representation of color #99878B: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99878B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 139 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.4 |
| HSL | 346.67º | 0.08% | 0.56% | - |
| HSV(B) | 346.67º | 0.12% | 0.6% | - |
| XYZ | 26.46 | 25.96 | 28.04 | - |
| YUV | 140.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 139 | 0 | 0.12 | 0.09 | 0.4 | 346.67 | 0.08 | 0.56 |
| Hex | 99 | 87 | 8B | 0 | C | 9 | 28 | 15B | 8 | 38 |
| Octal | 231 | 207 | 213 | 0 | 14 | 11 | 50 | 533 | 10 | 70 |
| Binary | 10011001 | 10000111 | 10001011 | 0 | 1100 | 1001 | 101000 | 101011011 | 1000 | 111000 |
Color Harmonies of #99878B
Complementary color
Monochromatic Colors of #99878B
Black with #99878B
Text Example
Text Example
White with #99878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99878B; }
p { color: rgb(153,135,139); }
H1.HeaderClassName
{
color: #99878B;
}
.AnyTagClassName
{
color: #99878B;
}
</style>
background-color css
<style>
a { background-color: #99878B; }
a { background-color: rgb(153,135,139); }
div.DivClassName
{
background-color: #99878B;
}
.BgClassName
{
background-color: #99878B;
}
</style>
border-color css
<style>
span { border-color: #99878B; }
span { border-color: rgb(153,135,139); }
td.TdClassName
{
border-color: #99878B;
}
.TagClassName
{
border-color: #99878B;
}
</style>