Shades of Go Ben #7F7547
Tints of Go Ben #7F7547
RGB
CMYK
RGB Variations
Color information
#7F7547 (or 0x7F7547) is known color: Go Ben. HEX triplet: 7F, 75 and 47. RGB value is (127,117,71). Sum of RGB (Red+Green+Blue) = 127+117+71=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7547 is #808AB8. Grayscale: #727272. Windows color (decimal): -8424121 or 4683135. OLE color: 4683135.
HSL color Cylindrical-coordinate representation of color #7F7547: hue angle of 49.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F7547 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 71 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.50 |
| HSL | 49.29º | 0.28% | 0.39% | - |
| HSV(B) | 49.29º | 0.44% | 0.5% | - |
| XYZ | 16.25 | 17.69 | 8.52 | - |
| YUV | 114.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 71 | 0 | 0.08 | 0.44 | 0.50 | 49.29 | 0.28 | 0.39 |
| Hex | 7F | 75 | 47 | 0 | 8 | 2C | 32 | 31 | 1C | 27 |
| Octal | 177 | 165 | 107 | 0 | 10 | 54 | 62 | 61 | 34 | 47 |
| Binary | 1111111 | 1110101 | 1000111 | 0 | 1000 | 101100 | 110010 | 110001 | 11100 | 100111 |
Color Harmonies of #7F7547
Complementary color
Monochromatic Colors of #7F7547
Black with #7F7547
Text Example
Text Example
White with #7F7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7547; }
p { color: rgb(127,117,71); }
H1.HeaderClassName
{
color: #7F7547;
}
.AnyTagClassName
{
color: #7F7547;
}
</style>
background-color css
<style>
a { background-color: #7F7547; }
a { background-color: rgb(127,117,71); }
div.DivClassName
{
background-color: #7F7547;
}
.BgClassName
{
background-color: #7F7547;
}
</style>
border-color css
<style>
span { border-color: #7F7547; }
span { border-color: rgb(127,117,71); }
td.TdClassName
{
border-color: #7F7547;
}
.TagClassName
{
border-color: #7F7547;
}
</style>