Shades of Concord #877E6F
Tints of Concord #877E6F
RGB
CMYK
RGB Variations
Color information
#877E6F (or 0x877E6F) is known color: Concord. HEX triplet: 87, 7E and 6F. RGB value is (135,126,111). Sum of RGB (Red+Green+Blue) = 135+126+111=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #877E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E6F is #788190. Grayscale: #7F7F7F. Windows color (decimal): -7897489 or 7306887. OLE color: 7306887.
HSL color Cylindrical-coordinate representation of color #877E6F: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877E6F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 111 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.47 |
| HSL | 37.5º | 0.1% | 0.48% | - |
| HSV(B) | 37.5º | 0.18% | 0.53% | - |
| XYZ | 20.32 | 21.22 | 18.06 | - |
| YUV | 126.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 111 | 0 | 0.07 | 0.18 | 0.47 | 37.5 | 0.1 | 0.48 |
| Hex | 87 | 7E | 6F | 0 | 7 | 12 | 2F | 26 | A | 30 |
| Octal | 207 | 176 | 157 | 0 | 7 | 22 | 57 | 46 | 12 | 60 |
| Binary | 10000111 | 1111110 | 1101111 | 0 | 111 | 10010 | 101111 | 100110 | 1010 | 110000 |
Color Harmonies of #877E6F
Complementary color
Monochromatic Colors of #877E6F
Black with #877E6F
Text Example
Text Example
White with #877E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E6F; }
p { color: rgb(135,126,111); }
H1.HeaderClassName
{
color: #877E6F;
}
.AnyTagClassName
{
color: #877E6F;
}
</style>
background-color css
<style>
a { background-color: #877E6F; }
a { background-color: rgb(135,126,111); }
div.DivClassName
{
background-color: #877E6F;
}
.BgClassName
{
background-color: #877E6F;
}
</style>
border-color css
<style>
span { border-color: #877E6F; }
span { border-color: rgb(135,126,111); }
td.TdClassName
{
border-color: #877E6F;
}
.TagClassName
{
border-color: #877E6F;
}
</style>