Shades of Go Ben #786F4C
Tints of Go Ben #786F4C
RGB
CMYK
RGB Variations
Color information
#786F4C (or 0x786F4C) is known color: Go Ben. HEX triplet: 78, 6F and 4C. RGB value is (120,111,76). Sum of RGB (Red+Green+Blue) = 120+111+76=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #786F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F4C is #8790B3. Grayscale: #6D6D6D. Windows color (decimal): -8884404 or 5009272. OLE color: 5009272.
HSL color Cylindrical-coordinate representation of color #786F4C: hue angle of 47.73º 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 #786F4C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 76 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.53 |
| HSL | 47.73º | 0.22% | 0.38% | - |
| HSV(B) | 47.73º | 0.37% | 0.47% | - |
| XYZ | 14.73 | 15.88 | 9.13 | - |
| YUV | 109.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 76 | 0 | 0.08 | 0.37 | 0.53 | 47.73 | 0.22 | 0.38 |
| Hex | 78 | 6F | 4C | 0 | 8 | 25 | 35 | 30 | 16 | 26 |
| Octal | 170 | 157 | 114 | 0 | 10 | 45 | 65 | 60 | 26 | 46 |
| Binary | 1111000 | 1101111 | 1001100 | 0 | 1000 | 100101 | 110101 | 110000 | 10110 | 100110 |
Color Harmonies of #786F4C
Complementary color
Monochromatic Colors of #786F4C
Black with #786F4C
Text Example
Text Example
White with #786F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F4C; }
p { color: rgb(120,111,76); }
H1.HeaderClassName
{
color: #786F4C;
}
.AnyTagClassName
{
color: #786F4C;
}
</style>
background-color css
<style>
a { background-color: #786F4C; }
a { background-color: rgb(120,111,76); }
div.DivClassName
{
background-color: #786F4C;
}
.BgClassName
{
background-color: #786F4C;
}
</style>
border-color css
<style>
span { border-color: #786F4C; }
span { border-color: rgb(120,111,76); }
td.TdClassName
{
border-color: #786F4C;
}
.TagClassName
{
border-color: #786F4C;
}
</style>