Shades of Concord #827E74
Tints of Concord #827E74
RGB
CMYK
RGB Variations
Color information
#827E74 (or 0x827E74) is known color: Concord. HEX triplet: 82, 7E and 74. RGB value is (130,126,116). Sum of RGB (Red+Green+Blue) = 130+126+116=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #827E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E74 is #7D818B. Grayscale: #7E7E7E. Windows color (decimal): -8225164 or 7634562. OLE color: 7634562.
HSL color Cylindrical-coordinate representation of color #827E74: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #827E74 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 116 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.49 |
| HSL | 42.86º | 0.06% | 0.48% | - |
| HSV(B) | 42.86º | 0.11% | 0.51% | - |
| XYZ | 19.82 | 20.93 | 19.52 | - |
| YUV | 126.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 116 | 0 | 0.03 | 0.11 | 0.49 | 42.86 | 0.06 | 0.48 |
| Hex | 82 | 7E | 74 | 0 | 3 | B | 31 | 2B | 6 | 30 |
| Octal | 202 | 176 | 164 | 0 | 3 | 13 | 61 | 53 | 6 | 60 |
| Binary | 10000010 | 1111110 | 1110100 | 0 | 11 | 1011 | 110001 | 101011 | 110 | 110000 |
Color Harmonies of #827E74
Complementary color
Monochromatic Colors of #827E74
Black with #827E74
Text Example
Text Example
White with #827E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E74; }
p { color: rgb(130,126,116); }
H1.HeaderClassName
{
color: #827E74;
}
.AnyTagClassName
{
color: #827E74;
}
</style>
background-color css
<style>
a { background-color: #827E74; }
a { background-color: rgb(130,126,116); }
div.DivClassName
{
background-color: #827E74;
}
.BgClassName
{
background-color: #827E74;
}
</style>
border-color css
<style>
span { border-color: #827E74; }
span { border-color: rgb(130,126,116); }
td.TdClassName
{
border-color: #827E74;
}
.TagClassName
{
border-color: #827E74;
}
</style>