Shades of Shadow #90784B
Tints of Shadow #90784B
RGB
CMYK
RGB Variations
Color information
#90784B (or 0x90784B) is known color: Shadow. HEX triplet: 90, 78 and 4B. RGB value is (144,120,75). Sum of RGB (Red+Green+Blue) = 144+120+75=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90784B is #6F87B4. Grayscale: #7A7A7A. Windows color (decimal): -7309237 or 4946064. OLE color: 4946064.
HSL color Cylindrical-coordinate representation of color #90784B: hue angle of 39.13º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90784B is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 75 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.44 |
| HSL | 39.13º | 0.32% | 0.43% | - |
| HSV(B) | 39.13º | 0.48% | 0.56% | - |
| XYZ | 19.49 | 19.87 | 9.46 | - |
| YUV | 122.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 75 | 0 | 0.17 | 0.48 | 0.44 | 39.13 | 0.32 | 0.43 |
| Hex | 90 | 78 | 4B | 0 | 11 | 30 | 2C | 27 | 20 | 2B |
| Octal | 220 | 170 | 113 | 0 | 21 | 60 | 54 | 47 | 40 | 53 |
| Binary | 10010000 | 1111000 | 1001011 | 0 | 10001 | 110000 | 101100 | 100111 | 100000 | 101011 |
Color Harmonies of #90784B
Complementary color
Monochromatic Colors of #90784B
Black with #90784B
Text Example
Text Example
White with #90784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90784B; }
p { color: rgb(144,120,75); }
H1.HeaderClassName
{
color: #90784B;
}
.AnyTagClassName
{
color: #90784B;
}
</style>
background-color css
<style>
a { background-color: #90784B; }
a { background-color: rgb(144,120,75); }
div.DivClassName
{
background-color: #90784B;
}
.BgClassName
{
background-color: #90784B;
}
</style>
border-color css
<style>
span { border-color: #90784B; }
span { border-color: rgb(144,120,75); }
td.TdClassName
{
border-color: #90784B;
}
.TagClassName
{
border-color: #90784B;
}
</style>