Shades of Venus #89787C
Tints of Venus #89787C
RGB
CMYK
RGB Variations
Color information
#89787C (or 0x89787C) is known color: Venus. HEX triplet: 89, 78 and 7C. RGB value is (137,120,124). Sum of RGB (Red+Green+Blue) = 137+120+124=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #89787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89787C is #768783. Grayscale: #7D7D7D. Windows color (decimal): -7767940 or 8157321. OLE color: 8157321.
HSL color Cylindrical-coordinate representation of color #89787C: hue angle of 345.88º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89787C is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 124 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.46 |
| HSL | 345.88º | 0.07% | 0.5% | - |
| HSV(B) | 345.88º | 0.12% | 0.54% | - |
| XYZ | 20.67 | 20.21 | 21.88 | - |
| YUV | 125.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 124 | 0 | 0.12 | 0.09 | 0.46 | 345.88 | 0.07 | 0.5 |
| Hex | 89 | 78 | 7C | 0 | C | 9 | 2E | 15A | 7 | 32 |
| Octal | 211 | 170 | 174 | 0 | 14 | 11 | 56 | 532 | 7 | 62 |
| Binary | 10001001 | 1111000 | 1111100 | 0 | 1100 | 1001 | 101110 | 101011010 | 111 | 110010 |
Color Harmonies of #89787C
Complementary color
Monochromatic Colors of #89787C
Black with #89787C
Text Example
Text Example
White with #89787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89787C; }
p { color: rgb(137,120,124); }
H1.HeaderClassName
{
color: #89787C;
}
.AnyTagClassName
{
color: #89787C;
}
</style>
background-color css
<style>
a { background-color: #89787C; }
a { background-color: rgb(137,120,124); }
div.DivClassName
{
background-color: #89787C;
}
.BgClassName
{
background-color: #89787C;
}
</style>
border-color css
<style>
span { border-color: #89787C; }
span { border-color: rgb(137,120,124); }
td.TdClassName
{
border-color: #89787C;
}
.TagClassName
{
border-color: #89787C;
}
</style>