Shades of Go Ben #766E42
Tints of Go Ben #766E42
RGB
CMYK
RGB Variations
Color information
#766E42 (or 0x766E42) is known color: Go Ben. HEX triplet: 76, 6E and 42. RGB value is (118,110,66). Sum of RGB (Red+Green+Blue) = 118+110+66=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #766E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E42 is #8991BD. Grayscale: #6B6B6B. Windows color (decimal): -9015742 or 4353654. OLE color: 4353654.
HSL color Cylindrical-coordinate representation of color #766E42: hue angle of 50.77º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766E42 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 66 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.54 |
| HSL | 50.77º | 0.28% | 0.36% | - |
| HSV(B) | 50.77º | 0.44% | 0.46% | - |
| XYZ | 14.03 | 15.4 | 7.39 | - |
| YUV | 107.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 66 | 0 | 0.07 | 0.44 | 0.54 | 50.77 | 0.28 | 0.36 |
| Hex | 76 | 6E | 42 | 0 | 7 | 2C | 36 | 33 | 1C | 24 |
| Octal | 166 | 156 | 102 | 0 | 7 | 54 | 66 | 63 | 34 | 44 |
| Binary | 1110110 | 1101110 | 1000010 | 0 | 111 | 101100 | 110110 | 110011 | 11100 | 100100 |
Color Harmonies of #766E42
Complementary color
Monochromatic Colors of #766E42
Black with #766E42
Text Example
Text Example
White with #766E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E42; }
p { color: rgb(118,110,66); }
H1.HeaderClassName
{
color: #766E42;
}
.AnyTagClassName
{
color: #766E42;
}
</style>
background-color css
<style>
a { background-color: #766E42; }
a { background-color: rgb(118,110,66); }
div.DivClassName
{
background-color: #766E42;
}
.BgClassName
{
background-color: #766E42;
}
</style>
border-color css
<style>
span { border-color: #766E42; }
span { border-color: rgb(118,110,66); }
td.TdClassName
{
border-color: #766E42;
}
.TagClassName
{
border-color: #766E42;
}
</style>