Shades of Concord #7A7671
Tints of Concord #7A7671
RGB
CMYK
RGB Variations
Color information
#7A7671 (or 0x7A7671) is known color: Concord. HEX triplet: 7A, 76 and 71. RGB value is (122,118,113). Sum of RGB (Red+Green+Blue) = 122+118+113=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7671 is #85898E. Grayscale: #767676. Windows color (decimal): -8751503 or 7435898. OLE color: 7435898.
HSL color Cylindrical-coordinate representation of color #7A7671: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7671 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 113 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.52 |
| HSL | 33.33º | 0.04% | 0.46% | - |
| HSV(B) | 33.33º | 0.07% | 0.48% | - |
| XYZ | 17.49 | 18.29 | 18.23 | - |
| YUV | 118.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 113 | 0 | 0.03 | 0.07 | 0.52 | 33.33 | 0.04 | 0.46 |
| Hex | 7A | 76 | 71 | 0 | 3 | 7 | 34 | 21 | 4 | 2E |
| Octal | 172 | 166 | 161 | 0 | 3 | 7 | 64 | 41 | 4 | 56 |
| Binary | 1111010 | 1110110 | 1110001 | 0 | 11 | 111 | 110100 | 100001 | 100 | 101110 |
Color Harmonies of #7A7671
Complementary color
Monochromatic Colors of #7A7671
Black with #7A7671
Text Example
Text Example
White with #7A7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7671; }
p { color: rgb(122,118,113); }
H1.HeaderClassName
{
color: #7A7671;
}
.AnyTagClassName
{
color: #7A7671;
}
</style>
background-color css
<style>
a { background-color: #7A7671; }
a { background-color: rgb(122,118,113); }
div.DivClassName
{
background-color: #7A7671;
}
.BgClassName
{
background-color: #7A7671;
}
</style>
border-color css
<style>
span { border-color: #7A7671; }
span { border-color: rgb(122,118,113); }
td.TdClassName
{
border-color: #7A7671;
}
.TagClassName
{
border-color: #7A7671;
}
</style>