Shades of Go Ben #7F7641
Tints of Go Ben #7F7641
RGB
CMYK
RGB Variations
Color information
#7F7641 (or 0x7F7641) is known color: Go Ben. HEX triplet: 7F, 76 and 41. RGB value is (127,118,65). Sum of RGB (Red+Green+Blue) = 127+118+65=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7641 is #8089BE. Grayscale: #727272. Windows color (decimal): -8423871 or 4290175. OLE color: 4290175.
HSL color Cylindrical-coordinate representation of color #7F7641: hue angle of 51.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F7641 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 65 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.50 |
| HSL | 51.29º | 0.32% | 0.38% | - |
| HSV(B) | 51.29º | 0.49% | 0.5% | - |
| XYZ | 16.18 | 17.85 | 7.59 | - |
| YUV | 114.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 65 | 0 | 0.07 | 0.49 | 0.50 | 51.29 | 0.32 | 0.38 |
| Hex | 7F | 76 | 41 | 0 | 7 | 31 | 32 | 33 | 20 | 26 |
| Octal | 177 | 166 | 101 | 0 | 7 | 61 | 62 | 63 | 40 | 46 |
| Binary | 1111111 | 1110110 | 1000001 | 0 | 111 | 110001 | 110010 | 110011 | 100000 | 100110 |
Color Harmonies of #7F7641
Complementary color
Monochromatic Colors of #7F7641
Black with #7F7641
Text Example
Text Example
White with #7F7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7641; }
p { color: rgb(127,118,65); }
H1.HeaderClassName
{
color: #7F7641;
}
.AnyTagClassName
{
color: #7F7641;
}
</style>
background-color css
<style>
a { background-color: #7F7641; }
a { background-color: rgb(127,118,65); }
div.DivClassName
{
background-color: #7F7641;
}
.BgClassName
{
background-color: #7F7641;
}
</style>
border-color css
<style>
span { border-color: #7F7641; }
span { border-color: rgb(127,118,65); }
td.TdClassName
{
border-color: #7F7641;
}
.TagClassName
{
border-color: #7F7641;
}
</style>