Shades of Shadow #88714A
Tints of Shadow #88714A
RGB
CMYK
RGB Variations
Color information
#88714A (or 0x88714A) is known color: Shadow. HEX triplet: 88, 71 and 4A. RGB value is (136,113,74). Sum of RGB (Red+Green+Blue) = 136+113+74=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #88714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88714A is #778EB5. Grayscale: #737373. Windows color (decimal): -7835318 or 4878728. OLE color: 4878728.
HSL color Cylindrical-coordinate representation of color #88714A: hue angle of 37.74º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88714A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 74 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.47 |
| HSL | 37.74º | 0.3% | 0.41% | - |
| HSV(B) | 37.74º | 0.46% | 0.53% | - |
| XYZ | 17.29 | 17.54 | 8.95 | - |
| YUV | 115.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 74 | 0 | 0.17 | 0.46 | 0.47 | 37.74 | 0.3 | 0.41 |
| Hex | 88 | 71 | 4A | 0 | 11 | 2E | 2F | 26 | 1E | 29 |
| Octal | 210 | 161 | 112 | 0 | 21 | 56 | 57 | 46 | 36 | 51 |
| Binary | 10001000 | 1110001 | 1001010 | 0 | 10001 | 101110 | 101111 | 100110 | 11110 | 101001 |
Color Harmonies of #88714A
Complementary color
Monochromatic Colors of #88714A
Black with #88714A
Text Example
Text Example
White with #88714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88714A; }
p { color: rgb(136,113,74); }
H1.HeaderClassName
{
color: #88714A;
}
.AnyTagClassName
{
color: #88714A;
}
</style>
background-color css
<style>
a { background-color: #88714A; }
a { background-color: rgb(136,113,74); }
div.DivClassName
{
background-color: #88714A;
}
.BgClassName
{
background-color: #88714A;
}
</style>
border-color css
<style>
span { border-color: #88714A; }
span { border-color: rgb(136,113,74); }
td.TdClassName
{
border-color: #88714A;
}
.TagClassName
{
border-color: #88714A;
}
</style>