Shades of Venus #897E82
Tints of Venus #897E82
RGB
CMYK
RGB Variations
Color information
#897E82 (or 0x897E82) is known color: Venus. HEX triplet: 89, 7E and 82. RGB value is (137,126,130). Sum of RGB (Red+Green+Blue) = 137+126+130=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #897E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E82 is #76817D. Grayscale: #818181. Windows color (decimal): -7766398 or 8552073. OLE color: 8552073.
HSL color Cylindrical-coordinate representation of color #897E82: hue angle of 338.18º 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 #897E82 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 130 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.46 |
| HSL | 338.18º | 0.04% | 0.52% | - |
| HSV(B) | 338.18º | 0.08% | 0.54% | - |
| XYZ | 21.81 | 21.85 | 24.19 | - |
| YUV | 129.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 130 | 0 | 0.08 | 0.05 | 0.46 | 338.18 | 0.04 | 0.52 |
| Hex | 89 | 7E | 82 | 0 | 8 | 5 | 2E | 152 | 4 | 34 |
| Octal | 211 | 176 | 202 | 0 | 10 | 5 | 56 | 522 | 4 | 64 |
| Binary | 10001001 | 1111110 | 10000010 | 0 | 1000 | 101 | 101110 | 101010010 | 100 | 110100 |
Color Harmonies of #897E82
Complementary color
Monochromatic Colors of #897E82
Black with #897E82
Text Example
Text Example
White with #897E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E82; }
p { color: rgb(137,126,130); }
H1.HeaderClassName
{
color: #897E82;
}
.AnyTagClassName
{
color: #897E82;
}
</style>
background-color css
<style>
a { background-color: #897E82; }
a { background-color: rgb(137,126,130); }
div.DivClassName
{
background-color: #897E82;
}
.BgClassName
{
background-color: #897E82;
}
</style>
border-color css
<style>
span { border-color: #897E82; }
span { border-color: rgb(137,126,130); }
td.TdClassName
{
border-color: #897E82;
}
.TagClassName
{
border-color: #897E82;
}
</style>