Shades of Go Ben #7F7544
Tints of Go Ben #7F7544
RGB
CMYK
RGB Variations
Color information
#7F7544 (or 0x7F7544) is known color: Go Ben. HEX triplet: 7F, 75 and 44. RGB value is (127,117,68). Sum of RGB (Red+Green+Blue) = 127+117+68=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7544 is #808ABB. Grayscale: #727272. Windows color (decimal): -8424124 or 4486527. OLE color: 4486527.
HSL color Cylindrical-coordinate representation of color #7F7544: hue angle of 49.83º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F7544 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 68 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.50 |
| HSL | 49.83º | 0.3% | 0.38% | - |
| HSV(B) | 49.83º | 0.46% | 0.5% | - |
| XYZ | 16.16 | 17.65 | 8.02 | - |
| YUV | 114.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 68 | 0 | 0.08 | 0.46 | 0.50 | 49.83 | 0.3 | 0.38 |
| Hex | 7F | 75 | 44 | 0 | 8 | 2E | 32 | 32 | 1E | 26 |
| Octal | 177 | 165 | 104 | 0 | 10 | 56 | 62 | 62 | 36 | 46 |
| Binary | 1111111 | 1110101 | 1000100 | 0 | 1000 | 101110 | 110010 | 110010 | 11110 | 100110 |
Color Harmonies of #7F7544
Complementary color
Monochromatic Colors of #7F7544
Black with #7F7544
Text Example
Text Example
White with #7F7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7544; }
p { color: rgb(127,117,68); }
H1.HeaderClassName
{
color: #7F7544;
}
.AnyTagClassName
{
color: #7F7544;
}
</style>
background-color css
<style>
a { background-color: #7F7544; }
a { background-color: rgb(127,117,68); }
div.DivClassName
{
background-color: #7F7544;
}
.BgClassName
{
background-color: #7F7544;
}
</style>
border-color css
<style>
span { border-color: #7F7544; }
span { border-color: rgb(127,117,68); }
td.TdClassName
{
border-color: #7F7544;
}
.TagClassName
{
border-color: #7F7544;
}
</style>