Shades of Go Ben #787545
Tints of Go Ben #787545
RGB
CMYK
RGB Variations
Color information
#787545 (or 0x787545) is known color: Go Ben. HEX triplet: 78, 75 and 45. RGB value is (120,117,69). Sum of RGB (Red+Green+Blue) = 120+117+69=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #787545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787545 is #878ABA. Grayscale: #707070. Windows color (decimal): -8882875 or 4552056. OLE color: 4552056.
HSL color Cylindrical-coordinate representation of color #787545: hue angle of 56.47º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #787545 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 69 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.53 |
| HSL | 56.47º | 0.27% | 0.37% | - |
| HSV(B) | 56.47º | 0.43% | 0.47% | - |
| XYZ | 15.18 | 17.15 | 8.14 | - |
| YUV | 112.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 69 | 0 | 0.02 | 0.42 | 0.53 | 56.47 | 0.27 | 0.37 |
| Hex | 78 | 75 | 45 | 0 | 2 | 2A | 35 | 38 | 1B | 25 |
| Octal | 170 | 165 | 105 | 0 | 2 | 52 | 65 | 70 | 33 | 45 |
| Binary | 1111000 | 1110101 | 1000101 | 0 | 10 | 101010 | 110101 | 111000 | 11011 | 100101 |
Color Harmonies of #787545
Complementary color
Monochromatic Colors of #787545
Black with #787545
Text Example
Text Example
White with #787545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787545; }
p { color: rgb(120,117,69); }
H1.HeaderClassName
{
color: #787545;
}
.AnyTagClassName
{
color: #787545;
}
</style>
background-color css
<style>
a { background-color: #787545; }
a { background-color: rgb(120,117,69); }
div.DivClassName
{
background-color: #787545;
}
.BgClassName
{
background-color: #787545;
}
</style>
border-color css
<style>
span { border-color: #787545; }
span { border-color: rgb(120,117,69); }
td.TdClassName
{
border-color: #787545;
}
.TagClassName
{
border-color: #787545;
}
</style>