Shades of Concord #7B7975
Tints of Concord #7B7975
RGB
CMYK
RGB Variations
Color information
#7B7975 (or 0x7B7975) is known color: Concord. HEX triplet: 7B, 79 and 75. RGB value is (123,121,117). Sum of RGB (Red+Green+Blue) = 123+121+117=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7975 is #84868A. Grayscale: #797979. Windows color (decimal): -8685195 or 7698811. OLE color: 7698811.
HSL color Cylindrical-coordinate representation of color #7B7975: 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 #7B7975 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 121 | 117 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.52 |
| HSL | 40º | 0.03% | 0.47% | - |
| HSV(B) | 40º | 0.05% | 0.48% | - |
| XYZ | 18.22 | 19.17 | 19.57 | - |
| YUV | 121.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 117 | 0 | 0.02 | 0.05 | 0.52 | 40 | 0.03 | 0.47 |
| Hex | 7B | 79 | 75 | 0 | 2 | 5 | 34 | 28 | 2 | 2F |
| Octal | 173 | 171 | 165 | 0 | 2 | 5 | 64 | 50 | 2 | 57 |
| Binary | 1111011 | 1111001 | 1110101 | 0 | 10 | 101 | 110100 | 101000 | 10 | 101111 |
Color Harmonies of #7B7975
Complementary color
Monochromatic Colors of #7B7975
Black with #7B7975
Text Example
Text Example
White with #7B7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7975; }
p { color: rgb(123,121,117); }
H1.HeaderClassName
{
color: #7B7975;
}
.AnyTagClassName
{
color: #7B7975;
}
</style>
background-color css
<style>
a { background-color: #7B7975; }
a { background-color: rgb(123,121,117); }
div.DivClassName
{
background-color: #7B7975;
}
.BgClassName
{
background-color: #7B7975;
}
</style>
border-color css
<style>
span { border-color: #7B7975; }
span { border-color: rgb(123,121,117); }
td.TdClassName
{
border-color: #7B7975;
}
.TagClassName
{
border-color: #7B7975;
}
</style>