Shades of Go Ben #7C7841
Tints of Go Ben #7C7841
RGB
CMYK
RGB Variations
Color information
#7C7841 (or 0x7C7841) is known color: Go Ben. HEX triplet: 7C, 78 and 41. RGB value is (124,120,65). Sum of RGB (Red+Green+Blue) = 124+120+65=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7841 is #8387BE. Grayscale: #737373. Windows color (decimal): -8619967 or 4290684. OLE color: 4290684.
HSL color Cylindrical-coordinate representation of color #7C7841: hue angle of 55.93º 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 #7C7841 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 65 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.51 |
| HSL | 55.93º | 0.31% | 0.37% | - |
| HSV(B) | 55.93º | 0.48% | 0.49% | - |
| XYZ | 15.98 | 18.1 | 7.65 | - |
| YUV | 114.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 65 | 0 | 0.03 | 0.48 | 0.51 | 55.93 | 0.31 | 0.37 |
| Hex | 7C | 78 | 41 | 0 | 3 | 30 | 33 | 38 | 1F | 25 |
| Octal | 174 | 170 | 101 | 0 | 3 | 60 | 63 | 70 | 37 | 45 |
| Binary | 1111100 | 1111000 | 1000001 | 0 | 11 | 110000 | 110011 | 111000 | 11111 | 100101 |
Color Harmonies of #7C7841
Complementary color
Monochromatic Colors of #7C7841
Black with #7C7841
Text Example
Text Example
White with #7C7841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7841; }
p { color: rgb(124,120,65); }
H1.HeaderClassName
{
color: #7C7841;
}
.AnyTagClassName
{
color: #7C7841;
}
</style>
background-color css
<style>
a { background-color: #7C7841; }
a { background-color: rgb(124,120,65); }
div.DivClassName
{
background-color: #7C7841;
}
.BgClassName
{
background-color: #7C7841;
}
</style>
border-color css
<style>
span { border-color: #7C7841; }
span { border-color: rgb(124,120,65); }
td.TdClassName
{
border-color: #7C7841;
}
.TagClassName
{
border-color: #7C7841;
}
</style>