Shades of Concord #807C77
Tints of Concord #807C77
RGB
CMYK
RGB Variations
Color information
#807C77 (or 0x807C77) is known color: Concord. HEX triplet: 80, 7C and 77. RGB value is (128,124,119). Sum of RGB (Red+Green+Blue) = 128+124+119=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 128 - color contains mainly: red. Hex color #807C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C77 is #7F8388. Grayscale: #7C7C7C. Windows color (decimal): -8356745 or 7830656. OLE color: 7830656.
HSL color Cylindrical-coordinate representation of color #807C77: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #807C77 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 119 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.50 |
| HSL | 33.33º | 0.04% | 0.48% | - |
| HSV(B) | 33.33º | 0.07% | 0.5% | - |
| XYZ | 19.44 | 20.34 | 20.35 | - |
| YUV | 124.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 119 | 0 | 0.03 | 0.07 | 0.50 | 33.33 | 0.04 | 0.48 |
| Hex | 80 | 7C | 77 | 0 | 3 | 7 | 32 | 21 | 4 | 30 |
| Octal | 200 | 174 | 167 | 0 | 3 | 7 | 62 | 41 | 4 | 60 |
| Binary | 10000000 | 1111100 | 1110111 | 0 | 11 | 111 | 110010 | 100001 | 100 | 110000 |
Color Harmonies of #807C77
Complementary color
Monochromatic Colors of #807C77
Black with #807C77
Text Example
Text Example
White with #807C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C77; }
p { color: rgb(128,124,119); }
H1.HeaderClassName
{
color: #807C77;
}
.AnyTagClassName
{
color: #807C77;
}
</style>
background-color css
<style>
a { background-color: #807C77; }
a { background-color: rgb(128,124,119); }
div.DivClassName
{
background-color: #807C77;
}
.BgClassName
{
background-color: #807C77;
}
</style>
border-color css
<style>
span { border-color: #807C77; }
span { border-color: rgb(128,124,119); }
td.TdClassName
{
border-color: #807C77;
}
.TagClassName
{
border-color: #807C77;
}
</style>