Shades of Venus #997A84
Tints of Venus #997A84
RGB
CMYK
RGB Variations
Color information
#997A84 (or 0x997A84) is known color: Venus. HEX triplet: 99, 7A and 84. RGB value is (153,122,132). Sum of RGB (Red+Green+Blue) = 153+122+132=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #997A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997A84 is #66857B. Grayscale: #848484. Windows color (decimal): -6718844 or 8682137. OLE color: 8682137.
HSL color Cylindrical-coordinate representation of color #997A84: hue angle of 340.65º 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 #997A84 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 132 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.4 |
| HSL | 340.65º | 0.13% | 0.54% | - |
| HSV(B) | 340.65º | 0.2% | 0.6% | - |
| XYZ | 24.26 | 22.36 | 24.87 | - |
| YUV | 132.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 132 | 0 | 0.20 | 0.14 | 0.4 | 340.65 | 0.13 | 0.54 |
| Hex | 99 | 7A | 84 | 0 | 14 | E | 28 | 155 | D | 36 |
| Octal | 231 | 172 | 204 | 0 | 24 | 16 | 50 | 525 | 15 | 66 |
| Binary | 10011001 | 1111010 | 10000100 | 0 | 10100 | 1110 | 101000 | 101010101 | 1101 | 110110 |
Color Harmonies of #997A84
Complementary color
Monochromatic Colors of #997A84
Black with #997A84
Text Example
Text Example
White with #997A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A84; }
p { color: rgb(153,122,132); }
H1.HeaderClassName
{
color: #997A84;
}
.AnyTagClassName
{
color: #997A84;
}
</style>
background-color css
<style>
a { background-color: #997A84; }
a { background-color: rgb(153,122,132); }
div.DivClassName
{
background-color: #997A84;
}
.BgClassName
{
background-color: #997A84;
}
</style>
border-color css
<style>
span { border-color: #997A84; }
span { border-color: rgb(153,122,132); }
td.TdClassName
{
border-color: #997A84;
}
.TagClassName
{
border-color: #997A84;
}
</style>