Shades of Concord #82807C
Tints of Concord #82807C
RGB
CMYK
RGB Variations
Color information
#82807C (or 0x82807C) is known color: Concord. HEX triplet: 82, 80 and 7C. RGB value is (130,128,124). Sum of RGB (Red+Green+Blue) = 130+128+124=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 130 - color contains mainly: red. Hex color #82807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82807C is #7D7F83. Grayscale: #808080. Windows color (decimal): -8224644 or 8159362. OLE color: 8159362.
HSL color Cylindrical-coordinate representation of color #82807C: hue angle of 40º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #82807C is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 124 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.49 |
| HSL | 40º | 0.02% | 0.5% | - |
| HSV(B) | 40º | 0.05% | 0.51% | - |
| XYZ | 20.56 | 21.64 | 22.16 | - |
| YUV | 128.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 124 | 0 | 0.02 | 0.05 | 0.49 | 40 | 0.02 | 0.5 |
| Hex | 82 | 80 | 7C | 0 | 2 | 5 | 31 | 28 | 2 | 32 |
| Octal | 202 | 200 | 174 | 0 | 2 | 5 | 61 | 50 | 2 | 62 |
| Binary | 10000010 | 10000000 | 1111100 | 0 | 10 | 101 | 110001 | 101000 | 10 | 110010 |
Color Harmonies of #82807C
Complementary color
Monochromatic Colors of #82807C
Black with #82807C
Text Example
Text Example
White with #82807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82807C; }
p { color: rgb(130,128,124); }
H1.HeaderClassName
{
color: #82807C;
}
.AnyTagClassName
{
color: #82807C;
}
</style>
background-color css
<style>
a { background-color: #82807C; }
a { background-color: rgb(130,128,124); }
div.DivClassName
{
background-color: #82807C;
}
.BgClassName
{
background-color: #82807C;
}
</style>
border-color css
<style>
span { border-color: #82807C; }
span { border-color: rgb(130,128,124); }
td.TdClassName
{
border-color: #82807C;
}
.TagClassName
{
border-color: #82807C;
}
</style>