Shades of Go Ben #766B43
Tints of Go Ben #766B43
RGB
CMYK
RGB Variations
Color information
#766B43 (or 0x766B43) is known color: Go Ben. HEX triplet: 76, 6B and 43. RGB value is (118,107,67). Sum of RGB (Red+Green+Blue) = 118+107+67=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #766B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B43 is #8994BC. Grayscale: #696969. Windows color (decimal): -9016509 or 4418422. OLE color: 4418422.
HSL color Cylindrical-coordinate representation of color #766B43: hue angle of 47.06º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766B43 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 67 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.54 |
| HSL | 47.06º | 0.28% | 0.36% | - |
| HSV(B) | 47.06º | 0.43% | 0.46% | - |
| XYZ | 13.74 | 14.77 | 7.44 | - |
| YUV | 105.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 67 | 0 | 0.09 | 0.43 | 0.54 | 47.06 | 0.28 | 0.36 |
| Hex | 76 | 6B | 43 | 0 | 9 | 2B | 36 | 2F | 1C | 24 |
| Octal | 166 | 153 | 103 | 0 | 11 | 53 | 66 | 57 | 34 | 44 |
| Binary | 1110110 | 1101011 | 1000011 | 0 | 1001 | 101011 | 110110 | 101111 | 11100 | 100100 |
Color Harmonies of #766B43
Complementary color
Monochromatic Colors of #766B43
Black with #766B43
Text Example
Text Example
White with #766B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B43; }
p { color: rgb(118,107,67); }
H1.HeaderClassName
{
color: #766B43;
}
.AnyTagClassName
{
color: #766B43;
}
</style>
background-color css
<style>
a { background-color: #766B43; }
a { background-color: rgb(118,107,67); }
div.DivClassName
{
background-color: #766B43;
}
.BgClassName
{
background-color: #766B43;
}
</style>
border-color css
<style>
span { border-color: #766B43; }
span { border-color: rgb(118,107,67); }
td.TdClassName
{
border-color: #766B43;
}
.TagClassName
{
border-color: #766B43;
}
</style>