Shades of Go Ben #756F4A
Tints of Go Ben #756F4A
RGB
CMYK
RGB Variations
Color information
#756F4A (or 0x756F4A) is known color: Go Ben. HEX triplet: 75, 6F and 4A. RGB value is (117,111,74). Sum of RGB (Red+Green+Blue) = 117+111+74=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F4A is #8A90B5. Grayscale: #6C6C6C. Windows color (decimal): -9081014 or 4878197. OLE color: 4878197.
HSL color Cylindrical-coordinate representation of color #756F4A: hue angle of 51.63º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756F4A is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 74 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.54 |
| HSL | 51.63º | 0.23% | 0.37% | - |
| HSV(B) | 51.63º | 0.37% | 0.46% | - |
| XYZ | 14.26 | 15.65 | 8.75 | - |
| YUV | 108.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 74 | 0 | 0.05 | 0.37 | 0.54 | 51.63 | 0.23 | 0.37 |
| Hex | 75 | 6F | 4A | 0 | 5 | 25 | 36 | 34 | 17 | 25 |
| Octal | 165 | 157 | 112 | 0 | 5 | 45 | 66 | 64 | 27 | 45 |
| Binary | 1110101 | 1101111 | 1001010 | 0 | 101 | 100101 | 110110 | 110100 | 10111 | 100101 |
Color Harmonies of #756F4A
Complementary color
Monochromatic Colors of #756F4A
Black with #756F4A
Text Example
Text Example
White with #756F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F4A; }
p { color: rgb(117,111,74); }
H1.HeaderClassName
{
color: #756F4A;
}
.AnyTagClassName
{
color: #756F4A;
}
</style>
background-color css
<style>
a { background-color: #756F4A; }
a { background-color: rgb(117,111,74); }
div.DivClassName
{
background-color: #756F4A;
}
.BgClassName
{
background-color: #756F4A;
}
</style>
border-color css
<style>
span { border-color: #756F4A; }
span { border-color: rgb(117,111,74); }
td.TdClassName
{
border-color: #756F4A;
}
.TagClassName
{
border-color: #756F4A;
}
</style>