Shades of Go Ben #7C7442
Tints of Go Ben #7C7442
RGB
CMYK
RGB Variations
Color information
#7C7442 (or 0x7C7442) is known color: Go Ben. HEX triplet: 7C, 74 and 42. RGB value is (124,116,66). Sum of RGB (Red+Green+Blue) = 124+116+66=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7442 is #838BBD. Grayscale: #707070. Windows color (decimal): -8620990 or 4355196. OLE color: 4355196.
HSL color Cylindrical-coordinate representation of color #7C7442: hue angle of 51.72º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C7442 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 66 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.51 |
| HSL | 51.72º | 0.31% | 0.37% | - |
| HSV(B) | 51.72º | 0.47% | 0.49% | - |
| XYZ | 15.54 | 17.17 | 7.65 | - |
| YUV | 112.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 66 | 0 | 0.06 | 0.47 | 0.51 | 51.72 | 0.31 | 0.37 |
| Hex | 7C | 74 | 42 | 0 | 6 | 2F | 33 | 34 | 1F | 25 |
| Octal | 174 | 164 | 102 | 0 | 6 | 57 | 63 | 64 | 37 | 45 |
| Binary | 1111100 | 1110100 | 1000010 | 0 | 110 | 101111 | 110011 | 110100 | 11111 | 100101 |
Color Harmonies of #7C7442
Complementary color
Monochromatic Colors of #7C7442
Black with #7C7442
Text Example
Text Example
White with #7C7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7442; }
p { color: rgb(124,116,66); }
H1.HeaderClassName
{
color: #7C7442;
}
.AnyTagClassName
{
color: #7C7442;
}
</style>
background-color css
<style>
a { background-color: #7C7442; }
a { background-color: rgb(124,116,66); }
div.DivClassName
{
background-color: #7C7442;
}
.BgClassName
{
background-color: #7C7442;
}
</style>
border-color css
<style>
span { border-color: #7C7442; }
span { border-color: rgb(124,116,66); }
td.TdClassName
{
border-color: #7C7442;
}
.TagClassName
{
border-color: #7C7442;
}
</style>