Shades of Go Ben #786A48
Tints of Go Ben #786A48
RGB
CMYK
RGB Variations
Color information
#786A48 (or 0x786A48) is known color: Go Ben. HEX triplet: 78, 6A and 48. RGB value is (120,106,72). Sum of RGB (Red+Green+Blue) = 120+106+72=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #786A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A48 is #8795B7. Grayscale: #6A6A6A. Windows color (decimal): -8885688 or 4745848. OLE color: 4745848.
HSL color Cylindrical-coordinate representation of color #786A48: hue angle of 42.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 #786A48 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 72 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.53 |
| HSL | 42.5º | 0.25% | 0.38% | - |
| HSV(B) | 42.5º | 0.4% | 0.47% | - |
| XYZ | 14.07 | 14.77 | 8.24 | - |
| YUV | 106.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 72 | 0 | 0.12 | 0.40 | 0.53 | 42.5 | 0.25 | 0.38 |
| Hex | 78 | 6A | 48 | 0 | C | 28 | 35 | 2A | 19 | 26 |
| Octal | 170 | 152 | 110 | 0 | 14 | 50 | 65 | 52 | 31 | 46 |
| Binary | 1111000 | 1101010 | 1001000 | 0 | 1100 | 101000 | 110101 | 101010 | 11001 | 100110 |
Color Harmonies of #786A48
Complementary color
Monochromatic Colors of #786A48
Black with #786A48
Text Example
Text Example
White with #786A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A48; }
p { color: rgb(120,106,72); }
H1.HeaderClassName
{
color: #786A48;
}
.AnyTagClassName
{
color: #786A48;
}
</style>
background-color css
<style>
a { background-color: #786A48; }
a { background-color: rgb(120,106,72); }
div.DivClassName
{
background-color: #786A48;
}
.BgClassName
{
background-color: #786A48;
}
</style>
border-color css
<style>
span { border-color: #786A48; }
span { border-color: rgb(120,106,72); }
td.TdClassName
{
border-color: #786A48;
}
.TagClassName
{
border-color: #786A48;
}
</style>