Shades of Go Ben #786E48
Tints of Go Ben #786E48
RGB
CMYK
RGB Variations
Color information
#786E48 (or 0x786E48) is known color: Go Ben. HEX triplet: 78, 6E and 48. RGB value is (120,110,72). Sum of RGB (Red+Green+Blue) = 120+110+72=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #786E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E48 is #8791B7. Grayscale: #6C6C6C. Windows color (decimal): -8884664 or 4746872. OLE color: 4746872.
HSL color Cylindrical-coordinate representation of color #786E48: hue angle of 47.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #786E48 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 72 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.53 |
| HSL | 47.5º | 0.25% | 0.38% | - |
| HSV(B) | 47.5º | 0.4% | 0.47% | - |
| XYZ | 14.49 | 15.61 | 8.38 | - |
| YUV | 108.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 72 | 0 | 0.08 | 0.40 | 0.53 | 47.5 | 0.25 | 0.38 |
| Hex | 78 | 6E | 48 | 0 | 8 | 28 | 35 | 30 | 19 | 26 |
| Octal | 170 | 156 | 110 | 0 | 10 | 50 | 65 | 60 | 31 | 46 |
| Binary | 1111000 | 1101110 | 1001000 | 0 | 1000 | 101000 | 110101 | 110000 | 11001 | 100110 |
Color Harmonies of #786E48
Complementary color
Monochromatic Colors of #786E48
Black with #786E48
Text Example
Text Example
White with #786E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E48; }
p { color: rgb(120,110,72); }
H1.HeaderClassName
{
color: #786E48;
}
.AnyTagClassName
{
color: #786E48;
}
</style>
background-color css
<style>
a { background-color: #786E48; }
a { background-color: rgb(120,110,72); }
div.DivClassName
{
background-color: #786E48;
}
.BgClassName
{
background-color: #786E48;
}
</style>
border-color css
<style>
span { border-color: #786E48; }
span { border-color: rgb(120,110,72); }
td.TdClassName
{
border-color: #786E48;
}
.TagClassName
{
border-color: #786E48;
}
</style>