Shades of Venus #897F82
Tints of Venus #897F82
RGB
CMYK
RGB Variations
Color information
#897F82 (or 0x897F82) is known color: Venus. HEX triplet: 89, 7F and 82. RGB value is (137,127,130). Sum of RGB (Red+Green+Blue) = 137+127+130=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #897F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F82 is #76807D. Grayscale: #828282. Windows color (decimal): -7766142 or 8552329. OLE color: 8552329.
HSL color Cylindrical-coordinate representation of color #897F82: hue angle of 342º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #897F82 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 130 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.46 |
| HSL | 342º | 0.04% | 0.52% | - |
| HSV(B) | 342º | 0.07% | 0.54% | - |
| XYZ | 21.94 | 22.11 | 24.23 | - |
| YUV | 130.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 130 | 0 | 0.07 | 0.05 | 0.46 | 342 | 0.04 | 0.52 |
| Hex | 89 | 7F | 82 | 0 | 7 | 5 | 2E | 156 | 4 | 34 |
| Octal | 211 | 177 | 202 | 0 | 7 | 5 | 56 | 526 | 4 | 64 |
| Binary | 10001001 | 1111111 | 10000010 | 0 | 111 | 101 | 101110 | 101010110 | 100 | 110100 |
Color Harmonies of #897F82
Complementary color
Monochromatic Colors of #897F82
Black with #897F82
Text Example
Text Example
White with #897F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F82; }
p { color: rgb(137,127,130); }
H1.HeaderClassName
{
color: #897F82;
}
.AnyTagClassName
{
color: #897F82;
}
</style>
background-color css
<style>
a { background-color: #897F82; }
a { background-color: rgb(137,127,130); }
div.DivClassName
{
background-color: #897F82;
}
.BgClassName
{
background-color: #897F82;
}
</style>
border-color css
<style>
span { border-color: #897F82; }
span { border-color: rgb(137,127,130); }
td.TdClassName
{
border-color: #897F82;
}
.TagClassName
{
border-color: #897F82;
}
</style>