Shades of Go Ben #766E4B
Tints of Go Ben #766E4B
RGB
CMYK
RGB Variations
Color information
#766E4B (or 0x766E4B) is known color: Go Ben. HEX triplet: 76, 6E and 4B. RGB value is (118,110,75). Sum of RGB (Red+Green+Blue) = 118+110+75=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E4B is #8991B4. Grayscale: #6C6C6C. Windows color (decimal): -9015733 or 4943478. OLE color: 4943478.
HSL color Cylindrical-coordinate representation of color #766E4B: hue angle of 48.84º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766E4B is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 75 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.54 |
| HSL | 48.84º | 0.22% | 0.38% | - |
| HSV(B) | 48.84º | 0.36% | 0.46% | - |
| XYZ | 14.32 | 15.51 | 8.9 | - |
| YUV | 108.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 75 | 0 | 0.07 | 0.36 | 0.54 | 48.84 | 0.22 | 0.38 |
| Hex | 76 | 6E | 4B | 0 | 7 | 24 | 36 | 31 | 16 | 26 |
| Octal | 166 | 156 | 113 | 0 | 7 | 44 | 66 | 61 | 26 | 46 |
| Binary | 1110110 | 1101110 | 1001011 | 0 | 111 | 100100 | 110110 | 110001 | 10110 | 100110 |
Color Harmonies of #766E4B
Complementary color
Monochromatic Colors of #766E4B
Black with #766E4B
Text Example
Text Example
White with #766E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E4B; }
p { color: rgb(118,110,75); }
H1.HeaderClassName
{
color: #766E4B;
}
.AnyTagClassName
{
color: #766E4B;
}
</style>
background-color css
<style>
a { background-color: #766E4B; }
a { background-color: rgb(118,110,75); }
div.DivClassName
{
background-color: #766E4B;
}
.BgClassName
{
background-color: #766E4B;
}
</style>
border-color css
<style>
span { border-color: #766E4B; }
span { border-color: rgb(118,110,75); }
td.TdClassName
{
border-color: #766E4B;
}
.TagClassName
{
border-color: #766E4B;
}
</style>