Shades of Go Ben #7C6D4D
Tints of Go Ben #7C6D4D
RGB
CMYK
RGB Variations
Color information
#7C6D4D (or 0x7C6D4D) is known color: Go Ben. HEX triplet: 7C, 6D and 4D. RGB value is (124,109,77). Sum of RGB (Red+Green+Blue) = 124+109+77=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D4D is #8392B2. Grayscale: #6D6D6D. Windows color (decimal): -8622771 or 5074300. OLE color: 5074300.
HSL color Cylindrical-coordinate representation of color #7C6D4D: hue angle of 40.85º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C6D4D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 77 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.51 |
| HSL | 40.85º | 0.23% | 0.39% | - |
| HSV(B) | 40.85º | 0.38% | 0.49% | - |
| XYZ | 15.12 | 15.76 | 9.27 | - |
| YUV | 109.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 77 | 0 | 0.12 | 0.38 | 0.51 | 40.85 | 0.23 | 0.39 |
| Hex | 7C | 6D | 4D | 0 | C | 26 | 33 | 29 | 17 | 27 |
| Octal | 174 | 155 | 115 | 0 | 14 | 46 | 63 | 51 | 27 | 47 |
| Binary | 1111100 | 1101101 | 1001101 | 0 | 1100 | 100110 | 110011 | 101001 | 10111 | 100111 |
Color Harmonies of #7C6D4D
Complementary color
Monochromatic Colors of #7C6D4D
Black with #7C6D4D
Text Example
Text Example
White with #7C6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D4D; }
p { color: rgb(124,109,77); }
H1.HeaderClassName
{
color: #7C6D4D;
}
.AnyTagClassName
{
color: #7C6D4D;
}
</style>
background-color css
<style>
a { background-color: #7C6D4D; }
a { background-color: rgb(124,109,77); }
div.DivClassName
{
background-color: #7C6D4D;
}
.BgClassName
{
background-color: #7C6D4D;
}
</style>
border-color css
<style>
span { border-color: #7C6D4D; }
span { border-color: rgb(124,109,77); }
td.TdClassName
{
border-color: #7C6D4D;
}
.TagClassName
{
border-color: #7C6D4D;
}
</style>