Shades of Venus #89767F
Tints of Venus #89767F
RGB
CMYK
RGB Variations
Color information
#89767F (or 0x89767F) is known color: Venus. HEX triplet: 89, 76 and 7F. RGB value is (137,118,127). Sum of RGB (Red+Green+Blue) = 137+118+127=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #89767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89767F is #768980. Grayscale: #7C7C7C. Windows color (decimal): -7768449 or 8353417. OLE color: 8353417.
HSL color Cylindrical-coordinate representation of color #89767F: hue angle of 331.58º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89767F is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 118 | 127 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.46 |
| HSL | 331.58º | 0.07% | 0.5% | - |
| HSV(B) | 331.58º | 0.14% | 0.54% | - |
| XYZ | 20.63 | 19.81 | 22.81 | - |
| YUV | 124.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 127 | 0 | 0.14 | 0.07 | 0.46 | 331.58 | 0.07 | 0.5 |
| Hex | 89 | 76 | 7F | 0 | E | 7 | 2E | 14C | 7 | 32 |
| Octal | 211 | 166 | 177 | 0 | 16 | 7 | 56 | 514 | 7 | 62 |
| Binary | 10001001 | 1110110 | 1111111 | 0 | 1110 | 111 | 101110 | 101001100 | 111 | 110010 |
Color Harmonies of #89767F
Complementary color
Monochromatic Colors of #89767F
Black with #89767F
Text Example
Text Example
White with #89767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89767F; }
p { color: rgb(137,118,127); }
H1.HeaderClassName
{
color: #89767F;
}
.AnyTagClassName
{
color: #89767F;
}
</style>
background-color css
<style>
a { background-color: #89767F; }
a { background-color: rgb(137,118,127); }
div.DivClassName
{
background-color: #89767F;
}
.BgClassName
{
background-color: #89767F;
}
</style>
border-color css
<style>
span { border-color: #89767F; }
span { border-color: rgb(137,118,127); }
td.TdClassName
{
border-color: #89767F;
}
.TagClassName
{
border-color: #89767F;
}
</style>