Shades of Shadow #8A7742
Tints of Shadow #8A7742
RGB
CMYK
RGB Variations
Color information
#8A7742 (or 0x8A7742) is known color: Shadow. HEX triplet: 8A, 77 and 42. RGB value is (138,119,66). Sum of RGB (Red+Green+Blue) = 138+119+66=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7742 is #7588BD. Grayscale: #767676. Windows color (decimal): -7702718 or 4355978. OLE color: 4355978.
HSL color Cylindrical-coordinate representation of color #8A7742: hue angle of 44.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A7742 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 66 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.46 |
| HSL | 44.17º | 0.35% | 0.4% | - |
| HSV(B) | 44.17º | 0.52% | 0.54% | - |
| XYZ | 18.06 | 18.99 | 7.87 | - |
| YUV | 118.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 66 | 0 | 0.14 | 0.52 | 0.46 | 44.17 | 0.35 | 0.4 |
| Hex | 8A | 77 | 42 | 0 | E | 34 | 2E | 2C | 23 | 28 |
| Octal | 212 | 167 | 102 | 0 | 16 | 64 | 56 | 54 | 43 | 50 |
| Binary | 10001010 | 1110111 | 1000010 | 0 | 1110 | 110100 | 101110 | 101100 | 100011 | 101000 |
Color Harmonies of #8A7742
Complementary color
Monochromatic Colors of #8A7742
Black with #8A7742
Text Example
Text Example
White with #8A7742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7742; }
p { color: rgb(138,119,66); }
H1.HeaderClassName
{
color: #8A7742;
}
.AnyTagClassName
{
color: #8A7742;
}
</style>
background-color css
<style>
a { background-color: #8A7742; }
a { background-color: rgb(138,119,66); }
div.DivClassName
{
background-color: #8A7742;
}
.BgClassName
{
background-color: #8A7742;
}
</style>
border-color css
<style>
span { border-color: #8A7742; }
span { border-color: rgb(138,119,66); }
td.TdClassName
{
border-color: #8A7742;
}
.TagClassName
{
border-color: #8A7742;
}
</style>