Shades of Venus #997682
Tints of Venus #997682
RGB
CMYK
RGB Variations
Color information
#997682 (or 0x997682) is known color: Venus. HEX triplet: 99, 76 and 82. RGB value is (153,118,130). Sum of RGB (Red+Green+Blue) = 153+118+130=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #997682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997682 is #66897D. Grayscale: #818181. Windows color (decimal): -6719870 or 8550041. OLE color: 8550041.
HSL color Cylindrical-coordinate representation of color #997682: hue angle of 339.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997682 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 130 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.4 |
| HSL | 339.43º | 0.15% | 0.53% | - |
| HSV(B) | 339.43º | 0.23% | 0.6% | - |
| XYZ | 23.64 | 21.34 | 23.99 | - |
| YUV | 129.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 130 | 0 | 0.23 | 0.15 | 0.4 | 339.43 | 0.15 | 0.53 |
| Hex | 99 | 76 | 82 | 0 | 17 | F | 28 | 153 | F | 35 |
| Octal | 231 | 166 | 202 | 0 | 27 | 17 | 50 | 523 | 17 | 65 |
| Binary | 10011001 | 1110110 | 10000010 | 0 | 10111 | 1111 | 101000 | 101010011 | 1111 | 110101 |
Color Harmonies of #997682
Complementary color
Monochromatic Colors of #997682
Black with #997682
Text Example
Text Example
White with #997682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997682; }
p { color: rgb(153,118,130); }
H1.HeaderClassName
{
color: #997682;
}
.AnyTagClassName
{
color: #997682;
}
</style>
background-color css
<style>
a { background-color: #997682; }
a { background-color: rgb(153,118,130); }
div.DivClassName
{
background-color: #997682;
}
.BgClassName
{
background-color: #997682;
}
</style>
border-color css
<style>
span { border-color: #997682; }
span { border-color: rgb(153,118,130); }
td.TdClassName
{
border-color: #997682;
}
.TagClassName
{
border-color: #997682;
}
</style>