Shades of Go Ben #767248
Tints of Go Ben #767248
RGB
CMYK
RGB Variations
Color information
#767248 (or 0x767248) is known color: Go Ben. HEX triplet: 76, 72 and 48. RGB value is (118,114,72). Sum of RGB (Red+Green+Blue) = 118+114+72=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #767248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767248 is #898DB7. Grayscale: #6E6E6E. Windows color (decimal): -9014712 or 4747894. OLE color: 4747894.
HSL color Cylindrical-coordinate representation of color #767248: hue angle of 54.78º 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 #767248 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 72 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.54 |
| HSL | 54.78º | 0.24% | 0.37% | - |
| HSV(B) | 54.78º | 0.39% | 0.46% | - |
| XYZ | 14.66 | 16.35 | 8.51 | - |
| YUV | 110.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 72 | 0 | 0.03 | 0.39 | 0.54 | 54.78 | 0.24 | 0.37 |
| Hex | 76 | 72 | 48 | 0 | 3 | 27 | 36 | 37 | 18 | 25 |
| Octal | 166 | 162 | 110 | 0 | 3 | 47 | 66 | 67 | 30 | 45 |
| Binary | 1110110 | 1110010 | 1001000 | 0 | 11 | 100111 | 110110 | 110111 | 11000 | 100101 |
Color Harmonies of #767248
Complementary color
Monochromatic Colors of #767248
Black with #767248
Text Example
Text Example
White with #767248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767248; }
p { color: rgb(118,114,72); }
H1.HeaderClassName
{
color: #767248;
}
.AnyTagClassName
{
color: #767248;
}
</style>
background-color css
<style>
a { background-color: #767248; }
a { background-color: rgb(118,114,72); }
div.DivClassName
{
background-color: #767248;
}
.BgClassName
{
background-color: #767248;
}
</style>
border-color css
<style>
span { border-color: #767248; }
span { border-color: rgb(118,114,72); }
td.TdClassName
{
border-color: #767248;
}
.TagClassName
{
border-color: #767248;
}
</style>