Shades of Shadow #89764D
Tints of Shadow #89764D
RGB
CMYK
RGB Variations
Color information
#89764D (or 0x89764D) is known color: Shadow. HEX triplet: 89, 76 and 4D. RGB value is (137,118,77). Sum of RGB (Red+Green+Blue) = 137+118+77=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89764D is #7689B2. Grayscale: #777777. Windows color (decimal): -7768499 or 5076617. OLE color: 5076617.
HSL color Cylindrical-coordinate representation of color #89764D: hue angle of 41º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89764D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 118 | 77 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.46 |
| HSL | 41º | 0.28% | 0.42% | - |
| HSV(B) | 41º | 0.44% | 0.54% | - |
| XYZ | 18.13 | 18.81 | 9.7 | - |
| YUV | 119.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 77 | 0 | 0.14 | 0.44 | 0.46 | 41 | 0.28 | 0.42 |
| Hex | 89 | 76 | 4D | 0 | E | 2C | 2E | 29 | 1C | 2A |
| Octal | 211 | 166 | 115 | 0 | 16 | 54 | 56 | 51 | 34 | 52 |
| Binary | 10001001 | 1110110 | 1001101 | 0 | 1110 | 101100 | 101110 | 101001 | 11100 | 101010 |
Color Harmonies of #89764D
Complementary color
Monochromatic Colors of #89764D
Black with #89764D
Text Example
Text Example
White with #89764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89764D; }
p { color: rgb(137,118,77); }
H1.HeaderClassName
{
color: #89764D;
}
.AnyTagClassName
{
color: #89764D;
}
</style>
background-color css
<style>
a { background-color: #89764D; }
a { background-color: rgb(137,118,77); }
div.DivClassName
{
background-color: #89764D;
}
.BgClassName
{
background-color: #89764D;
}
</style>
border-color css
<style>
span { border-color: #89764D; }
span { border-color: rgb(137,118,77); }
td.TdClassName
{
border-color: #89764D;
}
.TagClassName
{
border-color: #89764D;
}
</style>