Shades of Concord #807C73
Tints of Concord #807C73
RGB
CMYK
RGB Variations
Color information
#807C73 (or 0x807C73) is known color: Concord. HEX triplet: 80, 7C and 73. RGB value is (128,124,115). Sum of RGB (Red+Green+Blue) = 128+124+115=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 128 - color contains mainly: red. Hex color #807C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C73 is #7F838C. Grayscale: #7C7C7C. Windows color (decimal): -8356749 or 7568512. OLE color: 7568512.
HSL color Cylindrical-coordinate representation of color #807C73: hue angle of 41.54º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807C73 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 115 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.50 |
| HSL | 41.54º | 0.05% | 0.48% | - |
| HSV(B) | 41.54º | 0.1% | 0.5% | - |
| XYZ | 19.2 | 20.24 | 19.11 | - |
| YUV | 124.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 115 | 0 | 0.03 | 0.10 | 0.50 | 41.54 | 0.05 | 0.48 |
| Hex | 80 | 7C | 73 | 0 | 3 | A | 32 | 2A | 5 | 30 |
| Octal | 200 | 174 | 163 | 0 | 3 | 12 | 62 | 52 | 5 | 60 |
| Binary | 10000000 | 1111100 | 1110011 | 0 | 11 | 1010 | 110010 | 101010 | 101 | 110000 |
Color Harmonies of #807C73
Complementary color
Monochromatic Colors of #807C73
Black with #807C73
Text Example
Text Example
White with #807C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C73; }
p { color: rgb(128,124,115); }
H1.HeaderClassName
{
color: #807C73;
}
.AnyTagClassName
{
color: #807C73;
}
</style>
background-color css
<style>
a { background-color: #807C73; }
a { background-color: rgb(128,124,115); }
div.DivClassName
{
background-color: #807C73;
}
.BgClassName
{
background-color: #807C73;
}
</style>
border-color css
<style>
span { border-color: #807C73; }
span { border-color: rgb(128,124,115); }
td.TdClassName
{
border-color: #807C73;
}
.TagClassName
{
border-color: #807C73;
}
</style>