Shades of Concord #7D7971
Tints of Concord #7D7971
RGB
CMYK
RGB Variations
Color information
#7D7971 (or 0x7D7971) is known color: Concord. HEX triplet: 7D, 79 and 71. RGB value is (125,121,113). Sum of RGB (Red+Green+Blue) = 125+121+113=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7971 is #82868E. Grayscale: #797979. Windows color (decimal): -8554127 or 7436669. OLE color: 7436669.
HSL color Cylindrical-coordinate representation of color #7D7971: hue angle of 40º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7971 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 113 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.51 |
| HSL | 40º | 0.05% | 0.47% | - |
| HSV(B) | 40º | 0.1% | 0.49% | - |
| XYZ | 18.28 | 19.23 | 18.37 | - |
| YUV | 121.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 113 | 0 | 0.03 | 0.10 | 0.51 | 40 | 0.05 | 0.47 |
| Hex | 7D | 79 | 71 | 0 | 3 | A | 33 | 28 | 5 | 2F |
| Octal | 175 | 171 | 161 | 0 | 3 | 12 | 63 | 50 | 5 | 57 |
| Binary | 1111101 | 1111001 | 1110001 | 0 | 11 | 1010 | 110011 | 101000 | 101 | 101111 |
Color Harmonies of #7D7971
Complementary color
Monochromatic Colors of #7D7971
Black with #7D7971
Text Example
Text Example
White with #7D7971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7971; }
p { color: rgb(125,121,113); }
H1.HeaderClassName
{
color: #7D7971;
}
.AnyTagClassName
{
color: #7D7971;
}
</style>
background-color css
<style>
a { background-color: #7D7971; }
a { background-color: rgb(125,121,113); }
div.DivClassName
{
background-color: #7D7971;
}
.BgClassName
{
background-color: #7D7971;
}
</style>
border-color css
<style>
span { border-color: #7D7971; }
span { border-color: rgb(125,121,113); }
td.TdClassName
{
border-color: #7D7971;
}
.TagClassName
{
border-color: #7D7971;
}
</style>