Shades of Go Ben #7B7452
Tints of Go Ben #7B7452
RGB
CMYK
RGB Variations
Color information
#7B7452 (or 0x7B7452) is known color: Go Ben. HEX triplet: 7B, 74 and 52. RGB value is (123,116,82). Sum of RGB (Red+Green+Blue) = 123+116+82=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7452 is #848BAD. Grayscale: #727272. Windows color (decimal): -8686510 or 5403771. OLE color: 5403771.
HSL color Cylindrical-coordinate representation of color #7B7452: hue angle of 49.76º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B7452 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 82 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.52 |
| HSL | 49.76º | 0.2% | 0.4% | - |
| HSV(B) | 49.76º | 0.33% | 0.48% | - |
| XYZ | 15.94 | 17.31 | 10.48 | - |
| YUV | 114.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 82 | 0 | 0.06 | 0.33 | 0.52 | 49.76 | 0.2 | 0.4 |
| Hex | 7B | 74 | 52 | 0 | 6 | 21 | 34 | 32 | 14 | 28 |
| Octal | 173 | 164 | 122 | 0 | 6 | 41 | 64 | 62 | 24 | 50 |
| Binary | 1111011 | 1110100 | 1010010 | 0 | 110 | 100001 | 110100 | 110010 | 10100 | 101000 |
Color Harmonies of #7B7452
Complementary color
Monochromatic Colors of #7B7452
Black with #7B7452
Text Example
Text Example
White with #7B7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7452; }
p { color: rgb(123,116,82); }
H1.HeaderClassName
{
color: #7B7452;
}
.AnyTagClassName
{
color: #7B7452;
}
</style>
background-color css
<style>
a { background-color: #7B7452; }
a { background-color: rgb(123,116,82); }
div.DivClassName
{
background-color: #7B7452;
}
.BgClassName
{
background-color: #7B7452;
}
</style>
border-color css
<style>
span { border-color: #7B7452; }
span { border-color: rgb(123,116,82); }
td.TdClassName
{
border-color: #7B7452;
}
.TagClassName
{
border-color: #7B7452;
}
</style>