Shades of Venus #997982
Tints of Venus #997982
RGB
CMYK
RGB Variations
Color information
#997982 (or 0x997982) is known color: Venus. HEX triplet: 99, 79 and 82. RGB value is (153,121,130). Sum of RGB (Red+Green+Blue) = 153+121+130=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #997982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997982 is #66867D. Grayscale: #838383. Windows color (decimal): -6719102 or 8550809. OLE color: 8550809.
HSL color Cylindrical-coordinate representation of color #997982: hue angle of 343.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997982 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 130 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.4 |
| HSL | 343.13º | 0.14% | 0.54% | - |
| HSV(B) | 343.13º | 0.21% | 0.6% | - |
| XYZ | 24 | 22.06 | 24.11 | - |
| YUV | 131.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 130 | 0 | 0.21 | 0.15 | 0.4 | 343.13 | 0.14 | 0.54 |
| Hex | 99 | 79 | 82 | 0 | 15 | F | 28 | 157 | E | 36 |
| Octal | 231 | 171 | 202 | 0 | 25 | 17 | 50 | 527 | 16 | 66 |
| Binary | 10011001 | 1111001 | 10000010 | 0 | 10101 | 1111 | 101000 | 101010111 | 1110 | 110110 |
Color Harmonies of #997982
Complementary color
Monochromatic Colors of #997982
Black with #997982
Text Example
Text Example
White with #997982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997982; }
p { color: rgb(153,121,130); }
H1.HeaderClassName
{
color: #997982;
}
.AnyTagClassName
{
color: #997982;
}
</style>
background-color css
<style>
a { background-color: #997982; }
a { background-color: rgb(153,121,130); }
div.DivClassName
{
background-color: #997982;
}
.BgClassName
{
background-color: #997982;
}
</style>
border-color css
<style>
span { border-color: #997982; }
span { border-color: rgb(153,121,130); }
td.TdClassName
{
border-color: #997982;
}
.TagClassName
{
border-color: #997982;
}
</style>