Shades of Venus #987F86
Tints of Venus #987F86
RGB
CMYK
RGB Variations
Color information
#987F86 (or 0x987F86) is known color: Venus. HEX triplet: 98, 7F and 86. RGB value is (152,127,134). Sum of RGB (Red+Green+Blue) = 152+127+134=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #987F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F86 is #678079. Grayscale: #878787. Windows color (decimal): -6783098 or 8814488. OLE color: 8814488.
HSL color Cylindrical-coordinate representation of color #987F86: hue angle of 343.2º 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 #987F86 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 134 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.40 |
| HSL | 343.2º | 0.11% | 0.55% | - |
| HSV(B) | 343.2º | 0.16% | 0.6% | - |
| XYZ | 24.84 | 23.58 | 25.8 | - |
| YUV | 135.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 134 | 0 | 0.16 | 0.12 | 0.40 | 343.2 | 0.11 | 0.55 |
| Hex | 98 | 7F | 86 | 0 | 10 | C | 28 | 157 | B | 37 |
| Octal | 230 | 177 | 206 | 0 | 20 | 14 | 50 | 527 | 13 | 67 |
| Binary | 10011000 | 1111111 | 10000110 | 0 | 10000 | 1100 | 101000 | 101010111 | 1011 | 110111 |
Color Harmonies of #987F86
Complementary color
Monochromatic Colors of #987F86
Black with #987F86
Text Example
Text Example
White with #987F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F86; }
p { color: rgb(152,127,134); }
H1.HeaderClassName
{
color: #987F86;
}
.AnyTagClassName
{
color: #987F86;
}
</style>
background-color css
<style>
a { background-color: #987F86; }
a { background-color: rgb(152,127,134); }
div.DivClassName
{
background-color: #987F86;
}
.BgClassName
{
background-color: #987F86;
}
</style>
border-color css
<style>
span { border-color: #987F86; }
span { border-color: rgb(152,127,134); }
td.TdClassName
{
border-color: #987F86;
}
.TagClassName
{
border-color: #987F86;
}
</style>