Shades of Go Ben #756F45
Tints of Go Ben #756F45
RGB
CMYK
RGB Variations
Color information
#756F45 (or 0x756F45) is known color: Go Ben. HEX triplet: 75, 6F and 45. RGB value is (117,111,69). Sum of RGB (Red+Green+Blue) = 117+111+69=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #756F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F45 is #8A90BA. Grayscale: #6C6C6C. Windows color (decimal): -9081019 or 4550517. OLE color: 4550517.
HSL color Cylindrical-coordinate representation of color #756F45: hue angle of 52.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756F45 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 69 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.54 |
| HSL | 52.5º | 0.26% | 0.36% | - |
| HSV(B) | 52.5º | 0.41% | 0.46% | - |
| XYZ | 14.09 | 15.58 | 7.89 | - |
| YUV | 108.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 69 | 0 | 0.05 | 0.41 | 0.54 | 52.5 | 0.26 | 0.36 |
| Hex | 75 | 6F | 45 | 0 | 5 | 29 | 36 | 34 | 1A | 24 |
| Octal | 165 | 157 | 105 | 0 | 5 | 51 | 66 | 64 | 32 | 44 |
| Binary | 1110101 | 1101111 | 1000101 | 0 | 101 | 101001 | 110110 | 110100 | 11010 | 100100 |
Color Harmonies of #756F45
Complementary color
Monochromatic Colors of #756F45
Black with #756F45
Text Example
Text Example
White with #756F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F45; }
p { color: rgb(117,111,69); }
H1.HeaderClassName
{
color: #756F45;
}
.AnyTagClassName
{
color: #756F45;
}
</style>
background-color css
<style>
a { background-color: #756F45; }
a { background-color: rgb(117,111,69); }
div.DivClassName
{
background-color: #756F45;
}
.BgClassName
{
background-color: #756F45;
}
</style>
border-color css
<style>
span { border-color: #756F45; }
span { border-color: rgb(117,111,69); }
td.TdClassName
{
border-color: #756F45;
}
.TagClassName
{
border-color: #756F45;
}
</style>