Shades of Shadow #90784A
Tints of Shadow #90784A
RGB
CMYK
RGB Variations
Color information
#90784A (or 0x90784A) is known color: Shadow. HEX triplet: 90, 78 and 4A. RGB value is (144,120,74). Sum of RGB (Red+Green+Blue) = 144+120+74=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90784A is #6F87B5. Grayscale: #7A7A7A. Windows color (decimal): -7309238 or 4880528. OLE color: 4880528.
HSL color Cylindrical-coordinate representation of color #90784A: hue angle of 39.43º 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 #90784A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 74 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.44 |
| HSL | 39.43º | 0.32% | 0.43% | - |
| HSV(B) | 39.43º | 0.49% | 0.56% | - |
| XYZ | 19.45 | 19.86 | 9.29 | - |
| YUV | 121.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 74 | 0 | 0.17 | 0.49 | 0.44 | 39.43 | 0.32 | 0.43 |
| Hex | 90 | 78 | 4A | 0 | 11 | 31 | 2C | 27 | 20 | 2B |
| Octal | 220 | 170 | 112 | 0 | 21 | 61 | 54 | 47 | 40 | 53 |
| Binary | 10010000 | 1111000 | 1001010 | 0 | 10001 | 110001 | 101100 | 100111 | 100000 | 101011 |
Color Harmonies of #90784A
Complementary color
Monochromatic Colors of #90784A
Black with #90784A
Text Example
Text Example
White with #90784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90784A; }
p { color: rgb(144,120,74); }
H1.HeaderClassName
{
color: #90784A;
}
.AnyTagClassName
{
color: #90784A;
}
</style>
background-color css
<style>
a { background-color: #90784A; }
a { background-color: rgb(144,120,74); }
div.DivClassName
{
background-color: #90784A;
}
.BgClassName
{
background-color: #90784A;
}
</style>
border-color css
<style>
span { border-color: #90784A; }
span { border-color: rgb(144,120,74); }
td.TdClassName
{
border-color: #90784A;
}
.TagClassName
{
border-color: #90784A;
}
</style>