Shades of Go Ben #767342
Tints of Go Ben #767342
RGB
CMYK
RGB Variations
Color information
#767342 (or 0x767342) is known color: Go Ben. HEX triplet: 76, 73 and 42. RGB value is (118,115,66). Sum of RGB (Red+Green+Blue) = 118+115+66=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #767342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767342 is #898CBD. Grayscale: #6E6E6E. Windows color (decimal): -9014462 or 4354934. OLE color: 4354934.
HSL color Cylindrical-coordinate representation of color #767342: hue angle of 56.54º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767342 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 66 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.54 |
| HSL | 56.54º | 0.28% | 0.36% | - |
| HSV(B) | 56.54º | 0.44% | 0.46% | - |
| XYZ | 14.59 | 16.51 | 7.57 | - |
| YUV | 110.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 66 | 0 | 0.03 | 0.44 | 0.54 | 56.54 | 0.28 | 0.36 |
| Hex | 76 | 73 | 42 | 0 | 3 | 2C | 36 | 39 | 1C | 24 |
| Octal | 166 | 163 | 102 | 0 | 3 | 54 | 66 | 71 | 34 | 44 |
| Binary | 1110110 | 1110011 | 1000010 | 0 | 11 | 101100 | 110110 | 111001 | 11100 | 100100 |
Color Harmonies of #767342
Complementary color
Monochromatic Colors of #767342
Black with #767342
Text Example
Text Example
White with #767342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767342; }
p { color: rgb(118,115,66); }
H1.HeaderClassName
{
color: #767342;
}
.AnyTagClassName
{
color: #767342;
}
</style>
background-color css
<style>
a { background-color: #767342; }
a { background-color: rgb(118,115,66); }
div.DivClassName
{
background-color: #767342;
}
.BgClassName
{
background-color: #767342;
}
</style>
border-color css
<style>
span { border-color: #767342; }
span { border-color: rgb(118,115,66); }
td.TdClassName
{
border-color: #767342;
}
.TagClassName
{
border-color: #767342;
}
</style>