Shades of Concord #7A7874
Tints of Concord #7A7874
RGB
CMYK
RGB Variations
Color information
#7A7874 (or 0x7A7874) is known color: Concord. HEX triplet: 7A, 78 and 74. RGB value is (122,120,116). Sum of RGB (Red+Green+Blue) = 122+120+116=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7874 is #85878B. Grayscale: #787878. Windows color (decimal): -8750988 or 7633018. OLE color: 7633018.
HSL color Cylindrical-coordinate representation of color #7A7874: hue angle of 40º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A7874 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 116 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.52 |
| HSL | 40º | 0.03% | 0.47% | - |
| HSV(B) | 40º | 0.05% | 0.48% | - |
| XYZ | 17.89 | 18.83 | 19.21 | - |
| YUV | 120.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 116 | 0 | 0.02 | 0.05 | 0.52 | 40 | 0.03 | 0.47 |
| Hex | 7A | 78 | 74 | 0 | 2 | 5 | 34 | 28 | 3 | 2F |
| Octal | 172 | 170 | 164 | 0 | 2 | 5 | 64 | 50 | 3 | 57 |
| Binary | 1111010 | 1111000 | 1110100 | 0 | 10 | 101 | 110100 | 101000 | 11 | 101111 |
Color Harmonies of #7A7874
Complementary color
Monochromatic Colors of #7A7874
Black with #7A7874
Text Example
Text Example
White with #7A7874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7874; }
p { color: rgb(122,120,116); }
H1.HeaderClassName
{
color: #7A7874;
}
.AnyTagClassName
{
color: #7A7874;
}
</style>
background-color css
<style>
a { background-color: #7A7874; }
a { background-color: rgb(122,120,116); }
div.DivClassName
{
background-color: #7A7874;
}
.BgClassName
{
background-color: #7A7874;
}
</style>
border-color css
<style>
span { border-color: #7A7874; }
span { border-color: rgb(122,120,116); }
td.TdClassName
{
border-color: #7A7874;
}
.TagClassName
{
border-color: #7A7874;
}
</style>