Shades of Go Ben #756C4B
Tints of Go Ben #756C4B
RGB
CMYK
RGB Variations
Color information
#756C4B (or 0x756C4B) is known color: Go Ben. HEX triplet: 75, 6C and 4B. RGB value is (117,108,75). Sum of RGB (Red+Green+Blue) = 117+108+75=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C4B is #8A93B4. Grayscale: #6B6B6B. Windows color (decimal): -9081781 or 4942965. OLE color: 4942965.
HSL color Cylindrical-coordinate representation of color #756C4B: hue angle of 47.14º 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 #756C4B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 75 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.54 |
| HSL | 47.14º | 0.22% | 0.38% | - |
| HSV(B) | 47.14º | 0.36% | 0.46% | - |
| XYZ | 13.97 | 15.02 | 8.82 | - |
| YUV | 106.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 75 | 0 | 0.08 | 0.36 | 0.54 | 47.14 | 0.22 | 0.38 |
| Hex | 75 | 6C | 4B | 0 | 8 | 24 | 36 | 2F | 16 | 26 |
| Octal | 165 | 154 | 113 | 0 | 10 | 44 | 66 | 57 | 26 | 46 |
| Binary | 1110101 | 1101100 | 1001011 | 0 | 1000 | 100100 | 110110 | 101111 | 10110 | 100110 |
Color Harmonies of #756C4B
Complementary color
Monochromatic Colors of #756C4B
Black with #756C4B
Text Example
Text Example
White with #756C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C4B; }
p { color: rgb(117,108,75); }
H1.HeaderClassName
{
color: #756C4B;
}
.AnyTagClassName
{
color: #756C4B;
}
</style>
background-color css
<style>
a { background-color: #756C4B; }
a { background-color: rgb(117,108,75); }
div.DivClassName
{
background-color: #756C4B;
}
.BgClassName
{
background-color: #756C4B;
}
</style>
border-color css
<style>
span { border-color: #756C4B; }
span { border-color: rgb(117,108,75); }
td.TdClassName
{
border-color: #756C4B;
}
.TagClassName
{
border-color: #756C4B;
}
</style>