Shades of Go Ben #786F49
Tints of Go Ben #786F49
RGB
CMYK
RGB Variations
Color information
#786F49 (or 0x786F49) is known color: Go Ben. HEX triplet: 78, 6F and 49. RGB value is (120,111,73). Sum of RGB (Red+Green+Blue) = 120+111+73=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #786F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F49 is #8790B6. Grayscale: #6D6D6D. Windows color (decimal): -8884407 or 4812664. OLE color: 4812664.
HSL color Cylindrical-coordinate representation of color #786F49: hue angle of 48.51º 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 #786F49 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 73 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.53 |
| HSL | 48.51º | 0.24% | 0.38% | - |
| HSV(B) | 48.51º | 0.39% | 0.47% | - |
| XYZ | 14.63 | 15.84 | 8.59 | - |
| YUV | 109.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 73 | 0 | 0.08 | 0.39 | 0.53 | 48.51 | 0.24 | 0.38 |
| Hex | 78 | 6F | 49 | 0 | 8 | 27 | 35 | 31 | 18 | 26 |
| Octal | 170 | 157 | 111 | 0 | 10 | 47 | 65 | 61 | 30 | 46 |
| Binary | 1111000 | 1101111 | 1001001 | 0 | 1000 | 100111 | 110101 | 110001 | 11000 | 100110 |
Color Harmonies of #786F49
Complementary color
Monochromatic Colors of #786F49
Black with #786F49
Text Example
Text Example
White with #786F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F49; }
p { color: rgb(120,111,73); }
H1.HeaderClassName
{
color: #786F49;
}
.AnyTagClassName
{
color: #786F49;
}
</style>
background-color css
<style>
a { background-color: #786F49; }
a { background-color: rgb(120,111,73); }
div.DivClassName
{
background-color: #786F49;
}
.BgClassName
{
background-color: #786F49;
}
</style>
border-color css
<style>
span { border-color: #786F49; }
span { border-color: rgb(120,111,73); }
td.TdClassName
{
border-color: #786F49;
}
.TagClassName
{
border-color: #786F49;
}
</style>