Shades of Venus #89777F
Tints of Venus #89777F
RGB
CMYK
RGB Variations
Color information
#89777F (or 0x89777F) is known color: Venus. HEX triplet: 89, 77 and 7F. RGB value is (137,119,127). Sum of RGB (Red+Green+Blue) = 137+119+127=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #89777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89777F is #768880. Grayscale: #7D7D7D. Windows color (decimal): -7768193 or 8353673. OLE color: 8353673.
HSL color Cylindrical-coordinate representation of color #89777F: hue angle of 333.33º 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 #89777F is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 119 | 127 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.46 |
| HSL | 333.33º | 0.07% | 0.5% | - |
| HSV(B) | 333.33º | 0.13% | 0.54% | - |
| XYZ | 20.74 | 20.04 | 22.85 | - |
| YUV | 125.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 127 | 0 | 0.13 | 0.07 | 0.46 | 333.33 | 0.07 | 0.5 |
| Hex | 89 | 77 | 7F | 0 | D | 7 | 2E | 14D | 7 | 32 |
| Octal | 211 | 167 | 177 | 0 | 15 | 7 | 56 | 515 | 7 | 62 |
| Binary | 10001001 | 1110111 | 1111111 | 0 | 1101 | 111 | 101110 | 101001101 | 111 | 110010 |
Color Harmonies of #89777F
Complementary color
Monochromatic Colors of #89777F
Black with #89777F
Text Example
Text Example
White with #89777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89777F; }
p { color: rgb(137,119,127); }
H1.HeaderClassName
{
color: #89777F;
}
.AnyTagClassName
{
color: #89777F;
}
</style>
background-color css
<style>
a { background-color: #89777F; }
a { background-color: rgb(137,119,127); }
div.DivClassName
{
background-color: #89777F;
}
.BgClassName
{
background-color: #89777F;
}
</style>
border-color css
<style>
span { border-color: #89777F; }
span { border-color: rgb(137,119,127); }
td.TdClassName
{
border-color: #89777F;
}
.TagClassName
{
border-color: #89777F;
}
</style>