Shades of Go Ben #7E7845
Tints of Go Ben #7E7845
RGB
CMYK
RGB Variations
Color information
#7E7845 (or 0x7E7845) is known color: Go Ben. HEX triplet: 7E, 78 and 45. RGB value is (126,120,69). Sum of RGB (Red+Green+Blue) = 126+120+69=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7845 is #8187BA. Grayscale: #747474. Windows color (decimal): -8488891 or 4552830. OLE color: 4552830.
HSL color Cylindrical-coordinate representation of color #7E7845: hue angle of 53.68º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E7845 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 69 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.51 |
| HSL | 53.68º | 0.29% | 0.38% | - |
| HSV(B) | 53.68º | 0.45% | 0.49% | - |
| XYZ | 16.39 | 18.3 | 8.3 | - |
| YUV | 115.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 69 | 0 | 0.05 | 0.45 | 0.51 | 53.68 | 0.29 | 0.38 |
| Hex | 7E | 78 | 45 | 0 | 5 | 2D | 33 | 36 | 1D | 26 |
| Octal | 176 | 170 | 105 | 0 | 5 | 55 | 63 | 66 | 35 | 46 |
| Binary | 1111110 | 1111000 | 1000101 | 0 | 101 | 101101 | 110011 | 110110 | 11101 | 100110 |
Color Harmonies of #7E7845
Complementary color
Monochromatic Colors of #7E7845
Black with #7E7845
Text Example
Text Example
White with #7E7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7845; }
p { color: rgb(126,120,69); }
H1.HeaderClassName
{
color: #7E7845;
}
.AnyTagClassName
{
color: #7E7845;
}
</style>
background-color css
<style>
a { background-color: #7E7845; }
a { background-color: rgb(126,120,69); }
div.DivClassName
{
background-color: #7E7845;
}
.BgClassName
{
background-color: #7E7845;
}
</style>
border-color css
<style>
span { border-color: #7E7845; }
span { border-color: rgb(126,120,69); }
td.TdClassName
{
border-color: #7E7845;
}
.TagClassName
{
border-color: #7E7845;
}
</style>