Shades of Shadow #8B7752
Tints of Shadow #8B7752
RGB
CMYK
RGB Variations
Color information
#8B7752 (or 0x8B7752) is known color: Shadow. HEX triplet: 8B, 77 and 52. RGB value is (139,119,82). Sum of RGB (Red+Green+Blue) = 139+119+82=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7752 is #7488AD. Grayscale: #787878. Windows color (decimal): -7637166 or 5404555. OLE color: 5404555.
HSL color Cylindrical-coordinate representation of color #8B7752: hue angle of 38.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B7752 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 82 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.45 |
| HSL | 38.95º | 0.26% | 0.43% | - |
| HSV(B) | 38.95º | 0.41% | 0.55% | - |
| XYZ | 18.77 | 19.29 | 10.72 | - |
| YUV | 120.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 82 | 0 | 0.14 | 0.41 | 0.45 | 38.95 | 0.26 | 0.43 |
| Hex | 8B | 77 | 52 | 0 | E | 29 | 2D | 27 | 1A | 2B |
| Octal | 213 | 167 | 122 | 0 | 16 | 51 | 55 | 47 | 32 | 53 |
| Binary | 10001011 | 1110111 | 1010010 | 0 | 1110 | 101001 | 101101 | 100111 | 11010 | 101011 |
Color Harmonies of #8B7752
Complementary color
Monochromatic Colors of #8B7752
Black with #8B7752
Text Example
Text Example
White with #8B7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7752; }
p { color: rgb(139,119,82); }
H1.HeaderClassName
{
color: #8B7752;
}
.AnyTagClassName
{
color: #8B7752;
}
</style>
background-color css
<style>
a { background-color: #8B7752; }
a { background-color: rgb(139,119,82); }
div.DivClassName
{
background-color: #8B7752;
}
.BgClassName
{
background-color: #8B7752;
}
</style>
border-color css
<style>
span { border-color: #8B7752; }
span { border-color: rgb(139,119,82); }
td.TdClassName
{
border-color: #8B7752;
}
.TagClassName
{
border-color: #8B7752;
}
</style>