Shades of Venus #897F84
Tints of Venus #897F84
RGB
CMYK
RGB Variations
Color information
#897F84 (or 0x897F84) is known color: Venus. HEX triplet: 89, 7F and 84. RGB value is (137,127,132). Sum of RGB (Red+Green+Blue) = 137+127+132=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #897F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F84 is #76807B. Grayscale: #828282. Windows color (decimal): -7766140 or 8683401. OLE color: 8683401.
HSL color Cylindrical-coordinate representation of color #897F84: hue angle of 330º 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 #897F84 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 132 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.46 |
| HSL | 330º | 0.04% | 0.52% | - |
| HSV(B) | 330º | 0.07% | 0.54% | - |
| XYZ | 22.07 | 22.16 | 24.94 | - |
| YUV | 130.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 132 | 0 | 0.07 | 0.04 | 0.46 | 330 | 0.04 | 0.52 |
| Hex | 89 | 7F | 84 | 0 | 7 | 4 | 2E | 14A | 4 | 34 |
| Octal | 211 | 177 | 204 | 0 | 7 | 4 | 56 | 512 | 4 | 64 |
| Binary | 10001001 | 1111111 | 10000100 | 0 | 111 | 100 | 101110 | 101001010 | 100 | 110100 |
Color Harmonies of #897F84
Complementary color
Monochromatic Colors of #897F84
Black with #897F84
Text Example
Text Example
White with #897F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F84; }
p { color: rgb(137,127,132); }
H1.HeaderClassName
{
color: #897F84;
}
.AnyTagClassName
{
color: #897F84;
}
</style>
background-color css
<style>
a { background-color: #897F84; }
a { background-color: rgb(137,127,132); }
div.DivClassName
{
background-color: #897F84;
}
.BgClassName
{
background-color: #897F84;
}
</style>
border-color css
<style>
span { border-color: #897F84; }
span { border-color: rgb(137,127,132); }
td.TdClassName
{
border-color: #897F84;
}
.TagClassName
{
border-color: #897F84;
}
</style>