Shades of Shadow #90764A
Tints of Shadow #90764A
RGB
CMYK
RGB Variations
Color information
#90764A (or 0x90764A) is known color: Shadow. HEX triplet: 90, 76 and 4A. RGB value is (144,118,74). Sum of RGB (Red+Green+Blue) = 144+118+74=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90764A is #6F89B5. Grayscale: #787878. Windows color (decimal): -7309750 or 4880016. OLE color: 4880016.
HSL color Cylindrical-coordinate representation of color #90764A: hue angle of 37.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90764A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 118 | 74 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.44 |
| HSL | 37.71º | 0.32% | 0.43% | - |
| HSV(B) | 37.71º | 0.49% | 0.56% | - |
| XYZ | 19.22 | 19.38 | 9.21 | - |
| YUV | 120.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 74 | 0 | 0.18 | 0.49 | 0.44 | 37.71 | 0.32 | 0.43 |
| Hex | 90 | 76 | 4A | 0 | 12 | 31 | 2C | 26 | 20 | 2B |
| Octal | 220 | 166 | 112 | 0 | 22 | 61 | 54 | 46 | 40 | 53 |
| Binary | 10010000 | 1110110 | 1001010 | 0 | 10010 | 110001 | 101100 | 100110 | 100000 | 101011 |
Color Harmonies of #90764A
Complementary color
Monochromatic Colors of #90764A
Black with #90764A
Text Example
Text Example
White with #90764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90764A; }
p { color: rgb(144,118,74); }
H1.HeaderClassName
{
color: #90764A;
}
.AnyTagClassName
{
color: #90764A;
}
</style>
background-color css
<style>
a { background-color: #90764A; }
a { background-color: rgb(144,118,74); }
div.DivClassName
{
background-color: #90764A;
}
.BgClassName
{
background-color: #90764A;
}
</style>
border-color css
<style>
span { border-color: #90764A; }
span { border-color: rgb(144,118,74); }
td.TdClassName
{
border-color: #90764A;
}
.TagClassName
{
border-color: #90764A;
}
</style>