Shades of Shadow #8B7742
Tints of Shadow #8B7742
RGB
CMYK
RGB Variations
Color information
#8B7742 (or 0x8B7742) is known color: Shadow. HEX triplet: 8B, 77 and 42. RGB value is (139,119,66). Sum of RGB (Red+Green+Blue) = 139+119+66=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7742 is #7488BD. Grayscale: #777777. Windows color (decimal): -7637182 or 4355979. OLE color: 4355979.
HSL color Cylindrical-coordinate representation of color #8B7742: hue angle of 43.56º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B7742 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 66 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.45 |
| HSL | 43.56º | 0.36% | 0.4% | - |
| HSV(B) | 43.56º | 0.53% | 0.55% | - |
| XYZ | 18.23 | 19.08 | 7.88 | - |
| YUV | 118.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 66 | 0 | 0.14 | 0.53 | 0.45 | 43.56 | 0.36 | 0.4 |
| Hex | 8B | 77 | 42 | 0 | E | 35 | 2D | 2C | 24 | 28 |
| Octal | 213 | 167 | 102 | 0 | 16 | 65 | 55 | 54 | 44 | 50 |
| Binary | 10001011 | 1110111 | 1000010 | 0 | 1110 | 110101 | 101101 | 101100 | 100100 | 101000 |
Color Harmonies of #8B7742
Complementary color
Monochromatic Colors of #8B7742
Black with #8B7742
Text Example
Text Example
White with #8B7742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7742; }
p { color: rgb(139,119,66); }
H1.HeaderClassName
{
color: #8B7742;
}
.AnyTagClassName
{
color: #8B7742;
}
</style>
background-color css
<style>
a { background-color: #8B7742; }
a { background-color: rgb(139,119,66); }
div.DivClassName
{
background-color: #8B7742;
}
.BgClassName
{
background-color: #8B7742;
}
</style>
border-color css
<style>
span { border-color: #8B7742; }
span { border-color: rgb(139,119,66); }
td.TdClassName
{
border-color: #8B7742;
}
.TagClassName
{
border-color: #8B7742;
}
</style>