Shades of Concord #7F7E7D
Tints of Concord #7F7E7D
RGB
CMYK
RGB Variations
Color information
#7F7E7D (or 0x7F7E7D) is known color: Concord. HEX triplet: 7F, 7E and 7D. RGB value is (127,126,125). Sum of RGB (Red+Green+Blue) = 127+126+125=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7E7D is #808182. Grayscale: #7E7E7E. Windows color (decimal): -8421763 or 8224383. OLE color: 8224383.
HSL color Cylindrical-coordinate representation of color #7F7E7D: hue angle of 30º degrees, saturation: 0.01, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7F7E7D is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 126 | 125 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.50 |
| HSL | 30º | 0.01% | 0.49% | - |
| HSV(B) | 30º | 0.02% | 0.5% | - |
| XYZ | 19.91 | 20.91 | 22.39 | - |
| YUV | 126.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 125 | 0 | 0.01 | 0.02 | 0.50 | 30 | 0.01 | 0.49 |
| Hex | 7F | 7E | 7D | 0 | 1 | 2 | 32 | 1E | 1 | 31 |
| Octal | 177 | 176 | 175 | 0 | 1 | 2 | 62 | 36 | 1 | 61 |
| Binary | 1111111 | 1111110 | 1111101 | 0 | 1 | 10 | 110010 | 11110 | 1 | 110001 |
Color Harmonies of #7F7E7D
Complementary color
Monochromatic Colors of #7F7E7D
Black with #7F7E7D
Text Example
Text Example
White with #7F7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7E7D; }
p { color: rgb(127,126,125); }
H1.HeaderClassName
{
color: #7F7E7D;
}
.AnyTagClassName
{
color: #7F7E7D;
}
</style>
background-color css
<style>
a { background-color: #7F7E7D; }
a { background-color: rgb(127,126,125); }
div.DivClassName
{
background-color: #7F7E7D;
}
.BgClassName
{
background-color: #7F7E7D;
}
</style>
border-color css
<style>
span { border-color: #7F7E7D; }
span { border-color: rgb(127,126,125); }
td.TdClassName
{
border-color: #7F7E7D;
}
.TagClassName
{
border-color: #7F7E7D;
}
</style>