Shades of Go Ben #7E6F42
Tints of Go Ben #7E6F42
RGB
CMYK
RGB Variations
Color information
#7E6F42 (or 0x7E6F42) is known color: Go Ben. HEX triplet: 7E, 6F and 42. RGB value is (126,111,66). Sum of RGB (Red+Green+Blue) = 126+111+66=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6F42 is #8190BD. Grayscale: #6E6E6E. Windows color (decimal): -8491198 or 4353918. OLE color: 4353918.
HSL color Cylindrical-coordinate representation of color #7E6F42: hue angle of 45º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E6F42 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 111 | 66 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.51 |
| HSL | 45º | 0.31% | 0.38% | - |
| HSV(B) | 45º | 0.48% | 0.49% | - |
| XYZ | 15.27 | 16.2 | 7.48 | - |
| YUV | 110.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 66 | 0 | 0.12 | 0.48 | 0.51 | 45 | 0.31 | 0.38 |
| Hex | 7E | 6F | 42 | 0 | C | 30 | 33 | 2D | 1F | 26 |
| Octal | 176 | 157 | 102 | 0 | 14 | 60 | 63 | 55 | 37 | 46 |
| Binary | 1111110 | 1101111 | 1000010 | 0 | 1100 | 110000 | 110011 | 101101 | 11111 | 100110 |
Color Harmonies of #7E6F42
Complementary color
Monochromatic Colors of #7E6F42
Black with #7E6F42
Text Example
Text Example
White with #7E6F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6F42; }
p { color: rgb(126,111,66); }
H1.HeaderClassName
{
color: #7E6F42;
}
.AnyTagClassName
{
color: #7E6F42;
}
</style>
background-color css
<style>
a { background-color: #7E6F42; }
a { background-color: rgb(126,111,66); }
div.DivClassName
{
background-color: #7E6F42;
}
.BgClassName
{
background-color: #7E6F42;
}
</style>
border-color css
<style>
span { border-color: #7E6F42; }
span { border-color: rgb(126,111,66); }
td.TdClassName
{
border-color: #7E6F42;
}
.TagClassName
{
border-color: #7E6F42;
}
</style>