Shades of Go Ben #7C754A
Tints of Go Ben #7C754A
RGB
CMYK
RGB Variations
Color information
#7C754A (or 0x7C754A) is known color: Go Ben. HEX triplet: 7C, 75 and 4A. RGB value is (124,117,74). Sum of RGB (Red+Green+Blue) = 124+117+74=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C754A is #838AB5. Grayscale: #727272. Windows color (decimal): -8620726 or 4879740. OLE color: 4879740.
HSL color Cylindrical-coordinate representation of color #7C754A: hue angle of 51.6º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C754A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 74 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.51 |
| HSL | 51.6º | 0.25% | 0.39% | - |
| HSV(B) | 51.6º | 0.4% | 0.49% | - |
| XYZ | 15.91 | 17.5 | 9.02 | - |
| YUV | 114.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 74 | 0 | 0.06 | 0.40 | 0.51 | 51.6 | 0.25 | 0.39 |
| Hex | 7C | 75 | 4A | 0 | 6 | 28 | 33 | 34 | 19 | 27 |
| Octal | 174 | 165 | 112 | 0 | 6 | 50 | 63 | 64 | 31 | 47 |
| Binary | 1111100 | 1110101 | 1001010 | 0 | 110 | 101000 | 110011 | 110100 | 11001 | 100111 |
Color Harmonies of #7C754A
Complementary color
Monochromatic Colors of #7C754A
Black with #7C754A
Text Example
Text Example
White with #7C754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C754A; }
p { color: rgb(124,117,74); }
H1.HeaderClassName
{
color: #7C754A;
}
.AnyTagClassName
{
color: #7C754A;
}
</style>
background-color css
<style>
a { background-color: #7C754A; }
a { background-color: rgb(124,117,74); }
div.DivClassName
{
background-color: #7C754A;
}
.BgClassName
{
background-color: #7C754A;
}
</style>
border-color css
<style>
span { border-color: #7C754A; }
span { border-color: rgb(124,117,74); }
td.TdClassName
{
border-color: #7C754A;
}
.TagClassName
{
border-color: #7C754A;
}
</style>