Shades of Go Ben #78704E
Tints of Go Ben #78704E
RGB
CMYK
RGB Variations
Color information
#78704E (or 0x78704E) is known color: Go Ben. HEX triplet: 78, 70 and 4E. RGB value is (120,112,78). Sum of RGB (Red+Green+Blue) = 120+112+78=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78704E is #878FB1. Grayscale: #6E6E6E. Windows color (decimal): -8884146 or 5140600. OLE color: 5140600.
HSL color Cylindrical-coordinate representation of color #78704E: hue angle of 48.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78704E is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 78 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.53 |
| HSL | 48.57º | 0.21% | 0.39% | - |
| HSV(B) | 48.57º | 0.35% | 0.47% | - |
| XYZ | 14.92 | 16.13 | 9.54 | - |
| YUV | 110.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 78 | 0 | 0.07 | 0.35 | 0.53 | 48.57 | 0.21 | 0.39 |
| Hex | 78 | 70 | 4E | 0 | 7 | 23 | 35 | 31 | 15 | 27 |
| Octal | 170 | 160 | 116 | 0 | 7 | 43 | 65 | 61 | 25 | 47 |
| Binary | 1111000 | 1110000 | 1001110 | 0 | 111 | 100011 | 110101 | 110001 | 10101 | 100111 |
Color Harmonies of #78704E
Complementary color
Monochromatic Colors of #78704E
Black with #78704E
Text Example
Text Example
White with #78704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78704E; }
p { color: rgb(120,112,78); }
H1.HeaderClassName
{
color: #78704E;
}
.AnyTagClassName
{
color: #78704E;
}
</style>
background-color css
<style>
a { background-color: #78704E; }
a { background-color: rgb(120,112,78); }
div.DivClassName
{
background-color: #78704E;
}
.BgClassName
{
background-color: #78704E;
}
</style>
border-color css
<style>
span { border-color: #78704E; }
span { border-color: rgb(120,112,78); }
td.TdClassName
{
border-color: #78704E;
}
.TagClassName
{
border-color: #78704E;
}
</style>