Shades of Go Ben #766B4D
Tints of Go Ben #766B4D
RGB
CMYK
RGB Variations
Color information
#766B4D (or 0x766B4D) is known color: Go Ben. HEX triplet: 76, 6B and 4D. RGB value is (118,107,77). Sum of RGB (Red+Green+Blue) = 118+107+77=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B4D is #8994B2. Grayscale: #6B6B6B. Windows color (decimal): -9016499 or 5073782. OLE color: 5073782.
HSL color Cylindrical-coordinate representation of color #766B4D: hue angle of 43.9º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766B4D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 77 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.54 |
| HSL | 43.9º | 0.21% | 0.38% | - |
| HSV(B) | 43.9º | 0.35% | 0.46% | - |
| XYZ | 14.07 | 14.9 | 9.16 | - |
| YUV | 106.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 77 | 0 | 0.09 | 0.35 | 0.54 | 43.9 | 0.21 | 0.38 |
| Hex | 76 | 6B | 4D | 0 | 9 | 23 | 36 | 2C | 15 | 26 |
| Octal | 166 | 153 | 115 | 0 | 11 | 43 | 66 | 54 | 25 | 46 |
| Binary | 1110110 | 1101011 | 1001101 | 0 | 1001 | 100011 | 110110 | 101100 | 10101 | 100110 |
Color Harmonies of #766B4D
Complementary color
Monochromatic Colors of #766B4D
Black with #766B4D
Text Example
Text Example
White with #766B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B4D; }
p { color: rgb(118,107,77); }
H1.HeaderClassName
{
color: #766B4D;
}
.AnyTagClassName
{
color: #766B4D;
}
</style>
background-color css
<style>
a { background-color: #766B4D; }
a { background-color: rgb(118,107,77); }
div.DivClassName
{
background-color: #766B4D;
}
.BgClassName
{
background-color: #766B4D;
}
</style>
border-color css
<style>
span { border-color: #766B4D; }
span { border-color: rgb(118,107,77); }
td.TdClassName
{
border-color: #766B4D;
}
.TagClassName
{
border-color: #766B4D;
}
</style>