Shades of Venus #977A82
Tints of Venus #977A82
RGB
CMYK
RGB Variations
Color information
#977A82 (or 0x977A82) is known color: Venus. HEX triplet: 97, 7A and 82. RGB value is (151,122,130). Sum of RGB (Red+Green+Blue) = 151+122+130=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #977A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977A82 is #68857D. Grayscale: #838383. Windows color (decimal): -6849918 or 8551063. OLE color: 8551063.
HSL color Cylindrical-coordinate representation of color #977A82: hue angle of 343.45º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #977A82 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 130 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.41 |
| HSL | 343.45º | 0.12% | 0.54% | - |
| HSV(B) | 343.45º | 0.19% | 0.59% | - |
| XYZ | 23.75 | 22.11 | 24.13 | - |
| YUV | 131.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 130 | 0 | 0.19 | 0.14 | 0.41 | 343.45 | 0.12 | 0.54 |
| Hex | 97 | 7A | 82 | 0 | 13 | E | 29 | 157 | C | 36 |
| Octal | 227 | 172 | 202 | 0 | 23 | 16 | 51 | 527 | 14 | 66 |
| Binary | 10010111 | 1111010 | 10000010 | 0 | 10011 | 1110 | 101001 | 101010111 | 1100 | 110110 |
Color Harmonies of #977A82
Complementary color
Monochromatic Colors of #977A82
Black with #977A82
Text Example
Text Example
White with #977A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A82; }
p { color: rgb(151,122,130); }
H1.HeaderClassName
{
color: #977A82;
}
.AnyTagClassName
{
color: #977A82;
}
</style>
background-color css
<style>
a { background-color: #977A82; }
a { background-color: rgb(151,122,130); }
div.DivClassName
{
background-color: #977A82;
}
.BgClassName
{
background-color: #977A82;
}
</style>
border-color css
<style>
span { border-color: #977A82; }
span { border-color: rgb(151,122,130); }
td.TdClassName
{
border-color: #977A82;
}
.TagClassName
{
border-color: #977A82;
}
</style>