Shades of Venus #89797E
Tints of Venus #89797E
RGB
CMYK
RGB Variations
Color information
#89797E (or 0x89797E) is known color: Venus. HEX triplet: 89, 79 and 7E. RGB value is (137,121,126). Sum of RGB (Red+Green+Blue) = 137+121+126=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #89797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89797E is #768681. Grayscale: #7E7E7E. Windows color (decimal): -7767682 or 8288649. OLE color: 8288649.
HSL color Cylindrical-coordinate representation of color #89797E: hue angle of 341.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89797E is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 126 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.46 |
| HSL | 341.25º | 0.06% | 0.51% | - |
| HSV(B) | 341.25º | 0.12% | 0.54% | - |
| XYZ | 20.92 | 20.5 | 22.59 | - |
| YUV | 126.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 126 | 0 | 0.12 | 0.08 | 0.46 | 341.25 | 0.06 | 0.51 |
| Hex | 89 | 79 | 7E | 0 | C | 8 | 2E | 155 | 6 | 33 |
| Octal | 211 | 171 | 176 | 0 | 14 | 10 | 56 | 525 | 6 | 63 |
| Binary | 10001001 | 1111001 | 1111110 | 0 | 1100 | 1000 | 101110 | 101010101 | 110 | 110011 |
Color Harmonies of #89797E
Complementary color
Monochromatic Colors of #89797E
Black with #89797E
Text Example
Text Example
White with #89797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89797E; }
p { color: rgb(137,121,126); }
H1.HeaderClassName
{
color: #89797E;
}
.AnyTagClassName
{
color: #89797E;
}
</style>
background-color css
<style>
a { background-color: #89797E; }
a { background-color: rgb(137,121,126); }
div.DivClassName
{
background-color: #89797E;
}
.BgClassName
{
background-color: #89797E;
}
</style>
border-color css
<style>
span { border-color: #89797E; }
span { border-color: rgb(137,121,126); }
td.TdClassName
{
border-color: #89797E;
}
.TagClassName
{
border-color: #89797E;
}
</style>