Shades of Concord #7D7871
Tints of Concord #7D7871
RGB
CMYK
RGB Variations
Color information
#7D7871 (or 0x7D7871) is known color: Concord. HEX triplet: 7D, 78 and 71. RGB value is (125,120,113). Sum of RGB (Red+Green+Blue) = 125+120+113=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7871 is #82878E. Grayscale: #787878. Windows color (decimal): -8554383 or 7436413. OLE color: 7436413.
HSL color Cylindrical-coordinate representation of color #7D7871: hue angle of 35º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7871 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 113 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.51 |
| HSL | 35º | 0.05% | 0.47% | - |
| HSV(B) | 35º | 0.1% | 0.49% | - |
| XYZ | 18.15 | 18.99 | 18.33 | - |
| YUV | 120.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 113 | 0 | 0.04 | 0.10 | 0.51 | 35 | 0.05 | 0.47 |
| Hex | 7D | 78 | 71 | 0 | 4 | A | 33 | 23 | 5 | 2F |
| Octal | 175 | 170 | 161 | 0 | 4 | 12 | 63 | 43 | 5 | 57 |
| Binary | 1111101 | 1111000 | 1110001 | 0 | 100 | 1010 | 110011 | 100011 | 101 | 101111 |
Color Harmonies of #7D7871
Complementary color
Monochromatic Colors of #7D7871
Black with #7D7871
Text Example
Text Example
White with #7D7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7871; }
p { color: rgb(125,120,113); }
H1.HeaderClassName
{
color: #7D7871;
}
.AnyTagClassName
{
color: #7D7871;
}
</style>
background-color css
<style>
a { background-color: #7D7871; }
a { background-color: rgb(125,120,113); }
div.DivClassName
{
background-color: #7D7871;
}
.BgClassName
{
background-color: #7D7871;
}
</style>
border-color css
<style>
span { border-color: #7D7871; }
span { border-color: rgb(125,120,113); }
td.TdClassName
{
border-color: #7D7871;
}
.TagClassName
{
border-color: #7D7871;
}
</style>