Shades of Concord #877E70
Tints of Concord #877E70
RGB
CMYK
RGB Variations
Color information
#877E70 (or 0x877E70) is known color: Concord. HEX triplet: 87, 7E and 70. RGB value is (135,126,112). Sum of RGB (Red+Green+Blue) = 135+126+112=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E70 is #78818F. Grayscale: #7F7F7F. Windows color (decimal): -7897488 or 7372423. OLE color: 7372423.
HSL color Cylindrical-coordinate representation of color #877E70: hue angle of 36.52º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877E70 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 112 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.47 |
| HSL | 36.52º | 0.09% | 0.48% | - |
| HSV(B) | 36.52º | 0.17% | 0.53% | - |
| XYZ | 20.38 | 21.24 | 18.36 | - |
| YUV | 127.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 112 | 0 | 0.07 | 0.17 | 0.47 | 36.52 | 0.09 | 0.48 |
| Hex | 87 | 7E | 70 | 0 | 7 | 11 | 2F | 25 | 9 | 30 |
| Octal | 207 | 176 | 160 | 0 | 7 | 21 | 57 | 45 | 11 | 60 |
| Binary | 10000111 | 1111110 | 1110000 | 0 | 111 | 10001 | 101111 | 100101 | 1001 | 110000 |
Color Harmonies of #877E70
Complementary color
Monochromatic Colors of #877E70
Black with #877E70
Text Example
Text Example
White with #877E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E70; }
p { color: rgb(135,126,112); }
H1.HeaderClassName
{
color: #877E70;
}
.AnyTagClassName
{
color: #877E70;
}
</style>
background-color css
<style>
a { background-color: #877E70; }
a { background-color: rgb(135,126,112); }
div.DivClassName
{
background-color: #877E70;
}
.BgClassName
{
background-color: #877E70;
}
</style>
border-color css
<style>
span { border-color: #877E70; }
span { border-color: rgb(135,126,112); }
td.TdClassName
{
border-color: #877E70;
}
.TagClassName
{
border-color: #877E70;
}
</style>