Shades of Go Ben #746C42
Tints of Go Ben #746C42
RGB
CMYK
RGB Variations
Color information
#746C42 (or 0x746C42) is known color: Go Ben. HEX triplet: 74, 6C and 42. RGB value is (116,108,66). Sum of RGB (Red+Green+Blue) = 116+108+66=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #746C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C42 is #8B93BD. Grayscale: #696969. Windows color (decimal): -9147326 or 4353140. OLE color: 4353140.
HSL color Cylindrical-coordinate representation of color #746C42: hue angle of 50.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #746C42 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 66 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.55 |
| HSL | 50.4º | 0.27% | 0.36% | - |
| HSV(B) | 50.4º | 0.43% | 0.45% | - |
| XYZ | 13.55 | 14.83 | 7.3 | - |
| YUV | 105.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 66 | 0 | 0.07 | 0.43 | 0.55 | 50.4 | 0.27 | 0.36 |
| Hex | 74 | 6C | 42 | 0 | 7 | 2B | 37 | 32 | 1B | 24 |
| Octal | 164 | 154 | 102 | 0 | 7 | 53 | 67 | 62 | 33 | 44 |
| Binary | 1110100 | 1101100 | 1000010 | 0 | 111 | 101011 | 110111 | 110010 | 11011 | 100100 |
Color Harmonies of #746C42
Complementary color
Monochromatic Colors of #746C42
Black with #746C42
Text Example
Text Example
White with #746C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C42; }
p { color: rgb(116,108,66); }
H1.HeaderClassName
{
color: #746C42;
}
.AnyTagClassName
{
color: #746C42;
}
</style>
background-color css
<style>
a { background-color: #746C42; }
a { background-color: rgb(116,108,66); }
div.DivClassName
{
background-color: #746C42;
}
.BgClassName
{
background-color: #746C42;
}
</style>
border-color css
<style>
span { border-color: #746C42; }
span { border-color: rgb(116,108,66); }
td.TdClassName
{
border-color: #746C42;
}
.TagClassName
{
border-color: #746C42;
}
</style>