Shades of Venus #997A80
Tints of Venus #997A80
RGB
CMYK
RGB Variations
Color information
#997A80 (or 0x997A80) is known color: Venus. HEX triplet: 99, 7A and 80. RGB value is (153,122,128). Sum of RGB (Red+Green+Blue) = 153+122+128=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #997A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997A80 is #66857F. Grayscale: #838383. Windows color (decimal): -6718848 or 8419993. OLE color: 8419993.
HSL color Cylindrical-coordinate representation of color #997A80: hue angle of 348.39º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997A80 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 128 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.4 |
| HSL | 348.39º | 0.13% | 0.54% | - |
| HSV(B) | 348.39º | 0.2% | 0.6% | - |
| XYZ | 23.99 | 22.25 | 23.45 | - |
| YUV | 131.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 128 | 0 | 0.20 | 0.16 | 0.4 | 348.39 | 0.13 | 0.54 |
| Hex | 99 | 7A | 80 | 0 | 14 | 10 | 28 | 15C | D | 36 |
| Octal | 231 | 172 | 200 | 0 | 24 | 20 | 50 | 534 | 15 | 66 |
| Binary | 10011001 | 1111010 | 10000000 | 0 | 10100 | 10000 | 101000 | 101011100 | 1101 | 110110 |
Color Harmonies of #997A80
Complementary color
Monochromatic Colors of #997A80
Black with #997A80
Text Example
Text Example
White with #997A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A80; }
p { color: rgb(153,122,128); }
H1.HeaderClassName
{
color: #997A80;
}
.AnyTagClassName
{
color: #997A80;
}
</style>
background-color css
<style>
a { background-color: #997A80; }
a { background-color: rgb(153,122,128); }
div.DivClassName
{
background-color: #997A80;
}
.BgClassName
{
background-color: #997A80;
}
</style>
border-color css
<style>
span { border-color: #997A80; }
span { border-color: rgb(153,122,128); }
td.TdClassName
{
border-color: #997A80;
}
.TagClassName
{
border-color: #997A80;
}
</style>