Shades of Go Ben #7F7747
Tints of Go Ben #7F7747
RGB
CMYK
RGB Variations
Color information
#7F7747 (or 0x7F7747) is known color: Go Ben. HEX triplet: 7F, 77 and 47. RGB value is (127,119,71). Sum of RGB (Red+Green+Blue) = 127+119+71=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7747 is #8088B8. Grayscale: #747474. Windows color (decimal): -8423609 or 4683647. OLE color: 4683647.
HSL color Cylindrical-coordinate representation of color #7F7747: hue angle of 51.43º 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 #7F7747 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 119 | 71 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.50 |
| HSL | 51.43º | 0.28% | 0.39% | - |
| HSV(B) | 51.43º | 0.44% | 0.5% | - |
| XYZ | 16.49 | 18.16 | 8.6 | - |
| YUV | 115.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 71 | 0 | 0.06 | 0.44 | 0.50 | 51.43 | 0.28 | 0.39 |
| Hex | 7F | 77 | 47 | 0 | 6 | 2C | 32 | 33 | 1C | 27 |
| Octal | 177 | 167 | 107 | 0 | 6 | 54 | 62 | 63 | 34 | 47 |
| Binary | 1111111 | 1110111 | 1000111 | 0 | 110 | 101100 | 110010 | 110011 | 11100 | 100111 |
Color Harmonies of #7F7747
Complementary color
Monochromatic Colors of #7F7747
Black with #7F7747
Text Example
Text Example
White with #7F7747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7747; }
p { color: rgb(127,119,71); }
H1.HeaderClassName
{
color: #7F7747;
}
.AnyTagClassName
{
color: #7F7747;
}
</style>
background-color css
<style>
a { background-color: #7F7747; }
a { background-color: rgb(127,119,71); }
div.DivClassName
{
background-color: #7F7747;
}
.BgClassName
{
background-color: #7F7747;
}
</style>
border-color css
<style>
span { border-color: #7F7747; }
span { border-color: rgb(127,119,71); }
td.TdClassName
{
border-color: #7F7747;
}
.TagClassName
{
border-color: #7F7747;
}
</style>