Shades of Go Ben #7C6F4F
Tints of Go Ben #7C6F4F
RGB
CMYK
RGB Variations
Color information
#7C6F4F (or 0x7C6F4F) is known color: Go Ben. HEX triplet: 7C, 6F and 4F. RGB value is (124,111,79). Sum of RGB (Red+Green+Blue) = 124+111+79=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F4F is #8390B0. Grayscale: #6F6F6F. Windows color (decimal): -8622257 or 5205884. OLE color: 5205884.
HSL color Cylindrical-coordinate representation of color #7C6F4F: hue angle of 42.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C6F4F is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 111 | 79 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.51 |
| HSL | 42.67º | 0.22% | 0.4% | - |
| HSV(B) | 42.67º | 0.36% | 0.49% | - |
| XYZ | 15.41 | 16.22 | 9.72 | - |
| YUV | 111.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 79 | 0 | 0.10 | 0.36 | 0.51 | 42.67 | 0.22 | 0.4 |
| Hex | 7C | 6F | 4F | 0 | A | 24 | 33 | 2B | 16 | 28 |
| Octal | 174 | 157 | 117 | 0 | 12 | 44 | 63 | 53 | 26 | 50 |
| Binary | 1111100 | 1101111 | 1001111 | 0 | 1010 | 100100 | 110011 | 101011 | 10110 | 101000 |
Color Harmonies of #7C6F4F
Complementary color
Monochromatic Colors of #7C6F4F
Black with #7C6F4F
Text Example
Text Example
White with #7C6F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F4F; }
p { color: rgb(124,111,79); }
H1.HeaderClassName
{
color: #7C6F4F;
}
.AnyTagClassName
{
color: #7C6F4F;
}
</style>
background-color css
<style>
a { background-color: #7C6F4F; }
a { background-color: rgb(124,111,79); }
div.DivClassName
{
background-color: #7C6F4F;
}
.BgClassName
{
background-color: #7C6F4F;
}
</style>
border-color css
<style>
span { border-color: #7C6F4F; }
span { border-color: rgb(124,111,79); }
td.TdClassName
{
border-color: #7C6F4F;
}
.TagClassName
{
border-color: #7C6F4F;
}
</style>