Shades of Go Ben #766D48
Tints of Go Ben #766D48
RGB
CMYK
RGB Variations
Color information
#766D48 (or 0x766D48) is known color: Go Ben. HEX triplet: 76, 6D and 48. RGB value is (118,109,72). Sum of RGB (Red+Green+Blue) = 118+109+72=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #766D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D48 is #8992B7. Grayscale: #6B6B6B. Windows color (decimal): -9015992 or 4746614. OLE color: 4746614.
HSL color Cylindrical-coordinate representation of color #766D48: hue angle of 48.26º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766D48 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 72 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.54 |
| HSL | 48.26º | 0.24% | 0.37% | - |
| HSV(B) | 48.26º | 0.39% | 0.46% | - |
| XYZ | 14.11 | 15.26 | 8.33 | - |
| YUV | 107.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 72 | 0 | 0.08 | 0.39 | 0.54 | 48.26 | 0.24 | 0.37 |
| Hex | 76 | 6D | 48 | 0 | 8 | 27 | 36 | 30 | 18 | 25 |
| Octal | 166 | 155 | 110 | 0 | 10 | 47 | 66 | 60 | 30 | 45 |
| Binary | 1110110 | 1101101 | 1001000 | 0 | 1000 | 100111 | 110110 | 110000 | 11000 | 100101 |
Color Harmonies of #766D48
Complementary color
Monochromatic Colors of #766D48
Black with #766D48
Text Example
Text Example
White with #766D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D48; }
p { color: rgb(118,109,72); }
H1.HeaderClassName
{
color: #766D48;
}
.AnyTagClassName
{
color: #766D48;
}
</style>
background-color css
<style>
a { background-color: #766D48; }
a { background-color: rgb(118,109,72); }
div.DivClassName
{
background-color: #766D48;
}
.BgClassName
{
background-color: #766D48;
}
</style>
border-color css
<style>
span { border-color: #766D48; }
span { border-color: rgb(118,109,72); }
td.TdClassName
{
border-color: #766D48;
}
.TagClassName
{
border-color: #766D48;
}
</style>