Shades of Go Ben #7B773F
Tints of Go Ben #7B773F
RGB
CMYK
RGB Variations
Color information
#7B773F (or 0x7B773F) is known color: Go Ben. HEX triplet: 7B, 77 and 3F. RGB value is (123,119,63). Sum of RGB (Red+Green+Blue) = 123+119+63=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B773F is #8488C0. Grayscale: #727272. Windows color (decimal): -8685761 or 4159355. OLE color: 4159355.
HSL color Cylindrical-coordinate representation of color #7B773F: hue angle of 56º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B773F is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 63 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.52 |
| HSL | 56º | 0.32% | 0.36% | - |
| HSV(B) | 56º | 0.49% | 0.48% | - |
| XYZ | 15.66 | 17.76 | 7.31 | - |
| YUV | 113.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 63 | 0 | 0.03 | 0.49 | 0.52 | 56 | 0.32 | 0.36 |
| Hex | 7B | 77 | 3F | 0 | 3 | 31 | 34 | 38 | 20 | 24 |
| Octal | 173 | 167 | 77 | 0 | 3 | 61 | 64 | 70 | 40 | 44 |
| Binary | 1111011 | 1110111 | 111111 | 0 | 11 | 110001 | 110100 | 111000 | 100000 | 100100 |
Color Harmonies of #7B773F
Complementary color
Monochromatic Colors of #7B773F
Black with #7B773F
Text Example
Text Example
White with #7B773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B773F; }
p { color: rgb(123,119,63); }
H1.HeaderClassName
{
color: #7B773F;
}
.AnyTagClassName
{
color: #7B773F;
}
</style>
background-color css
<style>
a { background-color: #7B773F; }
a { background-color: rgb(123,119,63); }
div.DivClassName
{
background-color: #7B773F;
}
.BgClassName
{
background-color: #7B773F;
}
</style>
border-color css
<style>
span { border-color: #7B773F; }
span { border-color: rgb(123,119,63); }
td.TdClassName
{
border-color: #7B773F;
}
.TagClassName
{
border-color: #7B773F;
}
</style>