Shades of Venus #997785
Tints of Venus #997785
RGB
CMYK
RGB Variations
Color information
#997785 (or 0x997785) is known color: Venus. HEX triplet: 99, 77 and 85. RGB value is (153,119,133). Sum of RGB (Red+Green+Blue) = 153+119+133=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997785 is #66887A. Grayscale: #828282. Windows color (decimal): -6719611 or 8746905. OLE color: 8746905.
HSL color Cylindrical-coordinate representation of color #997785: hue angle of 335.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997785 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 133 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.4 |
| HSL | 335.29º | 0.14% | 0.53% | - |
| HSV(B) | 335.29º | 0.22% | 0.6% | - |
| XYZ | 23.97 | 21.66 | 25.11 | - |
| YUV | 130.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 133 | 0 | 0.22 | 0.13 | 0.4 | 335.29 | 0.14 | 0.53 |
| Hex | 99 | 77 | 85 | 0 | 16 | D | 28 | 14F | E | 35 |
| Octal | 231 | 167 | 205 | 0 | 26 | 15 | 50 | 517 | 16 | 65 |
| Binary | 10011001 | 1110111 | 10000101 | 0 | 10110 | 1101 | 101000 | 101001111 | 1110 | 110101 |
Color Harmonies of #997785
Complementary color
Monochromatic Colors of #997785
Black with #997785
Text Example
Text Example
White with #997785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997785; }
p { color: rgb(153,119,133); }
H1.HeaderClassName
{
color: #997785;
}
.AnyTagClassName
{
color: #997785;
}
</style>
background-color css
<style>
a { background-color: #997785; }
a { background-color: rgb(153,119,133); }
div.DivClassName
{
background-color: #997785;
}
.BgClassName
{
background-color: #997785;
}
</style>
border-color css
<style>
span { border-color: #997785; }
span { border-color: rgb(153,119,133); }
td.TdClassName
{
border-color: #997785;
}
.TagClassName
{
border-color: #997785;
}
</style>