Shades of Go Ben #7C7244
Tints of Go Ben #7C7244
RGB
CMYK
RGB Variations
Color information
#7C7244 (or 0x7C7244) is known color: Go Ben. HEX triplet: 7C, 72 and 44. RGB value is (124,114,68). Sum of RGB (Red+Green+Blue) = 124+114+68=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7244 is #838DBB. Grayscale: #6F6F6F. Windows color (decimal): -8621500 or 4485756. OLE color: 4485756.
HSL color Cylindrical-coordinate representation of color #7C7244: hue angle of 49.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C7244 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 68 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.51 |
| HSL | 49.29º | 0.29% | 0.38% | - |
| HSV(B) | 49.29º | 0.45% | 0.49% | - |
| XYZ | 15.37 | 16.74 | 7.89 | - |
| YUV | 111.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 68 | 0 | 0.08 | 0.45 | 0.51 | 49.29 | 0.29 | 0.38 |
| Hex | 7C | 72 | 44 | 0 | 8 | 2D | 33 | 31 | 1D | 26 |
| Octal | 174 | 162 | 104 | 0 | 10 | 55 | 63 | 61 | 35 | 46 |
| Binary | 1111100 | 1110010 | 1000100 | 0 | 1000 | 101101 | 110011 | 110001 | 11101 | 100110 |
Color Harmonies of #7C7244
Complementary color
Monochromatic Colors of #7C7244
Black with #7C7244
Text Example
Text Example
White with #7C7244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7244; }
p { color: rgb(124,114,68); }
H1.HeaderClassName
{
color: #7C7244;
}
.AnyTagClassName
{
color: #7C7244;
}
</style>
background-color css
<style>
a { background-color: #7C7244; }
a { background-color: rgb(124,114,68); }
div.DivClassName
{
background-color: #7C7244;
}
.BgClassName
{
background-color: #7C7244;
}
</style>
border-color css
<style>
span { border-color: #7C7244; }
span { border-color: rgb(124,114,68); }
td.TdClassName
{
border-color: #7C7244;
}
.TagClassName
{
border-color: #7C7244;
}
</style>