Shades of Venus #997C87
Tints of Venus #997C87
RGB
CMYK
RGB Variations
Color information
#997C87 (or 0x997C87) is known color: Venus. HEX triplet: 99, 7C and 87. RGB value is (153,124,135). Sum of RGB (Red+Green+Blue) = 153+124+135=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #997C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C87 is #668378. Grayscale: #858585. Windows color (decimal): -6718329 or 8879257. OLE color: 8879257.
HSL color Cylindrical-coordinate representation of color #997C87: hue angle of 337.24º 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 #997C87 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 135 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.4 |
| HSL | 337.24º | 0.12% | 0.54% | - |
| HSV(B) | 337.24º | 0.19% | 0.6% | - |
| XYZ | 24.72 | 22.94 | 26.05 | - |
| YUV | 133.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 135 | 0 | 0.19 | 0.12 | 0.4 | 337.24 | 0.12 | 0.54 |
| Hex | 99 | 7C | 87 | 0 | 13 | C | 28 | 151 | C | 36 |
| Octal | 231 | 174 | 207 | 0 | 23 | 14 | 50 | 521 | 14 | 66 |
| Binary | 10011001 | 1111100 | 10000111 | 0 | 10011 | 1100 | 101000 | 101010001 | 1100 | 110110 |
Color Harmonies of #997C87
Complementary color
Monochromatic Colors of #997C87
Black with #997C87
Text Example
Text Example
White with #997C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C87; }
p { color: rgb(153,124,135); }
H1.HeaderClassName
{
color: #997C87;
}
.AnyTagClassName
{
color: #997C87;
}
</style>
background-color css
<style>
a { background-color: #997C87; }
a { background-color: rgb(153,124,135); }
div.DivClassName
{
background-color: #997C87;
}
.BgClassName
{
background-color: #997C87;
}
</style>
border-color css
<style>
span { border-color: #997C87; }
span { border-color: rgb(153,124,135); }
td.TdClassName
{
border-color: #997C87;
}
.TagClassName
{
border-color: #997C87;
}
</style>