Shades of Venus #897C80
Tints of Venus #897C80
RGB
CMYK
RGB Variations
Color information
#897C80 (or 0x897C80) is known color: Venus. HEX triplet: 89, 7C and 80. RGB value is (137,124,128). Sum of RGB (Red+Green+Blue) = 137+124+128=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #897C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C80 is #76837F. Grayscale: #808080. Windows color (decimal): -7766912 or 8420489. OLE color: 8420489.
HSL color Cylindrical-coordinate representation of color #897C80: hue angle of 341.54º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #897C80 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 128 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.46 |
| HSL | 341.54º | 0.05% | 0.51% | - |
| HSV(B) | 341.54º | 0.09% | 0.54% | - |
| XYZ | 21.42 | 21.29 | 23.4 | - |
| YUV | 128.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 128 | 0 | 0.09 | 0.07 | 0.46 | 341.54 | 0.05 | 0.51 |
| Hex | 89 | 7C | 80 | 0 | 9 | 7 | 2E | 156 | 5 | 33 |
| Octal | 211 | 174 | 200 | 0 | 11 | 7 | 56 | 526 | 5 | 63 |
| Binary | 10001001 | 1111100 | 10000000 | 0 | 1001 | 111 | 101110 | 101010110 | 101 | 110011 |
Color Harmonies of #897C80
Complementary color
Monochromatic Colors of #897C80
Black with #897C80
Text Example
Text Example
White with #897C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C80; }
p { color: rgb(137,124,128); }
H1.HeaderClassName
{
color: #897C80;
}
.AnyTagClassName
{
color: #897C80;
}
</style>
background-color css
<style>
a { background-color: #897C80; }
a { background-color: rgb(137,124,128); }
div.DivClassName
{
background-color: #897C80;
}
.BgClassName
{
background-color: #897C80;
}
</style>
border-color css
<style>
span { border-color: #897C80; }
span { border-color: rgb(137,124,128); }
td.TdClassName
{
border-color: #897C80;
}
.TagClassName
{
border-color: #897C80;
}
</style>