Shades of Go Ben #776B45
Tints of Go Ben #776B45
RGB
CMYK
RGB Variations
Color information
#776B45 (or 0x776B45) is known color: Go Ben. HEX triplet: 77, 6B and 45. RGB value is (119,107,69). Sum of RGB (Red+Green+Blue) = 119+107+69=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B45 is #8894BA. Grayscale: #6A6A6A. Windows color (decimal): -8950971 or 4549495. OLE color: 4549495.
HSL color Cylindrical-coordinate representation of color #776B45: hue angle of 45.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #776B45 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 69 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.53 |
| HSL | 45.6º | 0.27% | 0.37% | - |
| HSV(B) | 45.6º | 0.42% | 0.47% | - |
| XYZ | 13.94 | 14.87 | 7.77 | - |
| YUV | 106.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 69 | 0 | 0.10 | 0.42 | 0.53 | 45.6 | 0.27 | 0.37 |
| Hex | 77 | 6B | 45 | 0 | A | 2A | 35 | 2E | 1B | 25 |
| Octal | 167 | 153 | 105 | 0 | 12 | 52 | 65 | 56 | 33 | 45 |
| Binary | 1110111 | 1101011 | 1000101 | 0 | 1010 | 101010 | 110101 | 101110 | 11011 | 100101 |
Color Harmonies of #776B45
Complementary color
Monochromatic Colors of #776B45
Black with #776B45
Text Example
Text Example
White with #776B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B45; }
p { color: rgb(119,107,69); }
H1.HeaderClassName
{
color: #776B45;
}
.AnyTagClassName
{
color: #776B45;
}
</style>
background-color css
<style>
a { background-color: #776B45; }
a { background-color: rgb(119,107,69); }
div.DivClassName
{
background-color: #776B45;
}
.BgClassName
{
background-color: #776B45;
}
</style>
border-color css
<style>
span { border-color: #776B45; }
span { border-color: rgb(119,107,69); }
td.TdClassName
{
border-color: #776B45;
}
.TagClassName
{
border-color: #776B45;
}
</style>