Shades of Go Ben #787541
Tints of Go Ben #787541
RGB
CMYK
RGB Variations
Color information
#787541 (or 0x787541) is known color: Go Ben. HEX triplet: 78, 75 and 41. RGB value is (120,117,65). Sum of RGB (Red+Green+Blue) = 120+117+65=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #787541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787541 is #878ABE. Grayscale: #707070. Windows color (decimal): -8882879 or 4289912. OLE color: 4289912.
HSL color Cylindrical-coordinate representation of color #787541: hue angle of 56.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787541 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 65 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.53 |
| HSL | 56.73º | 0.3% | 0.36% | - |
| HSV(B) | 56.73º | 0.46% | 0.47% | - |
| XYZ | 15.06 | 17.1 | 7.51 | - |
| YUV | 111.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 65 | 0 | 0.02 | 0.46 | 0.53 | 56.73 | 0.3 | 0.36 |
| Hex | 78 | 75 | 41 | 0 | 2 | 2E | 35 | 39 | 1E | 24 |
| Octal | 170 | 165 | 101 | 0 | 2 | 56 | 65 | 71 | 36 | 44 |
| Binary | 1111000 | 1110101 | 1000001 | 0 | 10 | 101110 | 110101 | 111001 | 11110 | 100100 |
Color Harmonies of #787541
Complementary color
Monochromatic Colors of #787541
Black with #787541
Text Example
Text Example
White with #787541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787541; }
p { color: rgb(120,117,65); }
H1.HeaderClassName
{
color: #787541;
}
.AnyTagClassName
{
color: #787541;
}
</style>
background-color css
<style>
a { background-color: #787541; }
a { background-color: rgb(120,117,65); }
div.DivClassName
{
background-color: #787541;
}
.BgClassName
{
background-color: #787541;
}
</style>
border-color css
<style>
span { border-color: #787541; }
span { border-color: rgb(120,117,65); }
td.TdClassName
{
border-color: #787541;
}
.TagClassName
{
border-color: #787541;
}
</style>