Shades of Go Ben #786D49
Tints of Go Ben #786D49
RGB
CMYK
RGB Variations
Color information
#786D49 (or 0x786D49) is known color: Go Ben. HEX triplet: 78, 6D and 49. RGB value is (120,109,73). Sum of RGB (Red+Green+Blue) = 120+109+73=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #786D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D49 is #8792B6. Grayscale: #6C6C6C. Windows color (decimal): -8884919 or 4812152. OLE color: 4812152.
HSL color Cylindrical-coordinate representation of color #786D49: hue angle of 45.96º 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 #786D49 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 73 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.53 |
| HSL | 45.96º | 0.24% | 0.38% | - |
| HSV(B) | 45.96º | 0.39% | 0.47% | - |
| XYZ | 14.42 | 15.41 | 8.52 | - |
| YUV | 108.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 73 | 0 | 0.09 | 0.39 | 0.53 | 45.96 | 0.24 | 0.38 |
| Hex | 78 | 6D | 49 | 0 | 9 | 27 | 35 | 2E | 18 | 26 |
| Octal | 170 | 155 | 111 | 0 | 11 | 47 | 65 | 56 | 30 | 46 |
| Binary | 1111000 | 1101101 | 1001001 | 0 | 1001 | 100111 | 110101 | 101110 | 11000 | 100110 |
Color Harmonies of #786D49
Complementary color
Monochromatic Colors of #786D49
Black with #786D49
Text Example
Text Example
White with #786D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D49; }
p { color: rgb(120,109,73); }
H1.HeaderClassName
{
color: #786D49;
}
.AnyTagClassName
{
color: #786D49;
}
</style>
background-color css
<style>
a { background-color: #786D49; }
a { background-color: rgb(120,109,73); }
div.DivClassName
{
background-color: #786D49;
}
.BgClassName
{
background-color: #786D49;
}
</style>
border-color css
<style>
span { border-color: #786D49; }
span { border-color: rgb(120,109,73); }
td.TdClassName
{
border-color: #786D49;
}
.TagClassName
{
border-color: #786D49;
}
</style>