Shades of Concord #877F70
Tints of Concord #877F70
RGB
CMYK
RGB Variations
Color information
#877F70 (or 0x877F70) is known color: Concord. HEX triplet: 87, 7F and 70. RGB value is (135,127,112). Sum of RGB (Red+Green+Blue) = 135+127+112=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #877F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F70 is #78808F. Grayscale: #7F7F7F. Windows color (decimal): -7897232 or 7372679. OLE color: 7372679.
HSL color Cylindrical-coordinate representation of color #877F70: hue angle of 39.13º 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 #877F70 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 112 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.47 |
| HSL | 39.13º | 0.09% | 0.48% | - |
| HSV(B) | 39.13º | 0.17% | 0.53% | - |
| XYZ | 20.51 | 21.5 | 18.4 | - |
| YUV | 127.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 112 | 0 | 0.06 | 0.17 | 0.47 | 39.13 | 0.09 | 0.48 |
| Hex | 87 | 7F | 70 | 0 | 6 | 11 | 2F | 27 | 9 | 30 |
| Octal | 207 | 177 | 160 | 0 | 6 | 21 | 57 | 47 | 11 | 60 |
| Binary | 10000111 | 1111111 | 1110000 | 0 | 110 | 10001 | 101111 | 100111 | 1001 | 110000 |
Color Harmonies of #877F70
Complementary color
Monochromatic Colors of #877F70
Black with #877F70
Text Example
Text Example
White with #877F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F70; }
p { color: rgb(135,127,112); }
H1.HeaderClassName
{
color: #877F70;
}
.AnyTagClassName
{
color: #877F70;
}
</style>
background-color css
<style>
a { background-color: #877F70; }
a { background-color: rgb(135,127,112); }
div.DivClassName
{
background-color: #877F70;
}
.BgClassName
{
background-color: #877F70;
}
</style>
border-color css
<style>
span { border-color: #877F70; }
span { border-color: rgb(135,127,112); }
td.TdClassName
{
border-color: #877F70;
}
.TagClassName
{
border-color: #877F70;
}
</style>