Shades of Shadow #90784D
Tints of Shadow #90784D
RGB
CMYK
RGB Variations
Color information
#90784D (or 0x90784D) is known color: Shadow. HEX triplet: 90, 78 and 4D. RGB value is (144,120,77). Sum of RGB (Red+Green+Blue) = 144+120+77=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #90784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90784D is #6F87B2. Grayscale: #7A7A7A. Windows color (decimal): -7309235 or 5077136. OLE color: 5077136.
HSL color Cylindrical-coordinate representation of color #90784D: hue angle of 38.51º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90784D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 77 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.44 |
| HSL | 38.51º | 0.3% | 0.43% | - |
| HSV(B) | 38.51º | 0.47% | 0.56% | - |
| XYZ | 19.56 | 19.9 | 9.83 | - |
| YUV | 122.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 77 | 0 | 0.17 | 0.47 | 0.44 | 38.51 | 0.3 | 0.43 |
| Hex | 90 | 78 | 4D | 0 | 11 | 2F | 2C | 27 | 1E | 2B |
| Octal | 220 | 170 | 115 | 0 | 21 | 57 | 54 | 47 | 36 | 53 |
| Binary | 10010000 | 1111000 | 1001101 | 0 | 10001 | 101111 | 101100 | 100111 | 11110 | 101011 |
Color Harmonies of #90784D
Complementary color
Monochromatic Colors of #90784D
Black with #90784D
Text Example
Text Example
White with #90784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90784D; }
p { color: rgb(144,120,77); }
H1.HeaderClassName
{
color: #90784D;
}
.AnyTagClassName
{
color: #90784D;
}
</style>
background-color css
<style>
a { background-color: #90784D; }
a { background-color: rgb(144,120,77); }
div.DivClassName
{
background-color: #90784D;
}
.BgClassName
{
background-color: #90784D;
}
</style>
border-color css
<style>
span { border-color: #90784D; }
span { border-color: rgb(144,120,77); }
td.TdClassName
{
border-color: #90784D;
}
.TagClassName
{
border-color: #90784D;
}
</style>