Shades of Go Ben #786C48
Tints of Go Ben #786C48
RGB
CMYK
RGB Variations
Color information
#786C48 (or 0x786C48) is known color: Go Ben. HEX triplet: 78, 6C and 48. RGB value is (120,108,72). Sum of RGB (Red+Green+Blue) = 120+108+72=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #786C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C48 is #8793B7. Grayscale: #6B6B6B. Windows color (decimal): -8885176 or 4746360. OLE color: 4746360.
HSL color Cylindrical-coordinate representation of color #786C48: hue angle of 45º 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 #786C48 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 72 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.53 |
| HSL | 45º | 0.25% | 0.38% | - |
| HSV(B) | 45º | 0.4% | 0.47% | - |
| XYZ | 14.28 | 15.19 | 8.31 | - |
| YUV | 107.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 72 | 0 | 0.10 | 0.40 | 0.53 | 45 | 0.25 | 0.38 |
| Hex | 78 | 6C | 48 | 0 | A | 28 | 35 | 2D | 19 | 26 |
| Octal | 170 | 154 | 110 | 0 | 12 | 50 | 65 | 55 | 31 | 46 |
| Binary | 1111000 | 1101100 | 1001000 | 0 | 1010 | 101000 | 110101 | 101101 | 11001 | 100110 |
Color Harmonies of #786C48
Complementary color
Monochromatic Colors of #786C48
Black with #786C48
Text Example
Text Example
White with #786C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C48; }
p { color: rgb(120,108,72); }
H1.HeaderClassName
{
color: #786C48;
}
.AnyTagClassName
{
color: #786C48;
}
</style>
background-color css
<style>
a { background-color: #786C48; }
a { background-color: rgb(120,108,72); }
div.DivClassName
{
background-color: #786C48;
}
.BgClassName
{
background-color: #786C48;
}
</style>
border-color css
<style>
span { border-color: #786C48; }
span { border-color: rgb(120,108,72); }
td.TdClassName
{
border-color: #786C48;
}
.TagClassName
{
border-color: #786C48;
}
</style>