Shades of Concord #7D7872
Tints of Concord #7D7872
RGB
CMYK
RGB Variations
Color information
#7D7872 (or 0x7D7872) is known color: Concord. HEX triplet: 7D, 78 and 72. RGB value is (125,120,114). Sum of RGB (Red+Green+Blue) = 125+120+114=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7872 is #82878D. Grayscale: #787878. Windows color (decimal): -8554382 or 7501949. OLE color: 7501949.
HSL color Cylindrical-coordinate representation of color #7D7872: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D7872 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 114 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.51 |
| HSL | 32.73º | 0.05% | 0.47% | - |
| HSV(B) | 32.73º | 0.09% | 0.49% | - |
| XYZ | 18.21 | 19.01 | 18.63 | - |
| YUV | 120.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 114 | 0 | 0.04 | 0.09 | 0.51 | 32.73 | 0.05 | 0.47 |
| Hex | 7D | 78 | 72 | 0 | 4 | 9 | 33 | 21 | 5 | 2F |
| Octal | 175 | 170 | 162 | 0 | 4 | 11 | 63 | 41 | 5 | 57 |
| Binary | 1111101 | 1111000 | 1110010 | 0 | 100 | 1001 | 110011 | 100001 | 101 | 101111 |
Color Harmonies of #7D7872
Complementary color
Monochromatic Colors of #7D7872
Black with #7D7872
Text Example
Text Example
White with #7D7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7872; }
p { color: rgb(125,120,114); }
H1.HeaderClassName
{
color: #7D7872;
}
.AnyTagClassName
{
color: #7D7872;
}
</style>
background-color css
<style>
a { background-color: #7D7872; }
a { background-color: rgb(125,120,114); }
div.DivClassName
{
background-color: #7D7872;
}
.BgClassName
{
background-color: #7D7872;
}
</style>
border-color css
<style>
span { border-color: #7D7872; }
span { border-color: rgb(125,120,114); }
td.TdClassName
{
border-color: #7D7872;
}
.TagClassName
{
border-color: #7D7872;
}
</style>