Shades of Venus #89777E
Tints of Venus #89777E
RGB
CMYK
RGB Variations
Color information
#89777E (or 0x89777E) is known color: Venus. HEX triplet: 89, 77 and 7E. RGB value is (137,119,126). Sum of RGB (Red+Green+Blue) = 137+119+126=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #89777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89777E is #768881. Grayscale: #7D7D7D. Windows color (decimal): -7768194 or 8288137. OLE color: 8288137.
HSL color Cylindrical-coordinate representation of color #89777E: hue angle of 336.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89777E is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 119 | 126 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.46 |
| HSL | 336.67º | 0.07% | 0.5% | - |
| HSV(B) | 336.67º | 0.13% | 0.54% | - |
| XYZ | 20.68 | 20.02 | 22.51 | - |
| YUV | 125.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 126 | 0 | 0.13 | 0.08 | 0.46 | 336.67 | 0.07 | 0.5 |
| Hex | 89 | 77 | 7E | 0 | D | 8 | 2E | 151 | 7 | 32 |
| Octal | 211 | 167 | 176 | 0 | 15 | 10 | 56 | 521 | 7 | 62 |
| Binary | 10001001 | 1110111 | 1111110 | 0 | 1101 | 1000 | 101110 | 101010001 | 111 | 110010 |
Color Harmonies of #89777E
Complementary color
Monochromatic Colors of #89777E
Black with #89777E
Text Example
Text Example
White with #89777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89777E; }
p { color: rgb(137,119,126); }
H1.HeaderClassName
{
color: #89777E;
}
.AnyTagClassName
{
color: #89777E;
}
</style>
background-color css
<style>
a { background-color: #89777E; }
a { background-color: rgb(137,119,126); }
div.DivClassName
{
background-color: #89777E;
}
.BgClassName
{
background-color: #89777E;
}
</style>
border-color css
<style>
span { border-color: #89777E; }
span { border-color: rgb(137,119,126); }
td.TdClassName
{
border-color: #89777E;
}
.TagClassName
{
border-color: #89777E;
}
</style>