Shades of Shadow #8B7754
Tints of Shadow #8B7754
RGB
CMYK
RGB Variations
Color information
#8B7754 (or 0x8B7754) is known color: Shadow. HEX triplet: 8B, 77 and 54. RGB value is (139,119,84). Sum of RGB (Red+Green+Blue) = 139+119+84=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7754 is #7488AB. Grayscale: #797979. Windows color (decimal): -7637164 or 5535627. OLE color: 5535627.
HSL color Cylindrical-coordinate representation of color #8B7754: hue angle of 38.18º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7754 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 84 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.45 |
| HSL | 38.18º | 0.25% | 0.44% | - |
| HSV(B) | 38.18º | 0.4% | 0.55% | - |
| XYZ | 18.84 | 19.32 | 11.12 | - |
| YUV | 120.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 84 | 0 | 0.14 | 0.40 | 0.45 | 38.18 | 0.25 | 0.44 |
| Hex | 8B | 77 | 54 | 0 | E | 28 | 2D | 26 | 19 | 2C |
| Octal | 213 | 167 | 124 | 0 | 16 | 50 | 55 | 46 | 31 | 54 |
| Binary | 10001011 | 1110111 | 1010100 | 0 | 1110 | 101000 | 101101 | 100110 | 11001 | 101100 |
Color Harmonies of #8B7754
Complementary color
Monochromatic Colors of #8B7754
Black with #8B7754
Text Example
Text Example
White with #8B7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7754; }
p { color: rgb(139,119,84); }
H1.HeaderClassName
{
color: #8B7754;
}
.AnyTagClassName
{
color: #8B7754;
}
</style>
background-color css
<style>
a { background-color: #8B7754; }
a { background-color: rgb(139,119,84); }
div.DivClassName
{
background-color: #8B7754;
}
.BgClassName
{
background-color: #8B7754;
}
</style>
border-color css
<style>
span { border-color: #8B7754; }
span { border-color: rgb(139,119,84); }
td.TdClassName
{
border-color: #8B7754;
}
.TagClassName
{
border-color: #8B7754;
}
</style>