Shades of Go Ben #756948
Tints of Go Ben #756948
RGB
CMYK
RGB Variations
Color information
#756948 (or 0x756948) is known color: Go Ben. HEX triplet: 75, 69 and 48. RGB value is (117,105,72). Sum of RGB (Red+Green+Blue) = 117+105+72=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #756948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756948 is #8A96B7. Grayscale: #686868. Windows color (decimal): -9082552 or 4745589. OLE color: 4745589.
HSL color Cylindrical-coordinate representation of color #756948: hue angle of 44º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756948 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 105 | 72 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.54 |
| HSL | 44º | 0.24% | 0.37% | - |
| HSV(B) | 44º | 0.38% | 0.46% | - |
| XYZ | 13.56 | 14.35 | 8.19 | - |
| YUV | 104.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 72 | 0 | 0.10 | 0.38 | 0.54 | 44 | 0.24 | 0.37 |
| Hex | 75 | 69 | 48 | 0 | A | 26 | 36 | 2C | 18 | 25 |
| Octal | 165 | 151 | 110 | 0 | 12 | 46 | 66 | 54 | 30 | 45 |
| Binary | 1110101 | 1101001 | 1001000 | 0 | 1010 | 100110 | 110110 | 101100 | 11000 | 100101 |
Color Harmonies of #756948
Complementary color
Monochromatic Colors of #756948
Black with #756948
Text Example
Text Example
White with #756948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756948; }
p { color: rgb(117,105,72); }
H1.HeaderClassName
{
color: #756948;
}
.AnyTagClassName
{
color: #756948;
}
</style>
background-color css
<style>
a { background-color: #756948; }
a { background-color: rgb(117,105,72); }
div.DivClassName
{
background-color: #756948;
}
.BgClassName
{
background-color: #756948;
}
</style>
border-color css
<style>
span { border-color: #756948; }
span { border-color: rgb(117,105,72); }
td.TdClassName
{
border-color: #756948;
}
.TagClassName
{
border-color: #756948;
}
</style>