Shades of Venus #997C88
Tints of Venus #997C88
RGB
CMYK
RGB Variations
Color information
#997C88 (or 0x997C88) is known color: Venus. HEX triplet: 99, 7C and 88. RGB value is (153,124,136). Sum of RGB (Red+Green+Blue) = 153+124+136=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #997C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C88 is #668377. Grayscale: #868686. Windows color (decimal): -6718328 or 8944793. OLE color: 8944793.
HSL color Cylindrical-coordinate representation of color #997C88: hue angle of 335.17º 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 #997C88 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 136 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.4 |
| HSL | 335.17º | 0.12% | 0.54% | - |
| HSV(B) | 335.17º | 0.19% | 0.6% | - |
| XYZ | 24.79 | 22.97 | 26.42 | - |
| YUV | 134.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 136 | 0 | 0.19 | 0.11 | 0.4 | 335.17 | 0.12 | 0.54 |
| Hex | 99 | 7C | 88 | 0 | 13 | B | 28 | 14F | C | 36 |
| Octal | 231 | 174 | 210 | 0 | 23 | 13 | 50 | 517 | 14 | 66 |
| Binary | 10011001 | 1111100 | 10001000 | 0 | 10011 | 1011 | 101000 | 101001111 | 1100 | 110110 |
Color Harmonies of #997C88
Complementary color
Monochromatic Colors of #997C88
Black with #997C88
Text Example
Text Example
White with #997C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C88; }
p { color: rgb(153,124,136); }
H1.HeaderClassName
{
color: #997C88;
}
.AnyTagClassName
{
color: #997C88;
}
</style>
background-color css
<style>
a { background-color: #997C88; }
a { background-color: rgb(153,124,136); }
div.DivClassName
{
background-color: #997C88;
}
.BgClassName
{
background-color: #997C88;
}
</style>
border-color css
<style>
span { border-color: #997C88; }
span { border-color: rgb(153,124,136); }
td.TdClassName
{
border-color: #997C88;
}
.TagClassName
{
border-color: #997C88;
}
</style>