Shades of Go Ben #787547
Tints of Go Ben #787547
RGB
CMYK
RGB Variations
Color information
#787547 (or 0x787547) is known color: Go Ben. HEX triplet: 78, 75 and 47. RGB value is (120,117,71). Sum of RGB (Red+Green+Blue) = 120+117+71=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #787547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787547 is #878AB8. Grayscale: #707070. Windows color (decimal): -8882873 or 4683128. OLE color: 4683128.
HSL color Cylindrical-coordinate representation of color #787547: hue angle of 56.33º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #787547 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 71 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.53 |
| HSL | 56.33º | 0.26% | 0.37% | - |
| HSV(B) | 56.33º | 0.41% | 0.47% | - |
| XYZ | 15.24 | 17.17 | 8.47 | - |
| YUV | 112.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 71 | 0 | 0.02 | 0.41 | 0.53 | 56.33 | 0.26 | 0.37 |
| Hex | 78 | 75 | 47 | 0 | 2 | 29 | 35 | 38 | 1A | 25 |
| Octal | 170 | 165 | 107 | 0 | 2 | 51 | 65 | 70 | 32 | 45 |
| Binary | 1111000 | 1110101 | 1000111 | 0 | 10 | 101001 | 110101 | 111000 | 11010 | 100101 |
Color Harmonies of #787547
Complementary color
Monochromatic Colors of #787547
Black with #787547
Text Example
Text Example
White with #787547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787547; }
p { color: rgb(120,117,71); }
H1.HeaderClassName
{
color: #787547;
}
.AnyTagClassName
{
color: #787547;
}
</style>
background-color css
<style>
a { background-color: #787547; }
a { background-color: rgb(120,117,71); }
div.DivClassName
{
background-color: #787547;
}
.BgClassName
{
background-color: #787547;
}
</style>
border-color css
<style>
span { border-color: #787547; }
span { border-color: rgb(120,117,71); }
td.TdClassName
{
border-color: #787547;
}
.TagClassName
{
border-color: #787547;
}
</style>