Shades of Concord #7B7873
Tints of Concord #7B7873
RGB
CMYK
RGB Variations
Color information
#7B7873 (or 0x7B7873) is known color: Concord. HEX triplet: 7B, 78 and 73. RGB value is (123,120,115). Sum of RGB (Red+Green+Blue) = 123+120+115=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7873 is #84878C. Grayscale: #787878. Windows color (decimal): -8685453 or 7567483. OLE color: 7567483.
HSL color Cylindrical-coordinate representation of color #7B7873: hue angle of 37.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7B7873 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 120 | 115 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.52 |
| HSL | 37.5º | 0.03% | 0.47% | - |
| HSV(B) | 37.5º | 0.07% | 0.48% | - |
| XYZ | 17.98 | 18.88 | 18.92 | - |
| YUV | 120.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 115 | 0 | 0.02 | 0.07 | 0.52 | 37.5 | 0.03 | 0.47 |
| Hex | 7B | 78 | 73 | 0 | 2 | 7 | 34 | 26 | 3 | 2F |
| Octal | 173 | 170 | 163 | 0 | 2 | 7 | 64 | 46 | 3 | 57 |
| Binary | 1111011 | 1111000 | 1110011 | 0 | 10 | 111 | 110100 | 100110 | 11 | 101111 |
Color Harmonies of #7B7873
Complementary color
Monochromatic Colors of #7B7873
Black with #7B7873
Text Example
Text Example
White with #7B7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7873; }
p { color: rgb(123,120,115); }
H1.HeaderClassName
{
color: #7B7873;
}
.AnyTagClassName
{
color: #7B7873;
}
</style>
background-color css
<style>
a { background-color: #7B7873; }
a { background-color: rgb(123,120,115); }
div.DivClassName
{
background-color: #7B7873;
}
.BgClassName
{
background-color: #7B7873;
}
</style>
border-color css
<style>
span { border-color: #7B7873; }
span { border-color: rgb(123,120,115); }
td.TdClassName
{
border-color: #7B7873;
}
.TagClassName
{
border-color: #7B7873;
}
</style>