Shades of Concord #827E72
Tints of Concord #827E72
RGB
CMYK
RGB Variations
Color information
#827E72 (or 0x827E72) is known color: Concord. HEX triplet: 82, 7E and 72. RGB value is (130,126,114). Sum of RGB (Red+Green+Blue) = 130+126+114=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #827E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E72 is #7D818D. Grayscale: #7D7D7D. Windows color (decimal): -8225166 or 7503490. OLE color: 7503490.
HSL color Cylindrical-coordinate representation of color #827E72: hue angle of 45º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827E72 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 114 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.49 |
| HSL | 45º | 0.07% | 0.48% | - |
| HSV(B) | 45º | 0.12% | 0.51% | - |
| XYZ | 19.7 | 20.88 | 18.91 | - |
| YUV | 125.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 114 | 0 | 0.03 | 0.12 | 0.49 | 45 | 0.07 | 0.48 |
| Hex | 82 | 7E | 72 | 0 | 3 | C | 31 | 2D | 7 | 30 |
| Octal | 202 | 176 | 162 | 0 | 3 | 14 | 61 | 55 | 7 | 60 |
| Binary | 10000010 | 1111110 | 1110010 | 0 | 11 | 1100 | 110001 | 101101 | 111 | 110000 |
Color Harmonies of #827E72
Complementary color
Monochromatic Colors of #827E72
Black with #827E72
Text Example
Text Example
White with #827E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E72; }
p { color: rgb(130,126,114); }
H1.HeaderClassName
{
color: #827E72;
}
.AnyTagClassName
{
color: #827E72;
}
</style>
background-color css
<style>
a { background-color: #827E72; }
a { background-color: rgb(130,126,114); }
div.DivClassName
{
background-color: #827E72;
}
.BgClassName
{
background-color: #827E72;
}
</style>
border-color css
<style>
span { border-color: #827E72; }
span { border-color: rgb(130,126,114); }
td.TdClassName
{
border-color: #827E72;
}
.TagClassName
{
border-color: #827E72;
}
</style>