Shades of Go Ben #746948
Tints of Go Ben #746948
RGB
CMYK
RGB Variations
Color information
#746948 (or 0x746948) is known color: Go Ben. HEX triplet: 74, 69 and 48. RGB value is (116,105,72). Sum of RGB (Red+Green+Blue) = 116+105+72=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #746948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746948 is #8B96B7. Grayscale: #686868. Windows color (decimal): -9148088 or 4745588. OLE color: 4745588.
HSL color Cylindrical-coordinate representation of color #746948: hue angle of 45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746948 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 72 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.55 |
| HSL | 45º | 0.23% | 0.37% | - |
| HSV(B) | 45º | 0.38% | 0.45% | - |
| XYZ | 13.42 | 14.28 | 8.18 | - |
| YUV | 104.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 72 | 0 | 0.09 | 0.38 | 0.55 | 45 | 0.23 | 0.37 |
| Hex | 74 | 69 | 48 | 0 | 9 | 26 | 37 | 2D | 17 | 25 |
| Octal | 164 | 151 | 110 | 0 | 11 | 46 | 67 | 55 | 27 | 45 |
| Binary | 1110100 | 1101001 | 1001000 | 0 | 1001 | 100110 | 110111 | 101101 | 10111 | 100101 |
Color Harmonies of #746948
Complementary color
Monochromatic Colors of #746948
Black with #746948
Text Example
Text Example
White with #746948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746948; }
p { color: rgb(116,105,72); }
H1.HeaderClassName
{
color: #746948;
}
.AnyTagClassName
{
color: #746948;
}
</style>
background-color css
<style>
a { background-color: #746948; }
a { background-color: rgb(116,105,72); }
div.DivClassName
{
background-color: #746948;
}
.BgClassName
{
background-color: #746948;
}
</style>
border-color css
<style>
span { border-color: #746948; }
span { border-color: rgb(116,105,72); }
td.TdClassName
{
border-color: #746948;
}
.TagClassName
{
border-color: #746948;
}
</style>