Shades of Go Ben #78724D
Tints of Go Ben #78724D
RGB
CMYK
RGB Variations
Color information
#78724D (or 0x78724D) is known color: Go Ben. HEX triplet: 78, 72 and 4D. RGB value is (120,114,77). Sum of RGB (Red+Green+Blue) = 120+114+77=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78724D is #878DB2. Grayscale: #6F6F6F. Windows color (decimal): -8883635 or 5075576. OLE color: 5075576.
HSL color Cylindrical-coordinate representation of color #78724D: hue angle of 51.63º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78724D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 77 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.53 |
| HSL | 51.63º | 0.22% | 0.39% | - |
| HSV(B) | 51.63º | 0.36% | 0.47% | - |
| XYZ | 15.1 | 16.56 | 9.42 | - |
| YUV | 111.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 77 | 0 | 0.05 | 0.36 | 0.53 | 51.63 | 0.22 | 0.39 |
| Hex | 78 | 72 | 4D | 0 | 5 | 24 | 35 | 34 | 16 | 27 |
| Octal | 170 | 162 | 115 | 0 | 5 | 44 | 65 | 64 | 26 | 47 |
| Binary | 1111000 | 1110010 | 1001101 | 0 | 101 | 100100 | 110101 | 110100 | 10110 | 100111 |
Color Harmonies of #78724D
Complementary color
Monochromatic Colors of #78724D
Black with #78724D
Text Example
Text Example
White with #78724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78724D; }
p { color: rgb(120,114,77); }
H1.HeaderClassName
{
color: #78724D;
}
.AnyTagClassName
{
color: #78724D;
}
</style>
background-color css
<style>
a { background-color: #78724D; }
a { background-color: rgb(120,114,77); }
div.DivClassName
{
background-color: #78724D;
}
.BgClassName
{
background-color: #78724D;
}
</style>
border-color css
<style>
span { border-color: #78724D; }
span { border-color: rgb(120,114,77); }
td.TdClassName
{
border-color: #78724D;
}
.TagClassName
{
border-color: #78724D;
}
</style>