Shades of Concord #7E7B77
Tints of Concord #7E7B77
RGB
CMYK
RGB Variations
Color information
#7E7B77 (or 0x7E7B77) is known color: Concord. HEX triplet: 7E, 7B and 77. RGB value is (126,123,119). Sum of RGB (Red+Green+Blue) = 126+123+119=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7B77 is #818488. Grayscale: #7B7B7B. Windows color (decimal): -8488073 or 7830398. OLE color: 7830398.
HSL color Cylindrical-coordinate representation of color #7E7B77: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7E7B77 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 123 | 119 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.51 |
| HSL | 34.29º | 0.03% | 0.48% | - |
| HSV(B) | 34.29º | 0.06% | 0.49% | - |
| XYZ | 19.02 | 19.93 | 20.3 | - |
| YUV | 123.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 119 | 0 | 0.02 | 0.06 | 0.51 | 34.29 | 0.03 | 0.48 |
| Hex | 7E | 7B | 77 | 0 | 2 | 6 | 33 | 22 | 3 | 30 |
| Octal | 176 | 173 | 167 | 0 | 2 | 6 | 63 | 42 | 3 | 60 |
| Binary | 1111110 | 1111011 | 1110111 | 0 | 10 | 110 | 110011 | 100010 | 11 | 110000 |
Color Harmonies of #7E7B77
Complementary color
Monochromatic Colors of #7E7B77
Black with #7E7B77
Text Example
Text Example
White with #7E7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7B77; }
p { color: rgb(126,123,119); }
H1.HeaderClassName
{
color: #7E7B77;
}
.AnyTagClassName
{
color: #7E7B77;
}
</style>
background-color css
<style>
a { background-color: #7E7B77; }
a { background-color: rgb(126,123,119); }
div.DivClassName
{
background-color: #7E7B77;
}
.BgClassName
{
background-color: #7E7B77;
}
</style>
border-color css
<style>
span { border-color: #7E7B77; }
span { border-color: rgb(126,123,119); }
td.TdClassName
{
border-color: #7E7B77;
}
.TagClassName
{
border-color: #7E7B77;
}
</style>