Shades of Concord #868074
Tints of Concord #868074
RGB
CMYK
RGB Variations
Color information
#868074 (or 0x868074) is known color: Concord. HEX triplet: 86, 80 and 74. RGB value is (134,128,116). Sum of RGB (Red+Green+Blue) = 134+128+116=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #868074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868074 is #797F8B. Grayscale: #808080. Windows color (decimal): -7962508 or 7635078. OLE color: 7635078.
HSL color Cylindrical-coordinate representation of color #868074: hue angle of 40º 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 #868074 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 116 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.47 |
| HSL | 40º | 0.07% | 0.49% | - |
| HSV(B) | 40º | 0.13% | 0.53% | - |
| XYZ | 20.7 | 21.77 | 19.63 | - |
| YUV | 128.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 116 | 0 | 0.04 | 0.13 | 0.47 | 40 | 0.07 | 0.49 |
| Hex | 86 | 80 | 74 | 0 | 4 | D | 2F | 28 | 7 | 31 |
| Octal | 206 | 200 | 164 | 0 | 4 | 15 | 57 | 50 | 7 | 61 |
| Binary | 10000110 | 10000000 | 1110100 | 0 | 100 | 1101 | 101111 | 101000 | 111 | 110001 |
Color Harmonies of #868074
Complementary color
Monochromatic Colors of #868074
Black with #868074
Text Example
Text Example
White with #868074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868074; }
p { color: rgb(134,128,116); }
H1.HeaderClassName
{
color: #868074;
}
.AnyTagClassName
{
color: #868074;
}
</style>
background-color css
<style>
a { background-color: #868074; }
a { background-color: rgb(134,128,116); }
div.DivClassName
{
background-color: #868074;
}
.BgClassName
{
background-color: #868074;
}
</style>
border-color css
<style>
span { border-color: #868074; }
span { border-color: rgb(134,128,116); }
td.TdClassName
{
border-color: #868074;
}
.TagClassName
{
border-color: #868074;
}
</style>