Shades of Go Ben #7D6F3C
Tints of Go Ben #7D6F3C
RGB
CMYK
RGB Variations
Color information
#7D6F3C (or 0x7D6F3C) is known color: Go Ben. HEX triplet: 7D, 6F and 3C. RGB value is (125,111,60). Sum of RGB (Red+Green+Blue) = 125+111+60=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6F3C is #8290C3. Grayscale: #6D6D6D. Windows color (decimal): -8556740 or 3960701. OLE color: 3960701.
HSL color Cylindrical-coordinate representation of color #7D6F3C: hue angle of 47.08º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D6F3C is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 60 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.51 |
| HSL | 47.08º | 0.35% | 0.36% | - |
| HSV(B) | 47.08º | 0.52% | 0.49% | - |
| XYZ | 14.96 | 16.06 | 6.59 | - |
| YUV | 109.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 60 | 0 | 0.11 | 0.52 | 0.51 | 47.08 | 0.35 | 0.36 |
| Hex | 7D | 6F | 3C | 0 | B | 34 | 33 | 2F | 23 | 24 |
| Octal | 175 | 157 | 74 | 0 | 13 | 64 | 63 | 57 | 43 | 44 |
| Binary | 1111101 | 1101111 | 111100 | 0 | 1011 | 110100 | 110011 | 101111 | 100011 | 100100 |
Color Harmonies of #7D6F3C
Complementary color
Monochromatic Colors of #7D6F3C
Black with #7D6F3C
Text Example
Text Example
White with #7D6F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F3C; }
p { color: rgb(125,111,60); }
H1.HeaderClassName
{
color: #7D6F3C;
}
.AnyTagClassName
{
color: #7D6F3C;
}
</style>
background-color css
<style>
a { background-color: #7D6F3C; }
a { background-color: rgb(125,111,60); }
div.DivClassName
{
background-color: #7D6F3C;
}
.BgClassName
{
background-color: #7D6F3C;
}
</style>
border-color css
<style>
span { border-color: #7D6F3C; }
span { border-color: rgb(125,111,60); }
td.TdClassName
{
border-color: #7D6F3C;
}
.TagClassName
{
border-color: #7D6F3C;
}
</style>