Shades of Venus #987D87
Tints of Venus #987D87
RGB
CMYK
RGB Variations
Color information
#987D87 (or 0x987D87) is known color: Venus. HEX triplet: 98, 7D and 87. RGB value is (152,125,135). Sum of RGB (Red+Green+Blue) = 152+125+135=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #987D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D87 is #678278. Grayscale: #868686. Windows color (decimal): -6783609 or 8879512. OLE color: 8879512.
HSL color Cylindrical-coordinate representation of color #987D87: hue angle of 337.78º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987D87 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 135 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.40 |
| HSL | 337.78º | 0.12% | 0.54% | - |
| HSV(B) | 337.78º | 0.18% | 0.6% | - |
| XYZ | 24.66 | 23.09 | 26.08 | - |
| YUV | 134.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 135 | 0 | 0.18 | 0.11 | 0.40 | 337.78 | 0.12 | 0.54 |
| Hex | 98 | 7D | 87 | 0 | 12 | B | 28 | 152 | C | 36 |
| Octal | 230 | 175 | 207 | 0 | 22 | 13 | 50 | 522 | 14 | 66 |
| Binary | 10011000 | 1111101 | 10000111 | 0 | 10010 | 1011 | 101000 | 101010010 | 1100 | 110110 |
Color Harmonies of #987D87
Complementary color
Monochromatic Colors of #987D87
Black with #987D87
Text Example
Text Example
White with #987D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D87; }
p { color: rgb(152,125,135); }
H1.HeaderClassName
{
color: #987D87;
}
.AnyTagClassName
{
color: #987D87;
}
</style>
background-color css
<style>
a { background-color: #987D87; }
a { background-color: rgb(152,125,135); }
div.DivClassName
{
background-color: #987D87;
}
.BgClassName
{
background-color: #987D87;
}
</style>
border-color css
<style>
span { border-color: #987D87; }
span { border-color: rgb(152,125,135); }
td.TdClassName
{
border-color: #987D87;
}
.TagClassName
{
border-color: #987D87;
}
</style>