Shades of Go Ben #767443
Tints of Go Ben #767443
RGB
CMYK
RGB Variations
Color information
#767443 (or 0x767443) is known color: Go Ben. HEX triplet: 76, 74 and 43. RGB value is (118,116,67). Sum of RGB (Red+Green+Blue) = 118+116+67=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #767443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767443 is #898BBC. Grayscale: #6F6F6F. Windows color (decimal): -9014205 or 4420726. OLE color: 4420726.
HSL color Cylindrical-coordinate representation of color #767443: hue angle of 57.65º 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 #767443 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 67 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.54 |
| HSL | 57.65º | 0.28% | 0.36% | - |
| HSV(B) | 57.65º | 0.43% | 0.46% | - |
| XYZ | 14.73 | 16.75 | 7.77 | - |
| YUV | 111.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 67 | 0 | 0.02 | 0.43 | 0.54 | 57.65 | 0.28 | 0.36 |
| Hex | 76 | 74 | 43 | 0 | 2 | 2B | 36 | 3A | 1C | 24 |
| Octal | 166 | 164 | 103 | 0 | 2 | 53 | 66 | 72 | 34 | 44 |
| Binary | 1110110 | 1110100 | 1000011 | 0 | 10 | 101011 | 110110 | 111010 | 11100 | 100100 |
Color Harmonies of #767443
Complementary color
Monochromatic Colors of #767443
Black with #767443
Text Example
Text Example
White with #767443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767443; }
p { color: rgb(118,116,67); }
H1.HeaderClassName
{
color: #767443;
}
.AnyTagClassName
{
color: #767443;
}
</style>
background-color css
<style>
a { background-color: #767443; }
a { background-color: rgb(118,116,67); }
div.DivClassName
{
background-color: #767443;
}
.BgClassName
{
background-color: #767443;
}
</style>
border-color css
<style>
span { border-color: #767443; }
span { border-color: rgb(118,116,67); }
td.TdClassName
{
border-color: #767443;
}
.TagClassName
{
border-color: #767443;
}
</style>