Shades of Go Ben #777545
Tints of Go Ben #777545
RGB
CMYK
RGB Variations
Color information
#777545 (or 0x777545) is known color: Go Ben. HEX triplet: 77, 75 and 45. RGB value is (119,117,69). Sum of RGB (Red+Green+Blue) = 119+117+69=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #777545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777545 is #888ABA. Grayscale: #707070. Windows color (decimal): -8948411 or 4552055. OLE color: 4552055.
HSL color Cylindrical-coordinate representation of color #777545: hue angle of 57.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 #777545 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 69 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.53 |
| HSL | 57.6º | 0.27% | 0.37% | - |
| HSV(B) | 57.6º | 0.42% | 0.47% | - |
| XYZ | 15.04 | 17.07 | 8.13 | - |
| YUV | 112.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 69 | 0 | 0.02 | 0.42 | 0.53 | 57.6 | 0.27 | 0.37 |
| Hex | 77 | 75 | 45 | 0 | 2 | 2A | 35 | 3A | 1B | 25 |
| Octal | 167 | 165 | 105 | 0 | 2 | 52 | 65 | 72 | 33 | 45 |
| Binary | 1110111 | 1110101 | 1000101 | 0 | 10 | 101010 | 110101 | 111010 | 11011 | 100101 |
Color Harmonies of #777545
Complementary color
Monochromatic Colors of #777545
Black with #777545
Text Example
Text Example
White with #777545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777545; }
p { color: rgb(119,117,69); }
H1.HeaderClassName
{
color: #777545;
}
.AnyTagClassName
{
color: #777545;
}
</style>
background-color css
<style>
a { background-color: #777545; }
a { background-color: rgb(119,117,69); }
div.DivClassName
{
background-color: #777545;
}
.BgClassName
{
background-color: #777545;
}
</style>
border-color css
<style>
span { border-color: #777545; }
span { border-color: rgb(119,117,69); }
td.TdClassName
{
border-color: #777545;
}
.TagClassName
{
border-color: #777545;
}
</style>