Shades of Go Ben #7F7644
Tints of Go Ben #7F7644
RGB
CMYK
RGB Variations
Color information
#7F7644 (or 0x7F7644) is known color: Go Ben. HEX triplet: 7F, 76 and 44. RGB value is (127,118,68). Sum of RGB (Red+Green+Blue) = 127+118+68=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7644 is #8089BB. Grayscale: #737373. Windows color (decimal): -8423868 or 4486783. OLE color: 4486783.
HSL color Cylindrical-coordinate representation of color #7F7644: hue angle of 50.85º 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 #7F7644 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 68 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.50 |
| HSL | 50.85º | 0.3% | 0.38% | - |
| HSV(B) | 50.85º | 0.46% | 0.5% | - |
| XYZ | 16.27 | 17.89 | 8.06 | - |
| YUV | 114.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 68 | 0 | 0.07 | 0.46 | 0.50 | 50.85 | 0.3 | 0.38 |
| Hex | 7F | 76 | 44 | 0 | 7 | 2E | 32 | 33 | 1E | 26 |
| Octal | 177 | 166 | 104 | 0 | 7 | 56 | 62 | 63 | 36 | 46 |
| Binary | 1111111 | 1110110 | 1000100 | 0 | 111 | 101110 | 110010 | 110011 | 11110 | 100110 |
Color Harmonies of #7F7644
Complementary color
Monochromatic Colors of #7F7644
Black with #7F7644
Text Example
Text Example
White with #7F7644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7644; }
p { color: rgb(127,118,68); }
H1.HeaderClassName
{
color: #7F7644;
}
.AnyTagClassName
{
color: #7F7644;
}
</style>
background-color css
<style>
a { background-color: #7F7644; }
a { background-color: rgb(127,118,68); }
div.DivClassName
{
background-color: #7F7644;
}
.BgClassName
{
background-color: #7F7644;
}
</style>
border-color css
<style>
span { border-color: #7F7644; }
span { border-color: rgb(127,118,68); }
td.TdClassName
{
border-color: #7F7644;
}
.TagClassName
{
border-color: #7F7644;
}
</style>