Shades of Go Ben #746F47
Tints of Go Ben #746F47
RGB
CMYK
RGB Variations
Color information
#746F47 (or 0x746F47) is known color: Go Ben. HEX triplet: 74, 6F and 47. RGB value is (116,111,71). Sum of RGB (Red+Green+Blue) = 116+111+71=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #746F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F47 is #8B90B8. Grayscale: #6C6C6C. Windows color (decimal): -9146553 or 4681588. OLE color: 4681588.
HSL color Cylindrical-coordinate representation of color #746F47: hue angle of 53.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746F47 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 71 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.55 |
| HSL | 53.33º | 0.24% | 0.37% | - |
| HSV(B) | 53.33º | 0.39% | 0.45% | - |
| XYZ | 14.02 | 15.54 | 8.22 | - |
| YUV | 107.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 71 | 0 | 0.04 | 0.39 | 0.55 | 53.33 | 0.24 | 0.37 |
| Hex | 74 | 6F | 47 | 0 | 4 | 27 | 37 | 35 | 18 | 25 |
| Octal | 164 | 157 | 107 | 0 | 4 | 47 | 67 | 65 | 30 | 45 |
| Binary | 1110100 | 1101111 | 1000111 | 0 | 100 | 100111 | 110111 | 110101 | 11000 | 100101 |
Color Harmonies of #746F47
Complementary color
Monochromatic Colors of #746F47
Black with #746F47
Text Example
Text Example
White with #746F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F47; }
p { color: rgb(116,111,71); }
H1.HeaderClassName
{
color: #746F47;
}
.AnyTagClassName
{
color: #746F47;
}
</style>
background-color css
<style>
a { background-color: #746F47; }
a { background-color: rgb(116,111,71); }
div.DivClassName
{
background-color: #746F47;
}
.BgClassName
{
background-color: #746F47;
}
</style>
border-color css
<style>
span { border-color: #746F47; }
span { border-color: rgb(116,111,71); }
td.TdClassName
{
border-color: #746F47;
}
.TagClassName
{
border-color: #746F47;
}
</style>