Shades of Go Ben #767143
Tints of Go Ben #767143
RGB
CMYK
RGB Variations
Color information
#767143 (or 0x767143) is known color: Go Ben. HEX triplet: 76, 71 and 43. RGB value is (118,113,67). Sum of RGB (Red+Green+Blue) = 118+113+67=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #767143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767143 is #898EBC. Grayscale: #6D6D6D. Windows color (decimal): -9014973 or 4419958. OLE color: 4419958.
HSL color Cylindrical-coordinate representation of color #767143: hue angle of 54.12º 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 #767143 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 67 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.54 |
| HSL | 54.12º | 0.28% | 0.36% | - |
| HSV(B) | 54.12º | 0.43% | 0.46% | - |
| XYZ | 14.39 | 16.07 | 7.65 | - |
| YUV | 109.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 67 | 0 | 0.04 | 0.43 | 0.54 | 54.12 | 0.28 | 0.36 |
| Hex | 76 | 71 | 43 | 0 | 4 | 2B | 36 | 36 | 1C | 24 |
| Octal | 166 | 161 | 103 | 0 | 4 | 53 | 66 | 66 | 34 | 44 |
| Binary | 1110110 | 1110001 | 1000011 | 0 | 100 | 101011 | 110110 | 110110 | 11100 | 100100 |
Color Harmonies of #767143
Complementary color
Monochromatic Colors of #767143
Black with #767143
Text Example
Text Example
White with #767143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767143; }
p { color: rgb(118,113,67); }
H1.HeaderClassName
{
color: #767143;
}
.AnyTagClassName
{
color: #767143;
}
</style>
background-color css
<style>
a { background-color: #767143; }
a { background-color: rgb(118,113,67); }
div.DivClassName
{
background-color: #767143;
}
.BgClassName
{
background-color: #767143;
}
</style>
border-color css
<style>
span { border-color: #767143; }
span { border-color: rgb(118,113,67); }
td.TdClassName
{
border-color: #767143;
}
.TagClassName
{
border-color: #767143;
}
</style>