Shades of Go Ben #7C7846
Tints of Go Ben #7C7846
RGB
CMYK
RGB Variations
Color information
#7C7846 (or 0x7C7846) is known color: Go Ben. HEX triplet: 7C, 78 and 46. RGB value is (124,120,70). Sum of RGB (Red+Green+Blue) = 124+120+70=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7846 is #8387B9. Grayscale: #737373. Windows color (decimal): -8619962 or 4618364. OLE color: 4618364.
HSL color Cylindrical-coordinate representation of color #7C7846: hue angle of 55.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C7846 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 70 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.51 |
| HSL | 55.56º | 0.28% | 0.38% | - |
| HSV(B) | 55.56º | 0.44% | 0.49% | - |
| XYZ | 16.13 | 18.16 | 8.45 | - |
| YUV | 115.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 70 | 0 | 0.03 | 0.44 | 0.51 | 55.56 | 0.28 | 0.38 |
| Hex | 7C | 78 | 46 | 0 | 3 | 2C | 33 | 38 | 1C | 26 |
| Octal | 174 | 170 | 106 | 0 | 3 | 54 | 63 | 70 | 34 | 46 |
| Binary | 1111100 | 1111000 | 1000110 | 0 | 11 | 101100 | 110011 | 111000 | 11100 | 100110 |
Color Harmonies of #7C7846
Complementary color
Monochromatic Colors of #7C7846
Black with #7C7846
Text Example
Text Example
White with #7C7846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7846; }
p { color: rgb(124,120,70); }
H1.HeaderClassName
{
color: #7C7846;
}
.AnyTagClassName
{
color: #7C7846;
}
</style>
background-color css
<style>
a { background-color: #7C7846; }
a { background-color: rgb(124,120,70); }
div.DivClassName
{
background-color: #7C7846;
}
.BgClassName
{
background-color: #7C7846;
}
</style>
border-color css
<style>
span { border-color: #7C7846; }
span { border-color: rgb(124,120,70); }
td.TdClassName
{
border-color: #7C7846;
}
.TagClassName
{
border-color: #7C7846;
}
</style>