Shades of Go Ben #7E754C
Tints of Go Ben #7E754C
RGB
CMYK
RGB Variations
Color information
#7E754C (or 0x7E754C) is known color: Go Ben. HEX triplet: 7E, 75 and 4C. RGB value is (126,117,76). Sum of RGB (Red+Green+Blue) = 126+117+76=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E754C is #818AB3. Grayscale: #737373. Windows color (decimal): -8489652 or 5010814. OLE color: 5010814.
HSL color Cylindrical-coordinate representation of color #7E754C: hue angle of 49.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E754C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 76 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.51 |
| HSL | 49.2º | 0.25% | 0.4% | - |
| HSV(B) | 49.2º | 0.4% | 0.49% | - |
| XYZ | 16.27 | 17.68 | 9.39 | - |
| YUV | 115.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 76 | 0 | 0.07 | 0.40 | 0.51 | 49.2 | 0.25 | 0.4 |
| Hex | 7E | 75 | 4C | 0 | 7 | 28 | 33 | 31 | 19 | 28 |
| Octal | 176 | 165 | 114 | 0 | 7 | 50 | 63 | 61 | 31 | 50 |
| Binary | 1111110 | 1110101 | 1001100 | 0 | 111 | 101000 | 110011 | 110001 | 11001 | 101000 |
Color Harmonies of #7E754C
Complementary color
Monochromatic Colors of #7E754C
Black with #7E754C
Text Example
Text Example
White with #7E754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E754C; }
p { color: rgb(126,117,76); }
H1.HeaderClassName
{
color: #7E754C;
}
.AnyTagClassName
{
color: #7E754C;
}
</style>
background-color css
<style>
a { background-color: #7E754C; }
a { background-color: rgb(126,117,76); }
div.DivClassName
{
background-color: #7E754C;
}
.BgClassName
{
background-color: #7E754C;
}
</style>
border-color css
<style>
span { border-color: #7E754C; }
span { border-color: rgb(126,117,76); }
td.TdClassName
{
border-color: #7E754C;
}
.TagClassName
{
border-color: #7E754C;
}
</style>