Shades of Venus #978082
Tints of Venus #978082
RGB
CMYK
RGB Variations
Color information
#978082 (or 0x978082) is known color: Venus. HEX triplet: 97, 80 and 82. RGB value is (151,128,130). Sum of RGB (Red+Green+Blue) = 151+128+130=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #978082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978082 is #687F7D. Grayscale: #878787. Windows color (decimal): -6848382 or 8552599. OLE color: 8552599.
HSL color Cylindrical-coordinate representation of color #978082: hue angle of 354.78º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978082 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 128 | 130 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.41 |
| HSL | 354.78º | 0.1% | 0.55% | - |
| HSV(B) | 354.78º | 0.15% | 0.59% | - |
| XYZ | 24.51 | 23.63 | 24.39 | - |
| YUV | 135.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 130 | 0 | 0.15 | 0.14 | 0.41 | 354.78 | 0.1 | 0.55 |
| Hex | 97 | 80 | 82 | 0 | F | E | 29 | 163 | A | 37 |
| Octal | 227 | 200 | 202 | 0 | 17 | 16 | 51 | 543 | 12 | 67 |
| Binary | 10010111 | 10000000 | 10000010 | 0 | 1111 | 1110 | 101001 | 101100011 | 1010 | 110111 |
Color Harmonies of #978082
Complementary color
Monochromatic Colors of #978082
Black with #978082
Text Example
Text Example
White with #978082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978082; }
p { color: rgb(151,128,130); }
H1.HeaderClassName
{
color: #978082;
}
.AnyTagClassName
{
color: #978082;
}
</style>
background-color css
<style>
a { background-color: #978082; }
a { background-color: rgb(151,128,130); }
div.DivClassName
{
background-color: #978082;
}
.BgClassName
{
background-color: #978082;
}
</style>
border-color css
<style>
span { border-color: #978082; }
span { border-color: rgb(151,128,130); }
td.TdClassName
{
border-color: #978082;
}
.TagClassName
{
border-color: #978082;
}
</style>