Shades of Venus #987785
Tints of Venus #987785
RGB
CMYK
RGB Variations
Color information
#987785 (or 0x987785) is known color: Venus. HEX triplet: 98, 77 and 85. RGB value is (152,119,133). Sum of RGB (Red+Green+Blue) = 152+119+133=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987785 is #67887A. Grayscale: #828282. Windows color (decimal): -6785147 or 8746904. OLE color: 8746904.
HSL color Cylindrical-coordinate representation of color #987785: hue angle of 334.55º 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 #987785 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 133 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.40 |
| HSL | 334.55º | 0.14% | 0.53% | - |
| HSV(B) | 334.55º | 0.22% | 0.6% | - |
| XYZ | 23.78 | 21.56 | 25.1 | - |
| YUV | 130.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 133 | 0 | 0.22 | 0.13 | 0.40 | 334.55 | 0.14 | 0.53 |
| Hex | 98 | 77 | 85 | 0 | 16 | D | 28 | 14F | E | 35 |
| Octal | 230 | 167 | 205 | 0 | 26 | 15 | 50 | 517 | 16 | 65 |
| Binary | 10011000 | 1110111 | 10000101 | 0 | 10110 | 1101 | 101000 | 101001111 | 1110 | 110101 |
Color Harmonies of #987785
Complementary color
Monochromatic Colors of #987785
Black with #987785
Text Example
Text Example
White with #987785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987785; }
p { color: rgb(152,119,133); }
H1.HeaderClassName
{
color: #987785;
}
.AnyTagClassName
{
color: #987785;
}
</style>
background-color css
<style>
a { background-color: #987785; }
a { background-color: rgb(152,119,133); }
div.DivClassName
{
background-color: #987785;
}
.BgClassName
{
background-color: #987785;
}
</style>
border-color css
<style>
span { border-color: #987785; }
span { border-color: rgb(152,119,133); }
td.TdClassName
{
border-color: #987785;
}
.TagClassName
{
border-color: #987785;
}
</style>