Shades of Go Ben #786E4C
Tints of Go Ben #786E4C
RGB
CMYK
RGB Variations
Color information
#786E4C (or 0x786E4C) is known color: Go Ben. HEX triplet: 78, 6E and 4C. RGB value is (120,110,76). Sum of RGB (Red+Green+Blue) = 120+110+76=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #786E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E4C is #8791B3. Grayscale: #6D6D6D. Windows color (decimal): -8884660 or 5009016. OLE color: 5009016.
HSL color Cylindrical-coordinate representation of color #786E4C: hue angle of 46.36º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786E4C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 76 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.53 |
| HSL | 46.36º | 0.22% | 0.38% | - |
| HSV(B) | 46.36º | 0.37% | 0.47% | - |
| XYZ | 14.63 | 15.67 | 9.09 | - |
| YUV | 109.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 76 | 0 | 0.08 | 0.37 | 0.53 | 46.36 | 0.22 | 0.38 |
| Hex | 78 | 6E | 4C | 0 | 8 | 25 | 35 | 2E | 16 | 26 |
| Octal | 170 | 156 | 114 | 0 | 10 | 45 | 65 | 56 | 26 | 46 |
| Binary | 1111000 | 1101110 | 1001100 | 0 | 1000 | 100101 | 110101 | 101110 | 10110 | 100110 |
Color Harmonies of #786E4C
Complementary color
Monochromatic Colors of #786E4C
Black with #786E4C
Text Example
Text Example
White with #786E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E4C; }
p { color: rgb(120,110,76); }
H1.HeaderClassName
{
color: #786E4C;
}
.AnyTagClassName
{
color: #786E4C;
}
</style>
background-color css
<style>
a { background-color: #786E4C; }
a { background-color: rgb(120,110,76); }
div.DivClassName
{
background-color: #786E4C;
}
.BgClassName
{
background-color: #786E4C;
}
</style>
border-color css
<style>
span { border-color: #786E4C; }
span { border-color: rgb(120,110,76); }
td.TdClassName
{
border-color: #786E4C;
}
.TagClassName
{
border-color: #786E4C;
}
</style>