Shades of Go Ben #786D4A
Tints of Go Ben #786D4A
RGB
CMYK
RGB Variations
Color information
#786D4A (or 0x786D4A) is known color: Go Ben. HEX triplet: 78, 6D and 4A. RGB value is (120,109,74). Sum of RGB (Red+Green+Blue) = 120+109+74=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #786D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D4A is #8792B5. Grayscale: #6C6C6C. Windows color (decimal): -8884918 or 4877688. OLE color: 4877688.
HSL color Cylindrical-coordinate representation of color #786D4A: hue angle of 45.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #786D4A is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 74 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.53 |
| HSL | 45.65º | 0.24% | 0.38% | - |
| HSV(B) | 45.65º | 0.38% | 0.47% | - |
| XYZ | 14.45 | 15.42 | 8.69 | - |
| YUV | 108.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 74 | 0 | 0.09 | 0.38 | 0.53 | 45.65 | 0.24 | 0.38 |
| Hex | 78 | 6D | 4A | 0 | 9 | 26 | 35 | 2E | 18 | 26 |
| Octal | 170 | 155 | 112 | 0 | 11 | 46 | 65 | 56 | 30 | 46 |
| Binary | 1111000 | 1101101 | 1001010 | 0 | 1001 | 100110 | 110101 | 101110 | 11000 | 100110 |
Color Harmonies of #786D4A
Complementary color
Monochromatic Colors of #786D4A
Black with #786D4A
Text Example
Text Example
White with #786D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D4A; }
p { color: rgb(120,109,74); }
H1.HeaderClassName
{
color: #786D4A;
}
.AnyTagClassName
{
color: #786D4A;
}
</style>
background-color css
<style>
a { background-color: #786D4A; }
a { background-color: rgb(120,109,74); }
div.DivClassName
{
background-color: #786D4A;
}
.BgClassName
{
background-color: #786D4A;
}
</style>
border-color css
<style>
span { border-color: #786D4A; }
span { border-color: rgb(120,109,74); }
td.TdClassName
{
border-color: #786D4A;
}
.TagClassName
{
border-color: #786D4A;
}
</style>