Shades of Go Ben #767348
Tints of Go Ben #767348
RGB
CMYK
RGB Variations
Color information
#767348 (or 0x767348) is known color: Go Ben. HEX triplet: 76, 73 and 48. RGB value is (118,115,72). Sum of RGB (Red+Green+Blue) = 118+115+72=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #767348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767348 is #898CB7. Grayscale: #6F6F6F. Windows color (decimal): -9014456 or 4748150. OLE color: 4748150.
HSL color Cylindrical-coordinate representation of color #767348: hue angle of 56.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767348 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 72 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.54 |
| HSL | 56.09º | 0.24% | 0.37% | - |
| HSV(B) | 56.09º | 0.39% | 0.46% | - |
| XYZ | 14.77 | 16.58 | 8.55 | - |
| YUV | 111 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 72 | 0 | 0.03 | 0.39 | 0.54 | 56.09 | 0.24 | 0.37 |
| Hex | 76 | 73 | 48 | 0 | 3 | 27 | 36 | 38 | 18 | 25 |
| Octal | 166 | 163 | 110 | 0 | 3 | 47 | 66 | 70 | 30 | 45 |
| Binary | 1110110 | 1110011 | 1001000 | 0 | 11 | 100111 | 110110 | 111000 | 11000 | 100101 |
Color Harmonies of #767348
Complementary color
Monochromatic Colors of #767348
Black with #767348
Text Example
Text Example
White with #767348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767348; }
p { color: rgb(118,115,72); }
H1.HeaderClassName
{
color: #767348;
}
.AnyTagClassName
{
color: #767348;
}
</style>
background-color css
<style>
a { background-color: #767348; }
a { background-color: rgb(118,115,72); }
div.DivClassName
{
background-color: #767348;
}
.BgClassName
{
background-color: #767348;
}
</style>
border-color css
<style>
span { border-color: #767348; }
span { border-color: rgb(118,115,72); }
td.TdClassName
{
border-color: #767348;
}
.TagClassName
{
border-color: #767348;
}
</style>