Shades of Venus #997B84
Tints of Venus #997B84
RGB
CMYK
RGB Variations
Color information
#997B84 (or 0x997B84) is known color: Venus. HEX triplet: 99, 7B and 84. RGB value is (153,123,132). Sum of RGB (Red+Green+Blue) = 153+123+132=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #997B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997B84 is #66847B. Grayscale: #848484. Windows color (decimal): -6718588 or 8682393. OLE color: 8682393.
HSL color Cylindrical-coordinate representation of color #997B84: hue angle of 342º 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 #997B84 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 132 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.4 |
| HSL | 342º | 0.13% | 0.54% | - |
| HSV(B) | 342º | 0.2% | 0.6% | - |
| XYZ | 24.38 | 22.6 | 24.91 | - |
| YUV | 133 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 132 | 0 | 0.20 | 0.14 | 0.4 | 342 | 0.13 | 0.54 |
| Hex | 99 | 7B | 84 | 0 | 14 | E | 28 | 156 | D | 36 |
| Octal | 231 | 173 | 204 | 0 | 24 | 16 | 50 | 526 | 15 | 66 |
| Binary | 10011001 | 1111011 | 10000100 | 0 | 10100 | 1110 | 101000 | 101010110 | 1101 | 110110 |
Color Harmonies of #997B84
Complementary color
Monochromatic Colors of #997B84
Black with #997B84
Text Example
Text Example
White with #997B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B84; }
p { color: rgb(153,123,132); }
H1.HeaderClassName
{
color: #997B84;
}
.AnyTagClassName
{
color: #997B84;
}
</style>
background-color css
<style>
a { background-color: #997B84; }
a { background-color: rgb(153,123,132); }
div.DivClassName
{
background-color: #997B84;
}
.BgClassName
{
background-color: #997B84;
}
</style>
border-color css
<style>
span { border-color: #997B84; }
span { border-color: rgb(153,123,132); }
td.TdClassName
{
border-color: #997B84;
}
.TagClassName
{
border-color: #997B84;
}
</style>