Shades of Concord #7F7A71
Tints of Concord #7F7A71
RGB
CMYK
RGB Variations
Color information
#7F7A71 (or 0x7F7A71) is known color: Concord. HEX triplet: 7F, 7A and 71. RGB value is (127,122,113). Sum of RGB (Red+Green+Blue) = 127+122+113=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A71 is #80858E. Grayscale: #7A7A7A. Windows color (decimal): -8422799 or 7436927. OLE color: 7436927.
HSL color Cylindrical-coordinate representation of color #7F7A71: hue angle of 38.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7A71 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 113 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.50 |
| HSL | 38.57º | 0.06% | 0.47% | - |
| HSV(B) | 38.57º | 0.11% | 0.5% | - |
| XYZ | 18.69 | 19.62 | 18.43 | - |
| YUV | 122.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 113 | 0 | 0.04 | 0.11 | 0.50 | 38.57 | 0.06 | 0.47 |
| Hex | 7F | 7A | 71 | 0 | 4 | B | 32 | 27 | 6 | 2F |
| Octal | 177 | 172 | 161 | 0 | 4 | 13 | 62 | 47 | 6 | 57 |
| Binary | 1111111 | 1111010 | 1110001 | 0 | 100 | 1011 | 110010 | 100111 | 110 | 101111 |
Color Harmonies of #7F7A71
Complementary color
Monochromatic Colors of #7F7A71
Black with #7F7A71
Text Example
Text Example
White with #7F7A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A71; }
p { color: rgb(127,122,113); }
H1.HeaderClassName
{
color: #7F7A71;
}
.AnyTagClassName
{
color: #7F7A71;
}
</style>
background-color css
<style>
a { background-color: #7F7A71; }
a { background-color: rgb(127,122,113); }
div.DivClassName
{
background-color: #7F7A71;
}
.BgClassName
{
background-color: #7F7A71;
}
</style>
border-color css
<style>
span { border-color: #7F7A71; }
span { border-color: rgb(127,122,113); }
td.TdClassName
{
border-color: #7F7A71;
}
.TagClassName
{
border-color: #7F7A71;
}
</style>