Shades of Venus #977A86
Tints of Venus #977A86
RGB
CMYK
RGB Variations
Color information
#977A86 (or 0x977A86) is known color: Venus. HEX triplet: 97, 7A and 86. RGB value is (151,122,134). Sum of RGB (Red+Green+Blue) = 151+122+134=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #977A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977A86 is #688579. Grayscale: #848484. Windows color (decimal): -6849914 or 8813207. OLE color: 8813207.
HSL color Cylindrical-coordinate representation of color #977A86: hue angle of 335.17º 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 #977A86 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 134 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.41 |
| HSL | 335.17º | 0.12% | 0.54% | - |
| HSV(B) | 335.17º | 0.19% | 0.59% | - |
| XYZ | 24.03 | 22.22 | 25.58 | - |
| YUV | 132.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 134 | 0 | 0.19 | 0.11 | 0.41 | 335.17 | 0.12 | 0.54 |
| Hex | 97 | 7A | 86 | 0 | 13 | B | 29 | 14F | C | 36 |
| Octal | 227 | 172 | 206 | 0 | 23 | 13 | 51 | 517 | 14 | 66 |
| Binary | 10010111 | 1111010 | 10000110 | 0 | 10011 | 1011 | 101001 | 101001111 | 1100 | 110110 |
Color Harmonies of #977A86
Complementary color
Monochromatic Colors of #977A86
Black with #977A86
Text Example
Text Example
White with #977A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A86; }
p { color: rgb(151,122,134); }
H1.HeaderClassName
{
color: #977A86;
}
.AnyTagClassName
{
color: #977A86;
}
</style>
background-color css
<style>
a { background-color: #977A86; }
a { background-color: rgb(151,122,134); }
div.DivClassName
{
background-color: #977A86;
}
.BgClassName
{
background-color: #977A86;
}
</style>
border-color css
<style>
span { border-color: #977A86; }
span { border-color: rgb(151,122,134); }
td.TdClassName
{
border-color: #977A86;
}
.TagClassName
{
border-color: #977A86;
}
</style>