Shades of Go Ben #7F7546
Tints of Go Ben #7F7546
RGB
CMYK
RGB Variations
Color information
#7F7546 (or 0x7F7546) is known color: Go Ben. HEX triplet: 7F, 75 and 46. RGB value is (127,117,70). Sum of RGB (Red+Green+Blue) = 127+117+70=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7546 is #808AB9. Grayscale: #727272. Windows color (decimal): -8424122 or 4617599. OLE color: 4617599.
HSL color Cylindrical-coordinate representation of color #7F7546: hue angle of 49.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F7546 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 70 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.50 |
| HSL | 49.47º | 0.29% | 0.39% | - |
| HSV(B) | 49.47º | 0.45% | 0.5% | - |
| XYZ | 16.22 | 17.68 | 8.35 | - |
| YUV | 114.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 70 | 0 | 0.08 | 0.45 | 0.50 | 49.47 | 0.29 | 0.39 |
| Hex | 7F | 75 | 46 | 0 | 8 | 2D | 32 | 31 | 1D | 27 |
| Octal | 177 | 165 | 106 | 0 | 10 | 55 | 62 | 61 | 35 | 47 |
| Binary | 1111111 | 1110101 | 1000110 | 0 | 1000 | 101101 | 110010 | 110001 | 11101 | 100111 |
Color Harmonies of #7F7546
Complementary color
Monochromatic Colors of #7F7546
Black with #7F7546
Text Example
Text Example
White with #7F7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7546; }
p { color: rgb(127,117,70); }
H1.HeaderClassName
{
color: #7F7546;
}
.AnyTagClassName
{
color: #7F7546;
}
</style>
background-color css
<style>
a { background-color: #7F7546; }
a { background-color: rgb(127,117,70); }
div.DivClassName
{
background-color: #7F7546;
}
.BgClassName
{
background-color: #7F7546;
}
</style>
border-color css
<style>
span { border-color: #7F7546; }
span { border-color: rgb(127,117,70); }
td.TdClassName
{
border-color: #7F7546;
}
.TagClassName
{
border-color: #7F7546;
}
</style>