Shades of Go Ben #766B4B
Tints of Go Ben #766B4B
RGB
CMYK
RGB Variations
Color information
#766B4B (or 0x766B4B) is known color: Go Ben. HEX triplet: 76, 6B and 4B. RGB value is (118,107,75). Sum of RGB (Red+Green+Blue) = 118+107+75=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #766B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B4B is #8994B4. Grayscale: #6A6A6A. Windows color (decimal): -9016501 or 4942710. OLE color: 4942710.
HSL color Cylindrical-coordinate representation of color #766B4B: hue angle of 44.65º 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 #766B4B is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 75 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.54 |
| HSL | 44.65º | 0.22% | 0.38% | - |
| HSV(B) | 44.65º | 0.36% | 0.46% | - |
| XYZ | 14 | 14.87 | 8.79 | - |
| YUV | 106.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 75 | 0 | 0.09 | 0.36 | 0.54 | 44.65 | 0.22 | 0.38 |
| Hex | 76 | 6B | 4B | 0 | 9 | 24 | 36 | 2D | 16 | 26 |
| Octal | 166 | 153 | 113 | 0 | 11 | 44 | 66 | 55 | 26 | 46 |
| Binary | 1110110 | 1101011 | 1001011 | 0 | 1001 | 100100 | 110110 | 101101 | 10110 | 100110 |
Color Harmonies of #766B4B
Complementary color
Monochromatic Colors of #766B4B
Black with #766B4B
Text Example
Text Example
White with #766B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B4B; }
p { color: rgb(118,107,75); }
H1.HeaderClassName
{
color: #766B4B;
}
.AnyTagClassName
{
color: #766B4B;
}
</style>
background-color css
<style>
a { background-color: #766B4B; }
a { background-color: rgb(118,107,75); }
div.DivClassName
{
background-color: #766B4B;
}
.BgClassName
{
background-color: #766B4B;
}
</style>
border-color css
<style>
span { border-color: #766B4B; }
span { border-color: rgb(118,107,75); }
td.TdClassName
{
border-color: #766B4B;
}
.TagClassName
{
border-color: #766B4B;
}
</style>