Shades of Venus #997C82
Tints of Venus #997C82
RGB
CMYK
RGB Variations
Color information
#997C82 (or 0x997C82) is known color: Venus. HEX triplet: 99, 7C and 82. RGB value is (153,124,130). Sum of RGB (Red+Green+Blue) = 153+124+130=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #997C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C82 is #66837D. Grayscale: #858585. Windows color (decimal): -6718334 or 8551577. OLE color: 8551577.
HSL color Cylindrical-coordinate representation of color #997C82: hue angle of 347.59º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997C82 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 130 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.4 |
| HSL | 347.59º | 0.12% | 0.54% | - |
| HSV(B) | 347.59º | 0.19% | 0.6% | - |
| XYZ | 24.37 | 22.8 | 24.24 | - |
| YUV | 133.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 130 | 0 | 0.19 | 0.15 | 0.4 | 347.59 | 0.12 | 0.54 |
| Hex | 99 | 7C | 82 | 0 | 13 | F | 28 | 15C | C | 36 |
| Octal | 231 | 174 | 202 | 0 | 23 | 17 | 50 | 534 | 14 | 66 |
| Binary | 10011001 | 1111100 | 10000010 | 0 | 10011 | 1111 | 101000 | 101011100 | 1100 | 110110 |
Color Harmonies of #997C82
Complementary color
Monochromatic Colors of #997C82
Black with #997C82
Text Example
Text Example
White with #997C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C82; }
p { color: rgb(153,124,130); }
H1.HeaderClassName
{
color: #997C82;
}
.AnyTagClassName
{
color: #997C82;
}
</style>
background-color css
<style>
a { background-color: #997C82; }
a { background-color: rgb(153,124,130); }
div.DivClassName
{
background-color: #997C82;
}
.BgClassName
{
background-color: #997C82;
}
</style>
border-color css
<style>
span { border-color: #997C82; }
span { border-color: rgb(153,124,130); }
td.TdClassName
{
border-color: #997C82;
}
.TagClassName
{
border-color: #997C82;
}
</style>