Shades of Concord #878074
Tints of Concord #878074
RGB
CMYK
RGB Variations
Color information
#878074 (or 0x878074) is known color: Concord. HEX triplet: 87, 80 and 74. RGB value is (135,128,116). Sum of RGB (Red+Green+Blue) = 135+128+116=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #878074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878074 is #787F8B. Grayscale: #808080. Windows color (decimal): -7896972 or 7635079. OLE color: 7635079.
HSL color Cylindrical-coordinate representation of color #878074: hue angle of 37.89º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #878074 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 116 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.47 |
| HSL | 37.89º | 0.08% | 0.49% | - |
| HSV(B) | 37.89º | 0.14% | 0.53% | - |
| XYZ | 20.86 | 21.85 | 19.64 | - |
| YUV | 128.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 116 | 0 | 0.05 | 0.14 | 0.47 | 37.89 | 0.08 | 0.49 |
| Hex | 87 | 80 | 74 | 0 | 5 | E | 2F | 26 | 8 | 31 |
| Octal | 207 | 200 | 164 | 0 | 5 | 16 | 57 | 46 | 10 | 61 |
| Binary | 10000111 | 10000000 | 1110100 | 0 | 101 | 1110 | 101111 | 100110 | 1000 | 110001 |
Color Harmonies of #878074
Complementary color
Monochromatic Colors of #878074
Black with #878074
Text Example
Text Example
White with #878074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878074; }
p { color: rgb(135,128,116); }
H1.HeaderClassName
{
color: #878074;
}
.AnyTagClassName
{
color: #878074;
}
</style>
background-color css
<style>
a { background-color: #878074; }
a { background-color: rgb(135,128,116); }
div.DivClassName
{
background-color: #878074;
}
.BgClassName
{
background-color: #878074;
}
</style>
border-color css
<style>
span { border-color: #878074; }
span { border-color: rgb(135,128,116); }
td.TdClassName
{
border-color: #878074;
}
.TagClassName
{
border-color: #878074;
}
</style>