Shades of Go Ben #7C6E4D
Tints of Go Ben #7C6E4D
RGB
CMYK
RGB Variations
Color information
#7C6E4D (or 0x7C6E4D) is known color: Go Ben. HEX triplet: 7C, 6E and 4D. RGB value is (124,110,77). Sum of RGB (Red+Green+Blue) = 124+110+77=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6E4D is #8391B2. Grayscale: #6E6E6E. Windows color (decimal): -8622515 or 5074556. OLE color: 5074556.
HSL color Cylindrical-coordinate representation of color #7C6E4D: hue angle of 42.13º 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 #7C6E4D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 110 | 77 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.51 |
| HSL | 42.13º | 0.23% | 0.39% | - |
| HSV(B) | 42.13º | 0.38% | 0.49% | - |
| XYZ | 15.23 | 15.97 | 9.3 | - |
| YUV | 110.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 77 | 0 | 0.11 | 0.38 | 0.51 | 42.13 | 0.23 | 0.39 |
| Hex | 7C | 6E | 4D | 0 | B | 26 | 33 | 2A | 17 | 27 |
| Octal | 174 | 156 | 115 | 0 | 13 | 46 | 63 | 52 | 27 | 47 |
| Binary | 1111100 | 1101110 | 1001101 | 0 | 1011 | 100110 | 110011 | 101010 | 10111 | 100111 |
Color Harmonies of #7C6E4D
Complementary color
Monochromatic Colors of #7C6E4D
Black with #7C6E4D
Text Example
Text Example
White with #7C6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6E4D; }
p { color: rgb(124,110,77); }
H1.HeaderClassName
{
color: #7C6E4D;
}
.AnyTagClassName
{
color: #7C6E4D;
}
</style>
background-color css
<style>
a { background-color: #7C6E4D; }
a { background-color: rgb(124,110,77); }
div.DivClassName
{
background-color: #7C6E4D;
}
.BgClassName
{
background-color: #7C6E4D;
}
</style>
border-color css
<style>
span { border-color: #7C6E4D; }
span { border-color: rgb(124,110,77); }
td.TdClassName
{
border-color: #7C6E4D;
}
.TagClassName
{
border-color: #7C6E4D;
}
</style>