Shades of Go Ben #746E4F
Tints of Go Ben #746E4F
RGB
CMYK
RGB Variations
Color information
#746E4F (or 0x746E4F) is known color: Go Ben. HEX triplet: 74, 6E and 4F. RGB value is (116,110,79). Sum of RGB (Red+Green+Blue) = 116+110+79=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #746E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E4F is #8B91B0. Grayscale: #6C6C6C. Windows color (decimal): -9146801 or 5205620. OLE color: 5205620.
HSL color Cylindrical-coordinate representation of color #746E4F: hue angle of 50.27º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #746E4F is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 79 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.55 |
| HSL | 50.27º | 0.19% | 0.38% | - |
| HSV(B) | 50.27º | 0.32% | 0.45% | - |
| XYZ | 14.19 | 15.43 | 9.63 | - |
| YUV | 108.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 79 | 0 | 0.05 | 0.32 | 0.55 | 50.27 | 0.19 | 0.38 |
| Hex | 74 | 6E | 4F | 0 | 5 | 20 | 37 | 32 | 13 | 26 |
| Octal | 164 | 156 | 117 | 0 | 5 | 40 | 67 | 62 | 23 | 46 |
| Binary | 1110100 | 1101110 | 1001111 | 0 | 101 | 100000 | 110111 | 110010 | 10011 | 100110 |
Color Harmonies of #746E4F
Complementary color
Monochromatic Colors of #746E4F
Black with #746E4F
Text Example
Text Example
White with #746E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E4F; }
p { color: rgb(116,110,79); }
H1.HeaderClassName
{
color: #746E4F;
}
.AnyTagClassName
{
color: #746E4F;
}
</style>
background-color css
<style>
a { background-color: #746E4F; }
a { background-color: rgb(116,110,79); }
div.DivClassName
{
background-color: #746E4F;
}
.BgClassName
{
background-color: #746E4F;
}
</style>
border-color css
<style>
span { border-color: #746E4F; }
span { border-color: rgb(116,110,79); }
td.TdClassName
{
border-color: #746E4F;
}
.TagClassName
{
border-color: #746E4F;
}
</style>