Shades of Venus #897E80
Tints of Venus #897E80
RGB
CMYK
RGB Variations
Color information
#897E80 (or 0x897E80) is known color: Venus. HEX triplet: 89, 7E and 80. RGB value is (137,126,128). Sum of RGB (Red+Green+Blue) = 137+126+128=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E80 is #76817F. Grayscale: #818181. Windows color (decimal): -7766400 or 8421001. OLE color: 8421001.
HSL color Cylindrical-coordinate representation of color #897E80: hue angle of 349.09º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #897E80 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 128 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.46 |
| HSL | 349.09º | 0.04% | 0.52% | - |
| HSV(B) | 349.09º | 0.08% | 0.54% | - |
| XYZ | 21.67 | 21.8 | 23.49 | - |
| YUV | 129.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 128 | 0 | 0.08 | 0.07 | 0.46 | 349.09 | 0.04 | 0.52 |
| Hex | 89 | 7E | 80 | 0 | 8 | 7 | 2E | 15D | 4 | 34 |
| Octal | 211 | 176 | 200 | 0 | 10 | 7 | 56 | 535 | 4 | 64 |
| Binary | 10001001 | 1111110 | 10000000 | 0 | 1000 | 111 | 101110 | 101011101 | 100 | 110100 |
Color Harmonies of #897E80
Complementary color
Monochromatic Colors of #897E80
Black with #897E80
Text Example
Text Example
White with #897E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E80; }
p { color: rgb(137,126,128); }
H1.HeaderClassName
{
color: #897E80;
}
.AnyTagClassName
{
color: #897E80;
}
</style>
background-color css
<style>
a { background-color: #897E80; }
a { background-color: rgb(137,126,128); }
div.DivClassName
{
background-color: #897E80;
}
.BgClassName
{
background-color: #897E80;
}
</style>
border-color css
<style>
span { border-color: #897E80; }
span { border-color: rgb(137,126,128); }
td.TdClassName
{
border-color: #897E80;
}
.TagClassName
{
border-color: #897E80;
}
</style>