Shades of Go Ben #7F7144
Tints of Go Ben #7F7144
RGB
CMYK
RGB Variations
Color information
#7F7144 (or 0x7F7144) is known color: Go Ben. HEX triplet: 7F, 71 and 44. RGB value is (127,113,68). Sum of RGB (Red+Green+Blue) = 127+113+68=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7144 is #808EBB. Grayscale: #707070. Windows color (decimal): -8425148 or 4485503. OLE color: 4485503.
HSL color Cylindrical-coordinate representation of color #7F7144: hue angle of 45.76º 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 #7F7144 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 68 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.50 |
| HSL | 45.76º | 0.3% | 0.38% | - |
| HSV(B) | 45.76º | 0.46% | 0.5% | - |
| XYZ | 15.7 | 16.74 | 7.87 | - |
| YUV | 112.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 68 | 0 | 0.11 | 0.46 | 0.50 | 45.76 | 0.3 | 0.38 |
| Hex | 7F | 71 | 44 | 0 | B | 2E | 32 | 2E | 1E | 26 |
| Octal | 177 | 161 | 104 | 0 | 13 | 56 | 62 | 56 | 36 | 46 |
| Binary | 1111111 | 1110001 | 1000100 | 0 | 1011 | 101110 | 110010 | 101110 | 11110 | 100110 |
Color Harmonies of #7F7144
Complementary color
Monochromatic Colors of #7F7144
Black with #7F7144
Text Example
Text Example
White with #7F7144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7144; }
p { color: rgb(127,113,68); }
H1.HeaderClassName
{
color: #7F7144;
}
.AnyTagClassName
{
color: #7F7144;
}
</style>
background-color css
<style>
a { background-color: #7F7144; }
a { background-color: rgb(127,113,68); }
div.DivClassName
{
background-color: #7F7144;
}
.BgClassName
{
background-color: #7F7144;
}
</style>
border-color css
<style>
span { border-color: #7F7144; }
span { border-color: rgb(127,113,68); }
td.TdClassName
{
border-color: #7F7144;
}
.TagClassName
{
border-color: #7F7144;
}
</style>