Shades of Go Ben #7C6F4D
Tints of Go Ben #7C6F4D
RGB
CMYK
RGB Variations
Color information
#7C6F4D (or 0x7C6F4D) is known color: Go Ben. HEX triplet: 7C, 6F and 4D. RGB value is (124,111,77). Sum of RGB (Red+Green+Blue) = 124+111+77=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F4D is #8390B2. Grayscale: #6F6F6F. Windows color (decimal): -8622259 or 5074812. OLE color: 5074812.
HSL color Cylindrical-coordinate representation of color #7C6F4D: hue angle of 43.4º 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 #7C6F4D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 77 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.51 |
| HSL | 43.4º | 0.23% | 0.39% | - |
| HSV(B) | 43.4º | 0.38% | 0.49% | - |
| XYZ | 15.34 | 16.19 | 9.34 | - |
| YUV | 111.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 77 | 0 | 0.10 | 0.38 | 0.51 | 43.4 | 0.23 | 0.39 |
| Hex | 7C | 6F | 4D | 0 | A | 26 | 33 | 2B | 17 | 27 |
| Octal | 174 | 157 | 115 | 0 | 12 | 46 | 63 | 53 | 27 | 47 |
| Binary | 1111100 | 1101111 | 1001101 | 0 | 1010 | 100110 | 110011 | 101011 | 10111 | 100111 |
Color Harmonies of #7C6F4D
Complementary color
Monochromatic Colors of #7C6F4D
Black with #7C6F4D
Text Example
Text Example
White with #7C6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F4D; }
p { color: rgb(124,111,77); }
H1.HeaderClassName
{
color: #7C6F4D;
}
.AnyTagClassName
{
color: #7C6F4D;
}
</style>
background-color css
<style>
a { background-color: #7C6F4D; }
a { background-color: rgb(124,111,77); }
div.DivClassName
{
background-color: #7C6F4D;
}
.BgClassName
{
background-color: #7C6F4D;
}
</style>
border-color css
<style>
span { border-color: #7C6F4D; }
span { border-color: rgb(124,111,77); }
td.TdClassName
{
border-color: #7C6F4D;
}
.TagClassName
{
border-color: #7C6F4D;
}
</style>