Shades of Go Ben #777448
Tints of Go Ben #777448
RGB
CMYK
RGB Variations
Color information
#777448 (or 0x777448) is known color: Go Ben. HEX triplet: 77, 74 and 48. RGB value is (119,116,72). Sum of RGB (Red+Green+Blue) = 119+116+72=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #777448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777448 is #888BB7. Grayscale: #707070. Windows color (decimal): -8948664 or 4748407. OLE color: 4748407.
HSL color Cylindrical-coordinate representation of color #777448: hue angle of 56.17º 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 #777448 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 72 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.53 |
| HSL | 56.17º | 0.25% | 0.37% | - |
| HSV(B) | 56.17º | 0.39% | 0.47% | - |
| XYZ | 15.02 | 16.88 | 8.6 | - |
| YUV | 111.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 72 | 0 | 0.03 | 0.39 | 0.53 | 56.17 | 0.25 | 0.37 |
| Hex | 77 | 74 | 48 | 0 | 3 | 27 | 35 | 38 | 19 | 25 |
| Octal | 167 | 164 | 110 | 0 | 3 | 47 | 65 | 70 | 31 | 45 |
| Binary | 1110111 | 1110100 | 1001000 | 0 | 11 | 100111 | 110101 | 111000 | 11001 | 100101 |
Color Harmonies of #777448
Complementary color
Monochromatic Colors of #777448
Black with #777448
Text Example
Text Example
White with #777448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777448; }
p { color: rgb(119,116,72); }
H1.HeaderClassName
{
color: #777448;
}
.AnyTagClassName
{
color: #777448;
}
</style>
background-color css
<style>
a { background-color: #777448; }
a { background-color: rgb(119,116,72); }
div.DivClassName
{
background-color: #777448;
}
.BgClassName
{
background-color: #777448;
}
</style>
border-color css
<style>
span { border-color: #777448; }
span { border-color: rgb(119,116,72); }
td.TdClassName
{
border-color: #777448;
}
.TagClassName
{
border-color: #777448;
}
</style>