Shades of Go Ben #746848
Tints of Go Ben #746848
RGB
CMYK
RGB Variations
Color information
#746848 (or 0x746848) is known color: Go Ben. HEX triplet: 74, 68 and 48. RGB value is (116,104,72). Sum of RGB (Red+Green+Blue) = 116+104+72=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #746848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746848 is #8B97B7. Grayscale: #686868. Windows color (decimal): -9148344 or 4745332. OLE color: 4745332.
HSL color Cylindrical-coordinate representation of color #746848: hue angle of 43.64º 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 #746848 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 72 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.55 |
| HSL | 43.64º | 0.23% | 0.37% | - |
| HSV(B) | 43.64º | 0.38% | 0.45% | - |
| XYZ | 13.32 | 14.08 | 8.15 | - |
| YUV | 103.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 72 | 0 | 0.10 | 0.38 | 0.55 | 43.64 | 0.23 | 0.37 |
| Hex | 74 | 68 | 48 | 0 | A | 26 | 37 | 2C | 17 | 25 |
| Octal | 164 | 150 | 110 | 0 | 12 | 46 | 67 | 54 | 27 | 45 |
| Binary | 1110100 | 1101000 | 1001000 | 0 | 1010 | 100110 | 110111 | 101100 | 10111 | 100101 |
Color Harmonies of #746848
Complementary color
Monochromatic Colors of #746848
Black with #746848
Text Example
Text Example
White with #746848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746848; }
p { color: rgb(116,104,72); }
H1.HeaderClassName
{
color: #746848;
}
.AnyTagClassName
{
color: #746848;
}
</style>
background-color css
<style>
a { background-color: #746848; }
a { background-color: rgb(116,104,72); }
div.DivClassName
{
background-color: #746848;
}
.BgClassName
{
background-color: #746848;
}
</style>
border-color css
<style>
span { border-color: #746848; }
span { border-color: rgb(116,104,72); }
td.TdClassName
{
border-color: #746848;
}
.TagClassName
{
border-color: #746848;
}
</style>