Shades of Go Ben #747046
Tints of Go Ben #747046
RGB
CMYK
RGB Variations
Color information
#747046 (or 0x747046) is known color: Go Ben. HEX triplet: 74, 70 and 46. RGB value is (116,112,70). Sum of RGB (Red+Green+Blue) = 116+112+70=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #747046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747046 is #8B8FB9. Grayscale: #6C6C6C. Windows color (decimal): -9146298 or 4616308. OLE color: 4616308.
HSL color Cylindrical-coordinate representation of color #747046: hue angle of 54.78º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747046 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 70 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.55 |
| HSL | 54.78º | 0.25% | 0.36% | - |
| HSV(B) | 54.78º | 0.4% | 0.45% | - |
| XYZ | 14.1 | 15.74 | 8.09 | - |
| YUV | 108.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 70 | 0 | 0.03 | 0.40 | 0.55 | 54.78 | 0.25 | 0.36 |
| Hex | 74 | 70 | 46 | 0 | 3 | 28 | 37 | 37 | 19 | 24 |
| Octal | 164 | 160 | 106 | 0 | 3 | 50 | 67 | 67 | 31 | 44 |
| Binary | 1110100 | 1110000 | 1000110 | 0 | 11 | 101000 | 110111 | 110111 | 11001 | 100100 |
Color Harmonies of #747046
Complementary color
Monochromatic Colors of #747046
Black with #747046
Text Example
Text Example
White with #747046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747046; }
p { color: rgb(116,112,70); }
H1.HeaderClassName
{
color: #747046;
}
.AnyTagClassName
{
color: #747046;
}
</style>
background-color css
<style>
a { background-color: #747046; }
a { background-color: rgb(116,112,70); }
div.DivClassName
{
background-color: #747046;
}
.BgClassName
{
background-color: #747046;
}
</style>
border-color css
<style>
span { border-color: #747046; }
span { border-color: rgb(116,112,70); }
td.TdClassName
{
border-color: #747046;
}
.TagClassName
{
border-color: #747046;
}
</style>