Shades of Concord #7D7972
Tints of Concord #7D7972
RGB
CMYK
RGB Variations
Color information
#7D7972 (or 0x7D7972) is known color: Concord. HEX triplet: 7D, 79 and 72. RGB value is (125,121,114). Sum of RGB (Red+Green+Blue) = 125+121+114=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7972 is #82868D. Grayscale: #797979. Windows color (decimal): -8554126 or 7502205. OLE color: 7502205.
HSL color Cylindrical-coordinate representation of color #7D7972: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D7972 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 114 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.51 |
| HSL | 38.18º | 0.05% | 0.47% | - |
| HSV(B) | 38.18º | 0.09% | 0.49% | - |
| XYZ | 18.33 | 19.25 | 18.67 | - |
| YUV | 121.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 114 | 0 | 0.03 | 0.09 | 0.51 | 38.18 | 0.05 | 0.47 |
| Hex | 7D | 79 | 72 | 0 | 3 | 9 | 33 | 26 | 5 | 2F |
| Octal | 175 | 171 | 162 | 0 | 3 | 11 | 63 | 46 | 5 | 57 |
| Binary | 1111101 | 1111001 | 1110010 | 0 | 11 | 1001 | 110011 | 100110 | 101 | 101111 |
Color Harmonies of #7D7972
Complementary color
Monochromatic Colors of #7D7972
Black with #7D7972
Text Example
Text Example
White with #7D7972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7972; }
p { color: rgb(125,121,114); }
H1.HeaderClassName
{
color: #7D7972;
}
.AnyTagClassName
{
color: #7D7972;
}
</style>
background-color css
<style>
a { background-color: #7D7972; }
a { background-color: rgb(125,121,114); }
div.DivClassName
{
background-color: #7D7972;
}
.BgClassName
{
background-color: #7D7972;
}
</style>
border-color css
<style>
span { border-color: #7D7972; }
span { border-color: rgb(125,121,114); }
td.TdClassName
{
border-color: #7D7972;
}
.TagClassName
{
border-color: #7D7972;
}
</style>