Shades of Venus #977B80
Tints of Venus #977B80
RGB
CMYK
RGB Variations
Color information
#977B80 (or 0x977B80) is known color: Venus. HEX triplet: 97, 7B and 80. RGB value is (151,123,128). Sum of RGB (Red+Green+Blue) = 151+123+128=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B80 is #68847F. Grayscale: #838383. Windows color (decimal): -6849664 or 8420247. OLE color: 8420247.
HSL color Cylindrical-coordinate representation of color #977B80: hue angle of 349.29º 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 #977B80 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 128 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.41 |
| HSL | 349.29º | 0.12% | 0.54% | - |
| HSV(B) | 349.29º | 0.19% | 0.59% | - |
| XYZ | 23.74 | 22.3 | 23.48 | - |
| YUV | 131.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 128 | 0 | 0.19 | 0.15 | 0.41 | 349.29 | 0.12 | 0.54 |
| Hex | 97 | 7B | 80 | 0 | 13 | F | 29 | 15D | C | 36 |
| Octal | 227 | 173 | 200 | 0 | 23 | 17 | 51 | 535 | 14 | 66 |
| Binary | 10010111 | 1111011 | 10000000 | 0 | 10011 | 1111 | 101001 | 101011101 | 1100 | 110110 |
Color Harmonies of #977B80
Complementary color
Monochromatic Colors of #977B80
Black with #977B80
Text Example
Text Example
White with #977B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B80; }
p { color: rgb(151,123,128); }
H1.HeaderClassName
{
color: #977B80;
}
.AnyTagClassName
{
color: #977B80;
}
</style>
background-color css
<style>
a { background-color: #977B80; }
a { background-color: rgb(151,123,128); }
div.DivClassName
{
background-color: #977B80;
}
.BgClassName
{
background-color: #977B80;
}
</style>
border-color css
<style>
span { border-color: #977B80; }
span { border-color: rgb(151,123,128); }
td.TdClassName
{
border-color: #977B80;
}
.TagClassName
{
border-color: #977B80;
}
</style>