Shades of Venus #977B85
Tints of Venus #977B85
RGB
CMYK
RGB Variations
Color information
#977B85 (or 0x977B85) is known color: Venus. HEX triplet: 97, 7B and 85. RGB value is (151,123,133). Sum of RGB (Red+Green+Blue) = 151+123+133=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #977B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B85 is #68847A. Grayscale: #848484. Windows color (decimal): -6849659 or 8747927. OLE color: 8747927.
HSL color Cylindrical-coordinate representation of color #977B85: hue angle of 338.57º 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 #977B85 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 133 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.41 |
| HSL | 338.57º | 0.12% | 0.54% | - |
| HSV(B) | 338.57º | 0.19% | 0.59% | - |
| XYZ | 24.08 | 22.44 | 25.25 | - |
| YUV | 132.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 133 | 0 | 0.19 | 0.12 | 0.41 | 338.57 | 0.12 | 0.54 |
| Hex | 97 | 7B | 85 | 0 | 13 | C | 29 | 153 | C | 36 |
| Octal | 227 | 173 | 205 | 0 | 23 | 14 | 51 | 523 | 14 | 66 |
| Binary | 10010111 | 1111011 | 10000101 | 0 | 10011 | 1100 | 101001 | 101010011 | 1100 | 110110 |
Color Harmonies of #977B85
Complementary color
Monochromatic Colors of #977B85
Black with #977B85
Text Example
Text Example
White with #977B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B85; }
p { color: rgb(151,123,133); }
H1.HeaderClassName
{
color: #977B85;
}
.AnyTagClassName
{
color: #977B85;
}
</style>
background-color css
<style>
a { background-color: #977B85; }
a { background-color: rgb(151,123,133); }
div.DivClassName
{
background-color: #977B85;
}
.BgClassName
{
background-color: #977B85;
}
</style>
border-color css
<style>
span { border-color: #977B85; }
span { border-color: rgb(151,123,133); }
td.TdClassName
{
border-color: #977B85;
}
.TagClassName
{
border-color: #977B85;
}
</style>