Shades of Go Ben #786E49
Tints of Go Ben #786E49
RGB
CMYK
RGB Variations
Color information
#786E49 (or 0x786E49) is known color: Go Ben. HEX triplet: 78, 6E and 49. RGB value is (120,110,73). Sum of RGB (Red+Green+Blue) = 120+110+73=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #786E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E49 is #8791B6. Grayscale: #6C6C6C. Windows color (decimal): -8884663 or 4812408. OLE color: 4812408.
HSL color Cylindrical-coordinate representation of color #786E49: hue angle of 47.23º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #786E49 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 73 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.53 |
| HSL | 47.23º | 0.24% | 0.38% | - |
| HSV(B) | 47.23º | 0.39% | 0.47% | - |
| XYZ | 14.52 | 15.63 | 8.55 | - |
| YUV | 108.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 73 | 0 | 0.08 | 0.39 | 0.53 | 47.23 | 0.24 | 0.38 |
| Hex | 78 | 6E | 49 | 0 | 8 | 27 | 35 | 2F | 18 | 26 |
| Octal | 170 | 156 | 111 | 0 | 10 | 47 | 65 | 57 | 30 | 46 |
| Binary | 1111000 | 1101110 | 1001001 | 0 | 1000 | 100111 | 110101 | 101111 | 11000 | 100110 |
Color Harmonies of #786E49
Complementary color
Monochromatic Colors of #786E49
Black with #786E49
Text Example
Text Example
White with #786E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E49; }
p { color: rgb(120,110,73); }
H1.HeaderClassName
{
color: #786E49;
}
.AnyTagClassName
{
color: #786E49;
}
</style>
background-color css
<style>
a { background-color: #786E49; }
a { background-color: rgb(120,110,73); }
div.DivClassName
{
background-color: #786E49;
}
.BgClassName
{
background-color: #786E49;
}
</style>
border-color css
<style>
span { border-color: #786E49; }
span { border-color: rgb(120,110,73); }
td.TdClassName
{
border-color: #786E49;
}
.TagClassName
{
border-color: #786E49;
}
</style>