Shades of Shadow #90764C
Tints of Shadow #90764C
RGB
CMYK
RGB Variations
Color information
#90764C (or 0x90764C) is known color: Shadow. HEX triplet: 90, 76 and 4C. RGB value is (144,118,76). Sum of RGB (Red+Green+Blue) = 144+118+76=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90764C is #6F89B3. Grayscale: #797979. Windows color (decimal): -7309748 or 5011088. OLE color: 5011088.
HSL color Cylindrical-coordinate representation of color #90764C: hue angle of 37.06º degrees, saturation: 0.31, 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 #90764C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 118 | 76 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.44 |
| HSL | 37.06º | 0.31% | 0.43% | - |
| HSV(B) | 37.06º | 0.47% | 0.56% | - |
| XYZ | 19.28 | 19.41 | 9.57 | - |
| YUV | 120.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 76 | 0 | 0.18 | 0.47 | 0.44 | 37.06 | 0.31 | 0.43 |
| Hex | 90 | 76 | 4C | 0 | 12 | 2F | 2C | 25 | 1F | 2B |
| Octal | 220 | 166 | 114 | 0 | 22 | 57 | 54 | 45 | 37 | 53 |
| Binary | 10010000 | 1110110 | 1001100 | 0 | 10010 | 101111 | 101100 | 100101 | 11111 | 101011 |
Color Harmonies of #90764C
Complementary color
Monochromatic Colors of #90764C
Black with #90764C
Text Example
Text Example
White with #90764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90764C; }
p { color: rgb(144,118,76); }
H1.HeaderClassName
{
color: #90764C;
}
.AnyTagClassName
{
color: #90764C;
}
</style>
background-color css
<style>
a { background-color: #90764C; }
a { background-color: rgb(144,118,76); }
div.DivClassName
{
background-color: #90764C;
}
.BgClassName
{
background-color: #90764C;
}
</style>
border-color css
<style>
span { border-color: #90764C; }
span { border-color: rgb(144,118,76); }
td.TdClassName
{
border-color: #90764C;
}
.TagClassName
{
border-color: #90764C;
}
</style>