Shades of Go Ben #7C7942
Tints of Go Ben #7C7942
RGB
CMYK
RGB Variations
Color information
#7C7942 (or 0x7C7942) is known color: Go Ben. HEX triplet: 7C, 79 and 42. RGB value is (124,121,66). Sum of RGB (Red+Green+Blue) = 124+121+66=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7942 is #8386BD. Grayscale: #737373. Windows color (decimal): -8619710 or 4356476. OLE color: 4356476.
HSL color Cylindrical-coordinate representation of color #7C7942: hue angle of 56.9º 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 #7C7942 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 66 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.51 |
| HSL | 56.9º | 0.31% | 0.37% | - |
| HSV(B) | 56.9º | 0.47% | 0.49% | - |
| XYZ | 16.13 | 18.35 | 7.85 | - |
| YUV | 115.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 66 | 0 | 0.02 | 0.47 | 0.51 | 56.9 | 0.31 | 0.37 |
| Hex | 7C | 79 | 42 | 0 | 2 | 2F | 33 | 39 | 1F | 25 |
| Octal | 174 | 171 | 102 | 0 | 2 | 57 | 63 | 71 | 37 | 45 |
| Binary | 1111100 | 1111001 | 1000010 | 0 | 10 | 101111 | 110011 | 111001 | 11111 | 100101 |
Color Harmonies of #7C7942
Complementary color
Monochromatic Colors of #7C7942
Black with #7C7942
Text Example
Text Example
White with #7C7942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7942; }
p { color: rgb(124,121,66); }
H1.HeaderClassName
{
color: #7C7942;
}
.AnyTagClassName
{
color: #7C7942;
}
</style>
background-color css
<style>
a { background-color: #7C7942; }
a { background-color: rgb(124,121,66); }
div.DivClassName
{
background-color: #7C7942;
}
.BgClassName
{
background-color: #7C7942;
}
</style>
border-color css
<style>
span { border-color: #7C7942; }
span { border-color: rgb(124,121,66); }
td.TdClassName
{
border-color: #7C7942;
}
.TagClassName
{
border-color: #7C7942;
}
</style>