Shades of Go Ben #746F46
Tints of Go Ben #746F46
RGB
CMYK
RGB Variations
Color information
#746F46 (or 0x746F46) is known color: Go Ben. HEX triplet: 74, 6F and 46. RGB value is (116,111,70). Sum of RGB (Red+Green+Blue) = 116+111+70=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #746F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F46 is #8B90B9. Grayscale: #6B6B6B. Windows color (decimal): -9146554 or 4616052. OLE color: 4616052.
HSL color Cylindrical-coordinate representation of color #746F46: hue angle of 53.48º 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 #746F46 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 70 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.55 |
| HSL | 53.48º | 0.25% | 0.36% | - |
| HSV(B) | 53.48º | 0.4% | 0.45% | - |
| XYZ | 13.99 | 15.52 | 8.05 | - |
| YUV | 107.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 70 | 0 | 0.04 | 0.40 | 0.55 | 53.48 | 0.25 | 0.36 |
| Hex | 74 | 6F | 46 | 0 | 4 | 28 | 37 | 35 | 19 | 24 |
| Octal | 164 | 157 | 106 | 0 | 4 | 50 | 67 | 65 | 31 | 44 |
| Binary | 1110100 | 1101111 | 1000110 | 0 | 100 | 101000 | 110111 | 110101 | 11001 | 100100 |
Color Harmonies of #746F46
Complementary color
Monochromatic Colors of #746F46
Black with #746F46
Text Example
Text Example
White with #746F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F46; }
p { color: rgb(116,111,70); }
H1.HeaderClassName
{
color: #746F46;
}
.AnyTagClassName
{
color: #746F46;
}
</style>
background-color css
<style>
a { background-color: #746F46; }
a { background-color: rgb(116,111,70); }
div.DivClassName
{
background-color: #746F46;
}
.BgClassName
{
background-color: #746F46;
}
</style>
border-color css
<style>
span { border-color: #746F46; }
span { border-color: rgb(116,111,70); }
td.TdClassName
{
border-color: #746F46;
}
.TagClassName
{
border-color: #746F46;
}
</style>