Shades of Go Ben #7C7741
Tints of Go Ben #7C7741
RGB
CMYK
RGB Variations
Color information
#7C7741 (or 0x7C7741) is known color: Go Ben. HEX triplet: 7C, 77 and 41. RGB value is (124,119,65). Sum of RGB (Red+Green+Blue) = 124+119+65=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7741 is #8388BE. Grayscale: #727272. Windows color (decimal): -8620223 or 4290428. OLE color: 4290428.
HSL color Cylindrical-coordinate representation of color #7C7741: hue angle of 54.92º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C7741 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 65 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.51 |
| HSL | 54.92º | 0.31% | 0.37% | - |
| HSV(B) | 54.92º | 0.48% | 0.49% | - |
| XYZ | 15.86 | 17.86 | 7.61 | - |
| YUV | 114.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 65 | 0 | 0.04 | 0.48 | 0.51 | 54.92 | 0.31 | 0.37 |
| Hex | 7C | 77 | 41 | 0 | 4 | 30 | 33 | 37 | 1F | 25 |
| Octal | 174 | 167 | 101 | 0 | 4 | 60 | 63 | 67 | 37 | 45 |
| Binary | 1111100 | 1110111 | 1000001 | 0 | 100 | 110000 | 110011 | 110111 | 11111 | 100101 |
Color Harmonies of #7C7741
Complementary color
Monochromatic Colors of #7C7741
Black with #7C7741
Text Example
Text Example
White with #7C7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7741; }
p { color: rgb(124,119,65); }
H1.HeaderClassName
{
color: #7C7741;
}
.AnyTagClassName
{
color: #7C7741;
}
</style>
background-color css
<style>
a { background-color: #7C7741; }
a { background-color: rgb(124,119,65); }
div.DivClassName
{
background-color: #7C7741;
}
.BgClassName
{
background-color: #7C7741;
}
</style>
border-color css
<style>
span { border-color: #7C7741; }
span { border-color: rgb(124,119,65); }
td.TdClassName
{
border-color: #7C7741;
}
.TagClassName
{
border-color: #7C7741;
}
</style>