Shades of Go Ben #756D4B
Tints of Go Ben #756D4B
RGB
CMYK
RGB Variations
Color information
#756D4B (or 0x756D4B) is known color: Go Ben. HEX triplet: 75, 6D and 4B. RGB value is (117,109,75). Sum of RGB (Red+Green+Blue) = 117+109+75=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D4B is #8A92B4. Grayscale: #6B6B6B. Windows color (decimal): -9081525 or 4943221. OLE color: 4943221.
HSL color Cylindrical-coordinate representation of color #756D4B: hue angle of 48.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #756D4B is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 75 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.54 |
| HSL | 48.57º | 0.22% | 0.38% | - |
| HSV(B) | 48.57º | 0.36% | 0.46% | - |
| XYZ | 14.07 | 15.23 | 8.85 | - |
| YUV | 107.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 75 | 0 | 0.07 | 0.36 | 0.54 | 48.57 | 0.22 | 0.38 |
| Hex | 75 | 6D | 4B | 0 | 7 | 24 | 36 | 31 | 16 | 26 |
| Octal | 165 | 155 | 113 | 0 | 7 | 44 | 66 | 61 | 26 | 46 |
| Binary | 1110101 | 1101101 | 1001011 | 0 | 111 | 100100 | 110110 | 110001 | 10110 | 100110 |
Color Harmonies of #756D4B
Complementary color
Monochromatic Colors of #756D4B
Black with #756D4B
Text Example
Text Example
White with #756D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D4B; }
p { color: rgb(117,109,75); }
H1.HeaderClassName
{
color: #756D4B;
}
.AnyTagClassName
{
color: #756D4B;
}
</style>
background-color css
<style>
a { background-color: #756D4B; }
a { background-color: rgb(117,109,75); }
div.DivClassName
{
background-color: #756D4B;
}
.BgClassName
{
background-color: #756D4B;
}
</style>
border-color css
<style>
span { border-color: #756D4B; }
span { border-color: rgb(117,109,75); }
td.TdClassName
{
border-color: #756D4B;
}
.TagClassName
{
border-color: #756D4B;
}
</style>