Shades of Go Ben #786A49
Tints of Go Ben #786A49
RGB
CMYK
RGB Variations
Color information
#786A49 (or 0x786A49) is known color: Go Ben. HEX triplet: 78, 6A and 49. RGB value is (120,106,73). Sum of RGB (Red+Green+Blue) = 120+106+73=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #786A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A49 is #8795B6. Grayscale: #6A6A6A. Windows color (decimal): -8885687 or 4811384. OLE color: 4811384.
HSL color Cylindrical-coordinate representation of color #786A49: hue angle of 42.13º 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 #786A49 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 73 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.53 |
| HSL | 42.13º | 0.24% | 0.38% | - |
| HSV(B) | 42.13º | 0.39% | 0.47% | - |
| XYZ | 14.1 | 14.78 | 8.41 | - |
| YUV | 106.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 73 | 0 | 0.12 | 0.39 | 0.53 | 42.13 | 0.24 | 0.38 |
| Hex | 78 | 6A | 49 | 0 | C | 27 | 35 | 2A | 18 | 26 |
| Octal | 170 | 152 | 111 | 0 | 14 | 47 | 65 | 52 | 30 | 46 |
| Binary | 1111000 | 1101010 | 1001001 | 0 | 1100 | 100111 | 110101 | 101010 | 11000 | 100110 |
Color Harmonies of #786A49
Complementary color
Monochromatic Colors of #786A49
Black with #786A49
Text Example
Text Example
White with #786A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A49; }
p { color: rgb(120,106,73); }
H1.HeaderClassName
{
color: #786A49;
}
.AnyTagClassName
{
color: #786A49;
}
</style>
background-color css
<style>
a { background-color: #786A49; }
a { background-color: rgb(120,106,73); }
div.DivClassName
{
background-color: #786A49;
}
.BgClassName
{
background-color: #786A49;
}
</style>
border-color css
<style>
span { border-color: #786A49; }
span { border-color: rgb(120,106,73); }
td.TdClassName
{
border-color: #786A49;
}
.TagClassName
{
border-color: #786A49;
}
</style>