Shades of Venus #977E85
Tints of Venus #977E85
RGB
CMYK
RGB Variations
Color information
#977E85 (or 0x977E85) is known color: Venus. HEX triplet: 97, 7E and 85. RGB value is (151,126,133). Sum of RGB (Red+Green+Blue) = 151+126+133=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #977E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977E85 is #68817A. Grayscale: #868686. Windows color (decimal): -6848891 or 8748695. OLE color: 8748695.
HSL color Cylindrical-coordinate representation of color #977E85: hue angle of 343.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #977E85 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 126 | 133 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.41 |
| HSL | 343.2º | 0.11% | 0.54% | - |
| HSV(B) | 343.2º | 0.17% | 0.59% | - |
| XYZ | 24.46 | 23.19 | 25.38 | - |
| YUV | 134.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 133 | 0 | 0.17 | 0.12 | 0.41 | 343.2 | 0.11 | 0.54 |
| Hex | 97 | 7E | 85 | 0 | 11 | C | 29 | 157 | B | 36 |
| Octal | 227 | 176 | 205 | 0 | 21 | 14 | 51 | 527 | 13 | 66 |
| Binary | 10010111 | 1111110 | 10000101 | 0 | 10001 | 1100 | 101001 | 101010111 | 1011 | 110110 |
Color Harmonies of #977E85
Complementary color
Monochromatic Colors of #977E85
Black with #977E85
Text Example
Text Example
White with #977E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977E85; }
p { color: rgb(151,126,133); }
H1.HeaderClassName
{
color: #977E85;
}
.AnyTagClassName
{
color: #977E85;
}
</style>
background-color css
<style>
a { background-color: #977E85; }
a { background-color: rgb(151,126,133); }
div.DivClassName
{
background-color: #977E85;
}
.BgClassName
{
background-color: #977E85;
}
</style>
border-color css
<style>
span { border-color: #977E85; }
span { border-color: rgb(151,126,133); }
td.TdClassName
{
border-color: #977E85;
}
.TagClassName
{
border-color: #977E85;
}
</style>