Shades of Venus #987F85
Tints of Venus #987F85
RGB
CMYK
RGB Variations
Color information
#987F85 (or 0x987F85) is known color: Venus. HEX triplet: 98, 7F and 85. RGB value is (152,127,133). Sum of RGB (Red+Green+Blue) = 152+127+133=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #987F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F85 is #67807A. Grayscale: #878787. Windows color (decimal): -6783099 or 8748952. OLE color: 8748952.
HSL color Cylindrical-coordinate representation of color #987F85: hue angle of 345.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #987F85 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 133 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.40 |
| HSL | 345.6º | 0.11% | 0.55% | - |
| HSV(B) | 345.6º | 0.16% | 0.6% | - |
| XYZ | 24.77 | 23.55 | 25.43 | - |
| YUV | 135.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 133 | 0 | 0.16 | 0.13 | 0.40 | 345.6 | 0.11 | 0.55 |
| Hex | 98 | 7F | 85 | 0 | 10 | D | 28 | 15A | B | 37 |
| Octal | 230 | 177 | 205 | 0 | 20 | 15 | 50 | 532 | 13 | 67 |
| Binary | 10011000 | 1111111 | 10000101 | 0 | 10000 | 1101 | 101000 | 101011010 | 1011 | 110111 |
Color Harmonies of #987F85
Complementary color
Monochromatic Colors of #987F85
Black with #987F85
Text Example
Text Example
White with #987F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F85; }
p { color: rgb(152,127,133); }
H1.HeaderClassName
{
color: #987F85;
}
.AnyTagClassName
{
color: #987F85;
}
</style>
background-color css
<style>
a { background-color: #987F85; }
a { background-color: rgb(152,127,133); }
div.DivClassName
{
background-color: #987F85;
}
.BgClassName
{
background-color: #987F85;
}
</style>
border-color css
<style>
span { border-color: #987F85; }
span { border-color: rgb(152,127,133); }
td.TdClassName
{
border-color: #987F85;
}
.TagClassName
{
border-color: #987F85;
}
</style>