Shades of Go Ben #766A48
Tints of Go Ben #766A48
RGB
CMYK
RGB Variations
Color information
#766A48 (or 0x766A48) is known color: Go Ben. HEX triplet: 76, 6A and 48. RGB value is (118,106,72). Sum of RGB (Red+Green+Blue) = 118+106+72=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #766A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A48 is #8995B7. Grayscale: #696969. Windows color (decimal): -9016760 or 4745846. OLE color: 4745846.
HSL color Cylindrical-coordinate representation of color #766A48: hue angle of 44.35º 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 #766A48 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 72 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.54 |
| HSL | 44.35º | 0.24% | 0.37% | - |
| HSV(B) | 44.35º | 0.39% | 0.46% | - |
| XYZ | 13.79 | 14.63 | 8.23 | - |
| YUV | 105.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 72 | 0 | 0.10 | 0.39 | 0.54 | 44.35 | 0.24 | 0.37 |
| Hex | 76 | 6A | 48 | 0 | A | 27 | 36 | 2C | 18 | 25 |
| Octal | 166 | 152 | 110 | 0 | 12 | 47 | 66 | 54 | 30 | 45 |
| Binary | 1110110 | 1101010 | 1001000 | 0 | 1010 | 100111 | 110110 | 101100 | 11000 | 100101 |
Color Harmonies of #766A48
Complementary color
Monochromatic Colors of #766A48
Black with #766A48
Text Example
Text Example
White with #766A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A48; }
p { color: rgb(118,106,72); }
H1.HeaderClassName
{
color: #766A48;
}
.AnyTagClassName
{
color: #766A48;
}
</style>
background-color css
<style>
a { background-color: #766A48; }
a { background-color: rgb(118,106,72); }
div.DivClassName
{
background-color: #766A48;
}
.BgClassName
{
background-color: #766A48;
}
</style>
border-color css
<style>
span { border-color: #766A48; }
span { border-color: rgb(118,106,72); }
td.TdClassName
{
border-color: #766A48;
}
.TagClassName
{
border-color: #766A48;
}
</style>