Shades of Go Ben #7E754D
Tints of Go Ben #7E754D
RGB
CMYK
RGB Variations
Color information
#7E754D (or 0x7E754D) is known color: Go Ben. HEX triplet: 7E, 75 and 4D. RGB value is (126,117,77). Sum of RGB (Red+Green+Blue) = 126+117+77=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 126 - color contains mainly: red. Hex color #7E754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E754D is #818AB2. Grayscale: #737373. Windows color (decimal): -8489651 or 5076350. OLE color: 5076350.
HSL color Cylindrical-coordinate representation of color #7E754D: hue angle of 48.98º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E754D is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 77 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.51 |
| HSL | 48.98º | 0.24% | 0.4% | - |
| HSV(B) | 48.98º | 0.39% | 0.49% | - |
| XYZ | 16.31 | 17.69 | 9.58 | - |
| YUV | 115.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 77 | 0 | 0.07 | 0.39 | 0.51 | 48.98 | 0.24 | 0.4 |
| Hex | 7E | 75 | 4D | 0 | 7 | 27 | 33 | 31 | 18 | 28 |
| Octal | 176 | 165 | 115 | 0 | 7 | 47 | 63 | 61 | 30 | 50 |
| Binary | 1111110 | 1110101 | 1001101 | 0 | 111 | 100111 | 110011 | 110001 | 11000 | 101000 |
Color Harmonies of #7E754D
Complementary color
Monochromatic Colors of #7E754D
Black with #7E754D
Text Example
Text Example
White with #7E754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E754D; }
p { color: rgb(126,117,77); }
H1.HeaderClassName
{
color: #7E754D;
}
.AnyTagClassName
{
color: #7E754D;
}
</style>
background-color css
<style>
a { background-color: #7E754D; }
a { background-color: rgb(126,117,77); }
div.DivClassName
{
background-color: #7E754D;
}
.BgClassName
{
background-color: #7E754D;
}
</style>
border-color css
<style>
span { border-color: #7E754D; }
span { border-color: rgb(126,117,77); }
td.TdClassName
{
border-color: #7E754D;
}
.TagClassName
{
border-color: #7E754D;
}
</style>