Shades of Go Ben #747043
Tints of Go Ben #747043
RGB
CMYK
RGB Variations
Color information
#747043 (or 0x747043) is known color: Go Ben. HEX triplet: 74, 70 and 43. RGB value is (116,112,67). Sum of RGB (Red+Green+Blue) = 116+112+67=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #747043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747043 is #8B8FBC. Grayscale: #6C6C6C. Windows color (decimal): -9146301 or 4419700. OLE color: 4419700.
HSL color Cylindrical-coordinate representation of color #747043: hue angle of 55.1º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747043 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 67 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.55 |
| HSL | 55.1º | 0.27% | 0.36% | - |
| HSV(B) | 55.1º | 0.42% | 0.45% | - |
| XYZ | 14.01 | 15.71 | 7.6 | - |
| YUV | 108.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 67 | 0 | 0.03 | 0.42 | 0.55 | 55.1 | 0.27 | 0.36 |
| Hex | 74 | 70 | 43 | 0 | 3 | 2A | 37 | 37 | 1B | 24 |
| Octal | 164 | 160 | 103 | 0 | 3 | 52 | 67 | 67 | 33 | 44 |
| Binary | 1110100 | 1110000 | 1000011 | 0 | 11 | 101010 | 110111 | 110111 | 11011 | 100100 |
Color Harmonies of #747043
Complementary color
Monochromatic Colors of #747043
Black with #747043
Text Example
Text Example
White with #747043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747043; }
p { color: rgb(116,112,67); }
H1.HeaderClassName
{
color: #747043;
}
.AnyTagClassName
{
color: #747043;
}
</style>
background-color css
<style>
a { background-color: #747043; }
a { background-color: rgb(116,112,67); }
div.DivClassName
{
background-color: #747043;
}
.BgClassName
{
background-color: #747043;
}
</style>
border-color css
<style>
span { border-color: #747043; }
span { border-color: rgb(116,112,67); }
td.TdClassName
{
border-color: #747043;
}
.TagClassName
{
border-color: #747043;
}
</style>