Shades of Go Ben #747044
Tints of Go Ben #747044
RGB
CMYK
RGB Variations
Color information
#747044 (or 0x747044) is known color: Go Ben. HEX triplet: 74, 70 and 44. RGB value is (116,112,68). Sum of RGB (Red+Green+Blue) = 116+112+68=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #747044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747044 is #8B8FBB. Grayscale: #6C6C6C. Windows color (decimal): -9146300 or 4485236. OLE color: 4485236.
HSL color Cylindrical-coordinate representation of color #747044: hue angle of 55º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #747044 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 68 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.55 |
| HSL | 55º | 0.26% | 0.36% | - |
| HSV(B) | 55º | 0.41% | 0.45% | - |
| XYZ | 14.04 | 15.72 | 7.76 | - |
| YUV | 108.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 68 | 0 | 0.03 | 0.41 | 0.55 | 55 | 0.26 | 0.36 |
| Hex | 74 | 70 | 44 | 0 | 3 | 29 | 37 | 37 | 1A | 24 |
| Octal | 164 | 160 | 104 | 0 | 3 | 51 | 67 | 67 | 32 | 44 |
| Binary | 1110100 | 1110000 | 1000100 | 0 | 11 | 101001 | 110111 | 110111 | 11010 | 100100 |
Color Harmonies of #747044
Complementary color
Monochromatic Colors of #747044
Black with #747044
Text Example
Text Example
White with #747044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747044; }
p { color: rgb(116,112,68); }
H1.HeaderClassName
{
color: #747044;
}
.AnyTagClassName
{
color: #747044;
}
</style>
background-color css
<style>
a { background-color: #747044; }
a { background-color: rgb(116,112,68); }
div.DivClassName
{
background-color: #747044;
}
.BgClassName
{
background-color: #747044;
}
</style>
border-color css
<style>
span { border-color: #747044; }
span { border-color: rgb(116,112,68); }
td.TdClassName
{
border-color: #747044;
}
.TagClassName
{
border-color: #747044;
}
</style>