Shades of Go Ben #7C7742
Tints of Go Ben #7C7742
RGB
CMYK
RGB Variations
Color information
#7C7742 (or 0x7C7742) is known color: Go Ben. HEX triplet: 7C, 77 and 42. RGB value is (124,119,66). Sum of RGB (Red+Green+Blue) = 124+119+66=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7742 is #8388BD. Grayscale: #727272. Windows color (decimal): -8620222 or 4355964. OLE color: 4355964.
HSL color Cylindrical-coordinate representation of color #7C7742: hue angle of 54.83º 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 #7C7742 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 66 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.51 |
| HSL | 54.83º | 0.31% | 0.37% | - |
| HSV(B) | 54.83º | 0.47% | 0.49% | - |
| XYZ | 15.89 | 17.87 | 7.77 | - |
| YUV | 114.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 66 | 0 | 0.04 | 0.47 | 0.51 | 54.83 | 0.31 | 0.37 |
| Hex | 7C | 77 | 42 | 0 | 4 | 2F | 33 | 37 | 1F | 25 |
| Octal | 174 | 167 | 102 | 0 | 4 | 57 | 63 | 67 | 37 | 45 |
| Binary | 1111100 | 1110111 | 1000010 | 0 | 100 | 101111 | 110011 | 110111 | 11111 | 100101 |
Color Harmonies of #7C7742
Complementary color
Monochromatic Colors of #7C7742
Black with #7C7742
Text Example
Text Example
White with #7C7742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7742; }
p { color: rgb(124,119,66); }
H1.HeaderClassName
{
color: #7C7742;
}
.AnyTagClassName
{
color: #7C7742;
}
</style>
background-color css
<style>
a { background-color: #7C7742; }
a { background-color: rgb(124,119,66); }
div.DivClassName
{
background-color: #7C7742;
}
.BgClassName
{
background-color: #7C7742;
}
</style>
border-color css
<style>
span { border-color: #7C7742; }
span { border-color: rgb(124,119,66); }
td.TdClassName
{
border-color: #7C7742;
}
.TagClassName
{
border-color: #7C7742;
}
</style>