Shades of Go Ben #767250
Tints of Go Ben #767250
RGB
CMYK
RGB Variations
Color information
#767250 (or 0x767250) is known color: Go Ben. HEX triplet: 76, 72 and 50. RGB value is (118,114,80). Sum of RGB (Red+Green+Blue) = 118+114+80=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #767250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767250 is #898DAF. Grayscale: #6F6F6F. Windows color (decimal): -9014704 or 5272182. OLE color: 5272182.
HSL color Cylindrical-coordinate representation of color #767250: hue angle of 53.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767250 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 80 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.54 |
| HSL | 53.68º | 0.19% | 0.39% | - |
| HSV(B) | 53.68º | 0.32% | 0.46% | - |
| XYZ | 14.94 | 16.47 | 9.98 | - |
| YUV | 111.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 80 | 0 | 0.03 | 0.32 | 0.54 | 53.68 | 0.19 | 0.39 |
| Hex | 76 | 72 | 50 | 0 | 3 | 20 | 36 | 36 | 13 | 27 |
| Octal | 166 | 162 | 120 | 0 | 3 | 40 | 66 | 66 | 23 | 47 |
| Binary | 1110110 | 1110010 | 1010000 | 0 | 11 | 100000 | 110110 | 110110 | 10011 | 100111 |
Color Harmonies of #767250
Complementary color
Monochromatic Colors of #767250
Black with #767250
Text Example
Text Example
White with #767250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767250; }
p { color: rgb(118,114,80); }
H1.HeaderClassName
{
color: #767250;
}
.AnyTagClassName
{
color: #767250;
}
</style>
background-color css
<style>
a { background-color: #767250; }
a { background-color: rgb(118,114,80); }
div.DivClassName
{
background-color: #767250;
}
.BgClassName
{
background-color: #767250;
}
</style>
border-color css
<style>
span { border-color: #767250; }
span { border-color: rgb(118,114,80); }
td.TdClassName
{
border-color: #767250;
}
.TagClassName
{
border-color: #767250;
}
</style>