Shades of Venus #987A80
Tints of Venus #987A80
RGB
CMYK
RGB Variations
Color information
#987A80 (or 0x987A80) is known color: Venus. HEX triplet: 98, 7A and 80. RGB value is (152,122,128). Sum of RGB (Red+Green+Blue) = 152+122+128=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A80 is #67857F. Grayscale: #838383. Windows color (decimal): -6784384 or 8419992. OLE color: 8419992.
HSL color Cylindrical-coordinate representation of color #987A80: hue angle of 348º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987A80 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 128 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.40 |
| HSL | 348º | 0.13% | 0.54% | - |
| HSV(B) | 348º | 0.2% | 0.6% | - |
| XYZ | 23.8 | 22.15 | 23.44 | - |
| YUV | 131.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 128 | 0 | 0.20 | 0.16 | 0.40 | 348 | 0.13 | 0.54 |
| Hex | 98 | 7A | 80 | 0 | 14 | 10 | 28 | 15C | D | 36 |
| Octal | 230 | 172 | 200 | 0 | 24 | 20 | 50 | 534 | 15 | 66 |
| Binary | 10011000 | 1111010 | 10000000 | 0 | 10100 | 10000 | 101000 | 101011100 | 1101 | 110110 |
Color Harmonies of #987A80
Complementary color
Monochromatic Colors of #987A80
Black with #987A80
Text Example
Text Example
White with #987A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A80; }
p { color: rgb(152,122,128); }
H1.HeaderClassName
{
color: #987A80;
}
.AnyTagClassName
{
color: #987A80;
}
</style>
background-color css
<style>
a { background-color: #987A80; }
a { background-color: rgb(152,122,128); }
div.DivClassName
{
background-color: #987A80;
}
.BgClassName
{
background-color: #987A80;
}
</style>
border-color css
<style>
span { border-color: #987A80; }
span { border-color: rgb(152,122,128); }
td.TdClassName
{
border-color: #987A80;
}
.TagClassName
{
border-color: #987A80;
}
</style>