Shades of Go Ben #777248
Tints of Go Ben #777248
RGB
CMYK
RGB Variations
Color information
#777248 (or 0x777248) is known color: Go Ben. HEX triplet: 77, 72 and 48. RGB value is (119,114,72). Sum of RGB (Red+Green+Blue) = 119+114+72=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #777248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777248 is #888DB7. Grayscale: #6E6E6E. Windows color (decimal): -8949176 or 4747895. OLE color: 4747895.
HSL color Cylindrical-coordinate representation of color #777248: hue angle of 53.62º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777248 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 72 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.53 |
| HSL | 53.62º | 0.25% | 0.37% | - |
| HSV(B) | 53.62º | 0.39% | 0.47% | - |
| XYZ | 14.79 | 16.42 | 8.52 | - |
| YUV | 110.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 72 | 0 | 0.04 | 0.39 | 0.53 | 53.62 | 0.25 | 0.37 |
| Hex | 77 | 72 | 48 | 0 | 4 | 27 | 35 | 36 | 19 | 25 |
| Octal | 167 | 162 | 110 | 0 | 4 | 47 | 65 | 66 | 31 | 45 |
| Binary | 1110111 | 1110010 | 1001000 | 0 | 100 | 100111 | 110101 | 110110 | 11001 | 100101 |
Color Harmonies of #777248
Complementary color
Monochromatic Colors of #777248
Black with #777248
Text Example
Text Example
White with #777248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777248; }
p { color: rgb(119,114,72); }
H1.HeaderClassName
{
color: #777248;
}
.AnyTagClassName
{
color: #777248;
}
</style>
background-color css
<style>
a { background-color: #777248; }
a { background-color: rgb(119,114,72); }
div.DivClassName
{
background-color: #777248;
}
.BgClassName
{
background-color: #777248;
}
</style>
border-color css
<style>
span { border-color: #777248; }
span { border-color: rgb(119,114,72); }
td.TdClassName
{
border-color: #777248;
}
.TagClassName
{
border-color: #777248;
}
</style>