Shades of Shadow #90794A
Tints of Shadow #90794A
RGB
CMYK
RGB Variations
Color information
#90794A (or 0x90794A) is known color: Shadow. HEX triplet: 90, 79 and 4A. RGB value is (144,121,74). Sum of RGB (Red+Green+Blue) = 144+121+74=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90794A is #6F86B5. Grayscale: #7A7A7A. Windows color (decimal): -7308982 or 4880784. OLE color: 4880784.
HSL color Cylindrical-coordinate representation of color #90794A: hue angle of 40.29º 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 #90794A is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 121 | 74 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.44 |
| HSL | 40.29º | 0.32% | 0.43% | - |
| HSV(B) | 40.29º | 0.49% | 0.56% | - |
| XYZ | 19.58 | 20.1 | 9.33 | - |
| YUV | 122.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 74 | 0 | 0.16 | 0.49 | 0.44 | 40.29 | 0.32 | 0.43 |
| Hex | 90 | 79 | 4A | 0 | 10 | 31 | 2C | 28 | 20 | 2B |
| Octal | 220 | 171 | 112 | 0 | 20 | 61 | 54 | 50 | 40 | 53 |
| Binary | 10010000 | 1111001 | 1001010 | 0 | 10000 | 110001 | 101100 | 101000 | 100000 | 101011 |
Color Harmonies of #90794A
Complementary color
Monochromatic Colors of #90794A
Black with #90794A
Text Example
Text Example
White with #90794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90794A; }
p { color: rgb(144,121,74); }
H1.HeaderClassName
{
color: #90794A;
}
.AnyTagClassName
{
color: #90794A;
}
</style>
background-color css
<style>
a { background-color: #90794A; }
a { background-color: rgb(144,121,74); }
div.DivClassName
{
background-color: #90794A;
}
.BgClassName
{
background-color: #90794A;
}
</style>
border-color css
<style>
span { border-color: #90794A; }
span { border-color: rgb(144,121,74); }
td.TdClassName
{
border-color: #90794A;
}
.TagClassName
{
border-color: #90794A;
}
</style>