Shades of Shadow #877752
Tints of Shadow #877752
RGB
CMYK
RGB Variations
Color information
#877752 (or 0x877752) is known color: Shadow. HEX triplet: 87, 77 and 52. RGB value is (135,119,82). Sum of RGB (Red+Green+Blue) = 135+119+82=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #877752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877752 is #7888AD. Grayscale: #777777. Windows color (decimal): -7899310 or 5404551. OLE color: 5404551.
HSL color Cylindrical-coordinate representation of color #877752: hue angle of 41.89º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #877752 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 119 | 82 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.47 |
| HSL | 41.89º | 0.24% | 0.43% | - |
| HSV(B) | 41.89º | 0.39% | 0.53% | - |
| XYZ | 18.11 | 18.95 | 10.69 | - |
| YUV | 119.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 82 | 0 | 0.12 | 0.39 | 0.47 | 41.89 | 0.24 | 0.43 |
| Hex | 87 | 77 | 52 | 0 | C | 27 | 2F | 2A | 18 | 2B |
| Octal | 207 | 167 | 122 | 0 | 14 | 47 | 57 | 52 | 30 | 53 |
| Binary | 10000111 | 1110111 | 1010010 | 0 | 1100 | 100111 | 101111 | 101010 | 11000 | 101011 |
Color Harmonies of #877752
Complementary color
Monochromatic Colors of #877752
Black with #877752
Text Example
Text Example
White with #877752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877752; }
p { color: rgb(135,119,82); }
H1.HeaderClassName
{
color: #877752;
}
.AnyTagClassName
{
color: #877752;
}
</style>
background-color css
<style>
a { background-color: #877752; }
a { background-color: rgb(135,119,82); }
div.DivClassName
{
background-color: #877752;
}
.BgClassName
{
background-color: #877752;
}
</style>
border-color css
<style>
span { border-color: #877752; }
span { border-color: rgb(135,119,82); }
td.TdClassName
{
border-color: #877752;
}
.TagClassName
{
border-color: #877752;
}
</style>