Shades of Go Ben #756F43
Tints of Go Ben #756F43
RGB
CMYK
RGB Variations
Color information
#756F43 (or 0x756F43) is known color: Go Ben. HEX triplet: 75, 6F and 43. RGB value is (117,111,67). Sum of RGB (Red+Green+Blue) = 117+111+67=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #756F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F43 is #8A90BC. Grayscale: #6B6B6B. Windows color (decimal): -9081021 or 4419445. OLE color: 4419445.
HSL color Cylindrical-coordinate representation of color #756F43: hue angle of 52.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756F43 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 67 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.54 |
| HSL | 52.8º | 0.27% | 0.36% | - |
| HSV(B) | 52.8º | 0.43% | 0.46% | - |
| XYZ | 14.03 | 15.56 | 7.57 | - |
| YUV | 107.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 67 | 0 | 0.05 | 0.43 | 0.54 | 52.8 | 0.27 | 0.36 |
| Hex | 75 | 6F | 43 | 0 | 5 | 2B | 36 | 35 | 1B | 24 |
| Octal | 165 | 157 | 103 | 0 | 5 | 53 | 66 | 65 | 33 | 44 |
| Binary | 1110101 | 1101111 | 1000011 | 0 | 101 | 101011 | 110110 | 110101 | 11011 | 100100 |
Color Harmonies of #756F43
Complementary color
Monochromatic Colors of #756F43
Black with #756F43
Text Example
Text Example
White with #756F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F43; }
p { color: rgb(117,111,67); }
H1.HeaderClassName
{
color: #756F43;
}
.AnyTagClassName
{
color: #756F43;
}
</style>
background-color css
<style>
a { background-color: #756F43; }
a { background-color: rgb(117,111,67); }
div.DivClassName
{
background-color: #756F43;
}
.BgClassName
{
background-color: #756F43;
}
</style>
border-color css
<style>
span { border-color: #756F43; }
span { border-color: rgb(117,111,67); }
td.TdClassName
{
border-color: #756F43;
}
.TagClassName
{
border-color: #756F43;
}
</style>