Shades of Shadow #897750
Tints of Shadow #897750
RGB
CMYK
RGB Variations
Color information
#897750 (or 0x897750) is known color: Shadow. HEX triplet: 89, 77 and 50. RGB value is (137,119,80). Sum of RGB (Red+Green+Blue) = 137+119+80=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #897750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897750 is #7688AF. Grayscale: #787878. Windows color (decimal): -7768240 or 5273481. OLE color: 5273481.
HSL color Cylindrical-coordinate representation of color #897750: hue angle of 41.05º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #897750 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 119 | 80 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.46 |
| HSL | 41.05º | 0.26% | 0.43% | - |
| HSV(B) | 41.05º | 0.42% | 0.54% | - |
| XYZ | 18.36 | 19.09 | 10.31 | - |
| YUV | 119.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 80 | 0 | 0.13 | 0.42 | 0.46 | 41.05 | 0.26 | 0.43 |
| Hex | 89 | 77 | 50 | 0 | D | 2A | 2E | 29 | 1A | 2B |
| Octal | 211 | 167 | 120 | 0 | 15 | 52 | 56 | 51 | 32 | 53 |
| Binary | 10001001 | 1110111 | 1010000 | 0 | 1101 | 101010 | 101110 | 101001 | 11010 | 101011 |
Color Harmonies of #897750
Complementary color
Monochromatic Colors of #897750
Black with #897750
Text Example
Text Example
White with #897750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897750; }
p { color: rgb(137,119,80); }
H1.HeaderClassName
{
color: #897750;
}
.AnyTagClassName
{
color: #897750;
}
</style>
background-color css
<style>
a { background-color: #897750; }
a { background-color: rgb(137,119,80); }
div.DivClassName
{
background-color: #897750;
}
.BgClassName
{
background-color: #897750;
}
</style>
border-color css
<style>
span { border-color: #897750; }
span { border-color: rgb(137,119,80); }
td.TdClassName
{
border-color: #897750;
}
.TagClassName
{
border-color: #897750;
}
</style>