Shades of Concord #867F73
Tints of Concord #867F73
RGB
CMYK
RGB Variations
Color information
#867F73 (or 0x867F73) is known color: Concord. HEX triplet: 86, 7F and 73. RGB value is (134,127,115). Sum of RGB (Red+Green+Blue) = 134+127+115=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #867F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F73 is #79808C. Grayscale: #7F7F7F. Windows color (decimal): -7962765 or 7569286. OLE color: 7569286.
HSL color Cylindrical-coordinate representation of color #867F73: 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 #867F73 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 115 | - |
| 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.52 | 21.48 | 19.29 | - |
| YUV | 127.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 115 | 0 | 0.05 | 0.14 | 0.47 | 37.89 | 0.08 | 0.49 |
| Hex | 86 | 7F | 73 | 0 | 5 | E | 2F | 26 | 8 | 31 |
| Octal | 206 | 177 | 163 | 0 | 5 | 16 | 57 | 46 | 10 | 61 |
| Binary | 10000110 | 1111111 | 1110011 | 0 | 101 | 1110 | 101111 | 100110 | 1000 | 110001 |
Color Harmonies of #867F73
Complementary color
Monochromatic Colors of #867F73
Black with #867F73
Text Example
Text Example
White with #867F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F73; }
p { color: rgb(134,127,115); }
H1.HeaderClassName
{
color: #867F73;
}
.AnyTagClassName
{
color: #867F73;
}
</style>
background-color css
<style>
a { background-color: #867F73; }
a { background-color: rgb(134,127,115); }
div.DivClassName
{
background-color: #867F73;
}
.BgClassName
{
background-color: #867F73;
}
</style>
border-color css
<style>
span { border-color: #867F73; }
span { border-color: rgb(134,127,115); }
td.TdClassName
{
border-color: #867F73;
}
.TagClassName
{
border-color: #867F73;
}
</style>