Shades of Go Ben #7C754E
Tints of Go Ben #7C754E
RGB
CMYK
RGB Variations
Color information
#7C754E (or 0x7C754E) is known color: Go Ben. HEX triplet: 7C, 75 and 4E. RGB value is (124,117,78). Sum of RGB (Red+Green+Blue) = 124+117+78=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C754E is #838AB1. Grayscale: #727272. Windows color (decimal): -8620722 or 5141884. OLE color: 5141884.
HSL color Cylindrical-coordinate representation of color #7C754E: hue angle of 50.87º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C754E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 78 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.51 |
| HSL | 50.87º | 0.23% | 0.4% | - |
| HSV(B) | 50.87º | 0.37% | 0.49% | - |
| XYZ | 16.05 | 17.56 | 9.75 | - |
| YUV | 114.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 78 | 0 | 0.06 | 0.37 | 0.51 | 50.87 | 0.23 | 0.4 |
| Hex | 7C | 75 | 4E | 0 | 6 | 25 | 33 | 33 | 17 | 28 |
| Octal | 174 | 165 | 116 | 0 | 6 | 45 | 63 | 63 | 27 | 50 |
| Binary | 1111100 | 1110101 | 1001110 | 0 | 110 | 100101 | 110011 | 110011 | 10111 | 101000 |
Color Harmonies of #7C754E
Complementary color
Monochromatic Colors of #7C754E
Black with #7C754E
Text Example
Text Example
White with #7C754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C754E; }
p { color: rgb(124,117,78); }
H1.HeaderClassName
{
color: #7C754E;
}
.AnyTagClassName
{
color: #7C754E;
}
</style>
background-color css
<style>
a { background-color: #7C754E; }
a { background-color: rgb(124,117,78); }
div.DivClassName
{
background-color: #7C754E;
}
.BgClassName
{
background-color: #7C754E;
}
</style>
border-color css
<style>
span { border-color: #7C754E; }
span { border-color: rgb(124,117,78); }
td.TdClassName
{
border-color: #7C754E;
}
.TagClassName
{
border-color: #7C754E;
}
</style>