Shades of Venus #99888B
Tints of Venus #99888B
RGB
CMYK
RGB Variations
Color information
#99888B (or 0x99888B) is known color: Venus. HEX triplet: 99, 88 and 8B. RGB value is (153,136,139). Sum of RGB (Red+Green+Blue) = 153+136+139=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #99888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99888B is #667774. Grayscale: #8D8D8D. Windows color (decimal): -6715253 or 9144473. OLE color: 9144473.
HSL color Cylindrical-coordinate representation of color #99888B: hue angle of 349.41º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99888B is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 139 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.4 |
| HSL | 349.41º | 0.08% | 0.57% | - |
| HSV(B) | 349.41º | 0.11% | 0.6% | - |
| XYZ | 26.6 | 26.24 | 28.09 | - |
| YUV | 141.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 139 | 0 | 0.11 | 0.09 | 0.4 | 349.41 | 0.08 | 0.57 |
| Hex | 99 | 88 | 8B | 0 | B | 9 | 28 | 15D | 8 | 39 |
| Octal | 231 | 210 | 213 | 0 | 13 | 11 | 50 | 535 | 10 | 71 |
| Binary | 10011001 | 10001000 | 10001011 | 0 | 1011 | 1001 | 101000 | 101011101 | 1000 | 111001 |
Color Harmonies of #99888B
Complementary color
Monochromatic Colors of #99888B
Black with #99888B
Text Example
Text Example
White with #99888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99888B; }
p { color: rgb(153,136,139); }
H1.HeaderClassName
{
color: #99888B;
}
.AnyTagClassName
{
color: #99888B;
}
</style>
background-color css
<style>
a { background-color: #99888B; }
a { background-color: rgb(153,136,139); }
div.DivClassName
{
background-color: #99888B;
}
.BgClassName
{
background-color: #99888B;
}
</style>
border-color css
<style>
span { border-color: #99888B; }
span { border-color: rgb(153,136,139); }
td.TdClassName
{
border-color: #99888B;
}
.TagClassName
{
border-color: #99888B;
}
</style>