Shades of Go Ben #776948
Tints of Go Ben #776948
RGB
CMYK
RGB Variations
Color information
#776948 (or 0x776948) is known color: Go Ben. HEX triplet: 77, 69 and 48. RGB value is (119,105,72). Sum of RGB (Red+Green+Blue) = 119+105+72=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #776948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776948 is #8896B7. Grayscale: #696969. Windows color (decimal): -8951480 or 4745591. OLE color: 4745591.
HSL color Cylindrical-coordinate representation of color #776948: hue angle of 42.13º 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 #776948 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 72 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.53 |
| HSL | 42.13º | 0.25% | 0.37% | - |
| HSV(B) | 42.13º | 0.39% | 0.47% | - |
| XYZ | 13.83 | 14.49 | 8.2 | - |
| YUV | 105.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 72 | 0 | 0.12 | 0.39 | 0.53 | 42.13 | 0.25 | 0.37 |
| Hex | 77 | 69 | 48 | 0 | C | 27 | 35 | 2A | 19 | 25 |
| Octal | 167 | 151 | 110 | 0 | 14 | 47 | 65 | 52 | 31 | 45 |
| Binary | 1110111 | 1101001 | 1001000 | 0 | 1100 | 100111 | 110101 | 101010 | 11001 | 100101 |
Color Harmonies of #776948
Complementary color
Monochromatic Colors of #776948
Black with #776948
Text Example
Text Example
White with #776948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776948; }
p { color: rgb(119,105,72); }
H1.HeaderClassName
{
color: #776948;
}
.AnyTagClassName
{
color: #776948;
}
</style>
background-color css
<style>
a { background-color: #776948; }
a { background-color: rgb(119,105,72); }
div.DivClassName
{
background-color: #776948;
}
.BgClassName
{
background-color: #776948;
}
</style>
border-color css
<style>
span { border-color: #776948; }
span { border-color: rgb(119,105,72); }
td.TdClassName
{
border-color: #776948;
}
.TagClassName
{
border-color: #776948;
}
</style>