Shades of Concord #7F7D79
Tints of Concord #7F7D79
RGB
CMYK
RGB Variations
Color information
#7F7D79 (or 0x7F7D79) is known color: Concord. HEX triplet: 7F, 7D and 79. RGB value is (127,125,121). Sum of RGB (Red+Green+Blue) = 127+125+121=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7D79 is #808286. Grayscale: #7D7D7D. Windows color (decimal): -8422023 or 7961983. OLE color: 7961983.
HSL color Cylindrical-coordinate representation of color #7F7D79: hue angle of 40º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7F7D79 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 125 | 121 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.50 |
| HSL | 40º | 0.02% | 0.49% | - |
| HSV(B) | 40º | 0.05% | 0.5% | - |
| XYZ | 19.54 | 20.56 | 21.03 | - |
| YUV | 125.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 121 | 0 | 0.02 | 0.05 | 0.50 | 40 | 0.02 | 0.49 |
| Hex | 7F | 7D | 79 | 0 | 2 | 5 | 32 | 28 | 2 | 31 |
| Octal | 177 | 175 | 171 | 0 | 2 | 5 | 62 | 50 | 2 | 61 |
| Binary | 1111111 | 1111101 | 1111001 | 0 | 10 | 101 | 110010 | 101000 | 10 | 110001 |
Color Harmonies of #7F7D79
Complementary color
Monochromatic Colors of #7F7D79
Black with #7F7D79
Text Example
Text Example
White with #7F7D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7D79; }
p { color: rgb(127,125,121); }
H1.HeaderClassName
{
color: #7F7D79;
}
.AnyTagClassName
{
color: #7F7D79;
}
</style>
background-color css
<style>
a { background-color: #7F7D79; }
a { background-color: rgb(127,125,121); }
div.DivClassName
{
background-color: #7F7D79;
}
.BgClassName
{
background-color: #7F7D79;
}
</style>
border-color css
<style>
span { border-color: #7F7D79; }
span { border-color: rgb(127,125,121); }
td.TdClassName
{
border-color: #7F7D79;
}
.TagClassName
{
border-color: #7F7D79;
}
</style>