Shades of Go Ben #7C7641
Tints of Go Ben #7C7641
RGB
CMYK
RGB Variations
Color information
#7C7641 (or 0x7C7641) is known color: Go Ben. HEX triplet: 7C, 76 and 41. RGB value is (124,118,65). Sum of RGB (Red+Green+Blue) = 124+118+65=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7641 is #8389BE. Grayscale: #717171. Windows color (decimal): -8620479 or 4290172. OLE color: 4290172.
HSL color Cylindrical-coordinate representation of color #7C7641: hue angle of 53.9º 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 #7C7641 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 65 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.51 |
| HSL | 53.9º | 0.31% | 0.37% | - |
| HSV(B) | 53.9º | 0.48% | 0.49% | - |
| XYZ | 15.74 | 17.62 | 7.57 | - |
| YUV | 113.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 65 | 0 | 0.05 | 0.48 | 0.51 | 53.9 | 0.31 | 0.37 |
| Hex | 7C | 76 | 41 | 0 | 5 | 30 | 33 | 36 | 1F | 25 |
| Octal | 174 | 166 | 101 | 0 | 5 | 60 | 63 | 66 | 37 | 45 |
| Binary | 1111100 | 1110110 | 1000001 | 0 | 101 | 110000 | 110011 | 110110 | 11111 | 100101 |
Color Harmonies of #7C7641
Complementary color
Monochromatic Colors of #7C7641
Black with #7C7641
Text Example
Text Example
White with #7C7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7641; }
p { color: rgb(124,118,65); }
H1.HeaderClassName
{
color: #7C7641;
}
.AnyTagClassName
{
color: #7C7641;
}
</style>
background-color css
<style>
a { background-color: #7C7641; }
a { background-color: rgb(124,118,65); }
div.DivClassName
{
background-color: #7C7641;
}
.BgClassName
{
background-color: #7C7641;
}
</style>
border-color css
<style>
span { border-color: #7C7641; }
span { border-color: rgb(124,118,65); }
td.TdClassName
{
border-color: #7C7641;
}
.TagClassName
{
border-color: #7C7641;
}
</style>