Shades of Venus #977F86
Tints of Venus #977F86
RGB
CMYK
RGB Variations
Color information
#977F86 (or 0x977F86) is known color: Venus. HEX triplet: 97, 7F and 86. RGB value is (151,127,134). Sum of RGB (Red+Green+Blue) = 151+127+134=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #977F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F86 is #688079. Grayscale: #868686. Windows color (decimal): -6848634 or 8814487. OLE color: 8814487.
HSL color Cylindrical-coordinate representation of color #977F86: hue angle of 342.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #977F86 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 134 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.41 |
| HSL | 342.5º | 0.1% | 0.55% | - |
| HSV(B) | 342.5º | 0.16% | 0.59% | - |
| XYZ | 24.65 | 23.48 | 25.79 | - |
| YUV | 134.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 134 | 0 | 0.16 | 0.11 | 0.41 | 342.5 | 0.1 | 0.55 |
| Hex | 97 | 7F | 86 | 0 | 10 | B | 29 | 156 | A | 37 |
| Octal | 227 | 177 | 206 | 0 | 20 | 13 | 51 | 526 | 12 | 67 |
| Binary | 10010111 | 1111111 | 10000110 | 0 | 10000 | 1011 | 101001 | 101010110 | 1010 | 110111 |
Color Harmonies of #977F86
Complementary color
Monochromatic Colors of #977F86
Black with #977F86
Text Example
Text Example
White with #977F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F86; }
p { color: rgb(151,127,134); }
H1.HeaderClassName
{
color: #977F86;
}
.AnyTagClassName
{
color: #977F86;
}
</style>
background-color css
<style>
a { background-color: #977F86; }
a { background-color: rgb(151,127,134); }
div.DivClassName
{
background-color: #977F86;
}
.BgClassName
{
background-color: #977F86;
}
</style>
border-color css
<style>
span { border-color: #977F86; }
span { border-color: rgb(151,127,134); }
td.TdClassName
{
border-color: #977F86;
}
.TagClassName
{
border-color: #977F86;
}
</style>