Shades of Concord #82807D
Tints of Concord #82807D
RGB
CMYK
RGB Variations
Color information
#82807D (or 0x82807D) is known color: Concord. HEX triplet: 82, 80 and 7D. RGB value is (130,128,125). Sum of RGB (Red+Green+Blue) = 130+128+125=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 130 - color contains mainly: red. Hex color #82807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82807D is #7D7F82. Grayscale: #808080. Windows color (decimal): -8224643 or 8224898. OLE color: 8224898.
HSL color Cylindrical-coordinate representation of color #82807D: hue angle of 36º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #82807D is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 125 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.49 |
| HSL | 36º | 0.02% | 0.5% | - |
| HSV(B) | 36º | 0.04% | 0.51% | - |
| XYZ | 20.63 | 21.66 | 22.5 | - |
| YUV | 128.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 125 | 0 | 0.02 | 0.04 | 0.49 | 36 | 0.02 | 0.5 |
| Hex | 82 | 80 | 7D | 0 | 2 | 4 | 31 | 24 | 2 | 32 |
| Octal | 202 | 200 | 175 | 0 | 2 | 4 | 61 | 44 | 2 | 62 |
| Binary | 10000010 | 10000000 | 1111101 | 0 | 10 | 100 | 110001 | 100100 | 10 | 110010 |
Color Harmonies of #82807D
Complementary color
Monochromatic Colors of #82807D
Black with #82807D
Text Example
Text Example
White with #82807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82807D; }
p { color: rgb(130,128,125); }
H1.HeaderClassName
{
color: #82807D;
}
.AnyTagClassName
{
color: #82807D;
}
</style>
background-color css
<style>
a { background-color: #82807D; }
a { background-color: rgb(130,128,125); }
div.DivClassName
{
background-color: #82807D;
}
.BgClassName
{
background-color: #82807D;
}
</style>
border-color css
<style>
span { border-color: #82807D; }
span { border-color: rgb(130,128,125); }
td.TdClassName
{
border-color: #82807D;
}
.TagClassName
{
border-color: #82807D;
}
</style>