Shades of Go Ben #756F3F
Tints of Go Ben #756F3F
RGB
CMYK
RGB Variations
Color information
#756F3F (or 0x756F3F) is known color: Go Ben. HEX triplet: 75, 6F and 3F. RGB value is (117,111,63). Sum of RGB (Red+Green+Blue) = 117+111+63=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #756F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F3F is #8A90C0. Grayscale: #6B6B6B. Windows color (decimal): -9081025 or 4157301. OLE color: 4157301.
HSL color Cylindrical-coordinate representation of color #756F3F: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #756F3F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 63 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.54 |
| HSL | 53.33º | 0.3% | 0.35% | - |
| HSV(B) | 53.33º | 0.46% | 0.46% | - |
| XYZ | 13.92 | 15.51 | 6.96 | - |
| YUV | 107.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 63 | 0 | 0.05 | 0.46 | 0.54 | 53.33 | 0.3 | 0.35 |
| Hex | 75 | 6F | 3F | 0 | 5 | 2E | 36 | 35 | 1E | 23 |
| Octal | 165 | 157 | 77 | 0 | 5 | 56 | 66 | 65 | 36 | 43 |
| Binary | 1110101 | 1101111 | 111111 | 0 | 101 | 101110 | 110110 | 110101 | 11110 | 100011 |
Color Harmonies of #756F3F
Complementary color
Monochromatic Colors of #756F3F
Black with #756F3F
Text Example
Text Example
White with #756F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F3F; }
p { color: rgb(117,111,63); }
H1.HeaderClassName
{
color: #756F3F;
}
.AnyTagClassName
{
color: #756F3F;
}
</style>
background-color css
<style>
a { background-color: #756F3F; }
a { background-color: rgb(117,111,63); }
div.DivClassName
{
background-color: #756F3F;
}
.BgClassName
{
background-color: #756F3F;
}
</style>
border-color css
<style>
span { border-color: #756F3F; }
span { border-color: rgb(117,111,63); }
td.TdClassName
{
border-color: #756F3F;
}
.TagClassName
{
border-color: #756F3F;
}
</style>