Shades of Go Ben #767341
Tints of Go Ben #767341
RGB
CMYK
RGB Variations
Color information
#767341 (or 0x767341) is known color: Go Ben. HEX triplet: 76, 73 and 41. RGB value is (118,115,65). Sum of RGB (Red+Green+Blue) = 118+115+65=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #767341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767341 is #898CBE. Grayscale: #6E6E6E. Windows color (decimal): -9014463 or 4289398. OLE color: 4289398.
HSL color Cylindrical-coordinate representation of color #767341: hue angle of 56.6º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767341 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 65 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.54 |
| HSL | 56.6º | 0.29% | 0.36% | - |
| HSV(B) | 56.6º | 0.45% | 0.46% | - |
| XYZ | 14.56 | 16.49 | 7.42 | - |
| YUV | 110.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 65 | 0 | 0.03 | 0.45 | 0.54 | 56.6 | 0.29 | 0.36 |
| Hex | 76 | 73 | 41 | 0 | 3 | 2D | 36 | 39 | 1D | 24 |
| Octal | 166 | 163 | 101 | 0 | 3 | 55 | 66 | 71 | 35 | 44 |
| Binary | 1110110 | 1110011 | 1000001 | 0 | 11 | 101101 | 110110 | 111001 | 11101 | 100100 |
Color Harmonies of #767341
Complementary color
Monochromatic Colors of #767341
Black with #767341
Text Example
Text Example
White with #767341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767341; }
p { color: rgb(118,115,65); }
H1.HeaderClassName
{
color: #767341;
}
.AnyTagClassName
{
color: #767341;
}
</style>
background-color css
<style>
a { background-color: #767341; }
a { background-color: rgb(118,115,65); }
div.DivClassName
{
background-color: #767341;
}
.BgClassName
{
background-color: #767341;
}
</style>
border-color css
<style>
span { border-color: #767341; }
span { border-color: rgb(118,115,65); }
td.TdClassName
{
border-color: #767341;
}
.TagClassName
{
border-color: #767341;
}
</style>