Shades of Go Ben #766A4B
Tints of Go Ben #766A4B
RGB
CMYK
RGB Variations
Color information
#766A4B (or 0x766A4B) is known color: Go Ben. HEX triplet: 76, 6A and 4B. RGB value is (118,106,75). Sum of RGB (Red+Green+Blue) = 118+106+75=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #766A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A4B is #8995B4. Grayscale: #6A6A6A. Windows color (decimal): -9016757 or 4942454. OLE color: 4942454.
HSL color Cylindrical-coordinate representation of color #766A4B: hue angle of 43.26º 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 #766A4B is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 75 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.54 |
| HSL | 43.26º | 0.22% | 0.38% | - |
| HSV(B) | 43.26º | 0.36% | 0.46% | - |
| XYZ | 13.9 | 14.67 | 8.76 | - |
| YUV | 106.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 75 | 0 | 0.10 | 0.36 | 0.54 | 43.26 | 0.22 | 0.38 |
| Hex | 76 | 6A | 4B | 0 | A | 24 | 36 | 2B | 16 | 26 |
| Octal | 166 | 152 | 113 | 0 | 12 | 44 | 66 | 53 | 26 | 46 |
| Binary | 1110110 | 1101010 | 1001011 | 0 | 1010 | 100100 | 110110 | 101011 | 10110 | 100110 |
Color Harmonies of #766A4B
Complementary color
Monochromatic Colors of #766A4B
Black with #766A4B
Text Example
Text Example
White with #766A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A4B; }
p { color: rgb(118,106,75); }
H1.HeaderClassName
{
color: #766A4B;
}
.AnyTagClassName
{
color: #766A4B;
}
</style>
background-color css
<style>
a { background-color: #766A4B; }
a { background-color: rgb(118,106,75); }
div.DivClassName
{
background-color: #766A4B;
}
.BgClassName
{
background-color: #766A4B;
}
</style>
border-color css
<style>
span { border-color: #766A4B; }
span { border-color: rgb(118,106,75); }
td.TdClassName
{
border-color: #766A4B;
}
.TagClassName
{
border-color: #766A4B;
}
</style>