Shades of Concord #878075
Tints of Concord #878075
RGB
CMYK
RGB Variations
Color information
#878075 (or 0x878075) is known color: Concord. HEX triplet: 87, 80 and 75. RGB value is (135,128,117). Sum of RGB (Red+Green+Blue) = 135+128+117=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #878075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878075 is #787F8A. Grayscale: #808080. Windows color (decimal): -7896971 or 7700615. OLE color: 7700615.
HSL color Cylindrical-coordinate representation of color #878075: hue angle of 36.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878075 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 117 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.47 |
| HSL | 36.67º | 0.07% | 0.49% | - |
| HSV(B) | 36.67º | 0.13% | 0.53% | - |
| XYZ | 20.92 | 21.87 | 19.95 | - |
| YUV | 128.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 117 | 0 | 0.05 | 0.13 | 0.47 | 36.67 | 0.07 | 0.49 |
| Hex | 87 | 80 | 75 | 0 | 5 | D | 2F | 25 | 7 | 31 |
| Octal | 207 | 200 | 165 | 0 | 5 | 15 | 57 | 45 | 7 | 61 |
| Binary | 10000111 | 10000000 | 1110101 | 0 | 101 | 1101 | 101111 | 100101 | 111 | 110001 |
Color Harmonies of #878075
Complementary color
Monochromatic Colors of #878075
Black with #878075
Text Example
Text Example
White with #878075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878075; }
p { color: rgb(135,128,117); }
H1.HeaderClassName
{
color: #878075;
}
.AnyTagClassName
{
color: #878075;
}
</style>
background-color css
<style>
a { background-color: #878075; }
a { background-color: rgb(135,128,117); }
div.DivClassName
{
background-color: #878075;
}
.BgClassName
{
background-color: #878075;
}
</style>
border-color css
<style>
span { border-color: #878075; }
span { border-color: rgb(135,128,117); }
td.TdClassName
{
border-color: #878075;
}
.TagClassName
{
border-color: #878075;
}
</style>