Shades of Go Ben #7F7044
Tints of Go Ben #7F7044
RGB
CMYK
RGB Variations
Color information
#7F7044 (or 0x7F7044) is known color: Go Ben. HEX triplet: 7F, 70 and 44. RGB value is (127,112,68). Sum of RGB (Red+Green+Blue) = 127+112+68=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7044 is #808FBB. Grayscale: #6F6F6F. Windows color (decimal): -8425404 or 4485247. OLE color: 4485247.
HSL color Cylindrical-coordinate representation of color #7F7044: hue angle of 44.75º 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 #7F7044 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 68 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.50 |
| HSL | 44.75º | 0.3% | 0.38% | - |
| HSV(B) | 44.75º | 0.46% | 0.5% | - |
| XYZ | 15.59 | 16.52 | 7.84 | - |
| YUV | 111.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 68 | 0 | 0.12 | 0.46 | 0.50 | 44.75 | 0.3 | 0.38 |
| Hex | 7F | 70 | 44 | 0 | C | 2E | 32 | 2D | 1E | 26 |
| Octal | 177 | 160 | 104 | 0 | 14 | 56 | 62 | 55 | 36 | 46 |
| Binary | 1111111 | 1110000 | 1000100 | 0 | 1100 | 101110 | 110010 | 101101 | 11110 | 100110 |
Color Harmonies of #7F7044
Complementary color
Monochromatic Colors of #7F7044
Black with #7F7044
Text Example
Text Example
White with #7F7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7044; }
p { color: rgb(127,112,68); }
H1.HeaderClassName
{
color: #7F7044;
}
.AnyTagClassName
{
color: #7F7044;
}
</style>
background-color css
<style>
a { background-color: #7F7044; }
a { background-color: rgb(127,112,68); }
div.DivClassName
{
background-color: #7F7044;
}
.BgClassName
{
background-color: #7F7044;
}
</style>
border-color css
<style>
span { border-color: #7F7044; }
span { border-color: rgb(127,112,68); }
td.TdClassName
{
border-color: #7F7044;
}
.TagClassName
{
border-color: #7F7044;
}
</style>