Shades of Venus #977B82
Tints of Venus #977B82
RGB
CMYK
RGB Variations
Color information
#977B82 (or 0x977B82) is known color: Venus. HEX triplet: 97, 7B and 82. RGB value is (151,123,130). Sum of RGB (Red+Green+Blue) = 151+123+130=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #977B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B82 is #68847D. Grayscale: #848484. Windows color (decimal): -6849662 or 8551319. OLE color: 8551319.
HSL color Cylindrical-coordinate representation of color #977B82: hue angle of 345º 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 #977B82 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 130 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.41 |
| HSL | 345º | 0.12% | 0.54% | - |
| HSV(B) | 345º | 0.19% | 0.59% | - |
| XYZ | 23.87 | 22.36 | 24.18 | - |
| YUV | 132.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 130 | 0 | 0.19 | 0.14 | 0.41 | 345 | 0.12 | 0.54 |
| Hex | 97 | 7B | 82 | 0 | 13 | E | 29 | 159 | C | 36 |
| Octal | 227 | 173 | 202 | 0 | 23 | 16 | 51 | 531 | 14 | 66 |
| Binary | 10010111 | 1111011 | 10000010 | 0 | 10011 | 1110 | 101001 | 101011001 | 1100 | 110110 |
Color Harmonies of #977B82
Complementary color
Monochromatic Colors of #977B82
Black with #977B82
Text Example
Text Example
White with #977B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B82; }
p { color: rgb(151,123,130); }
H1.HeaderClassName
{
color: #977B82;
}
.AnyTagClassName
{
color: #977B82;
}
</style>
background-color css
<style>
a { background-color: #977B82; }
a { background-color: rgb(151,123,130); }
div.DivClassName
{
background-color: #977B82;
}
.BgClassName
{
background-color: #977B82;
}
</style>
border-color css
<style>
span { border-color: #977B82; }
span { border-color: rgb(151,123,130); }
td.TdClassName
{
border-color: #977B82;
}
.TagClassName
{
border-color: #977B82;
}
</style>