Shades of Concord #7F7970
Tints of Concord #7F7970
RGB
CMYK
RGB Variations
Color information
#7F7970 (or 0x7F7970) is known color: Concord. HEX triplet: 7F, 79 and 70. RGB value is (127,121,112). Sum of RGB (Red+Green+Blue) = 127+121+112=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7970 is #80868F. Grayscale: #797979. Windows color (decimal): -8423056 or 7371135. OLE color: 7371135.
HSL color Cylindrical-coordinate representation of color #7F7970: hue angle of 36º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F7970 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 112 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.50 |
| HSL | 36º | 0.06% | 0.47% | - |
| HSV(B) | 36º | 0.12% | 0.5% | - |
| XYZ | 18.51 | 19.36 | 18.09 | - |
| YUV | 121.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 112 | 0 | 0.05 | 0.12 | 0.50 | 36 | 0.06 | 0.47 |
| Hex | 7F | 79 | 70 | 0 | 5 | C | 32 | 24 | 6 | 2F |
| Octal | 177 | 171 | 160 | 0 | 5 | 14 | 62 | 44 | 6 | 57 |
| Binary | 1111111 | 1111001 | 1110000 | 0 | 101 | 1100 | 110010 | 100100 | 110 | 101111 |
Color Harmonies of #7F7970
Complementary color
Monochromatic Colors of #7F7970
Black with #7F7970
Text Example
Text Example
White with #7F7970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7970; }
p { color: rgb(127,121,112); }
H1.HeaderClassName
{
color: #7F7970;
}
.AnyTagClassName
{
color: #7F7970;
}
</style>
background-color css
<style>
a { background-color: #7F7970; }
a { background-color: rgb(127,121,112); }
div.DivClassName
{
background-color: #7F7970;
}
.BgClassName
{
background-color: #7F7970;
}
</style>
border-color css
<style>
span { border-color: #7F7970; }
span { border-color: rgb(127,121,112); }
td.TdClassName
{
border-color: #7F7970;
}
.TagClassName
{
border-color: #7F7970;
}
</style>