Shades of Go Ben #84784A
Tints of Go Ben #84784A
RGB
CMYK
RGB Variations
Color information
#84784A (or 0x84784A) is known color: Go Ben. HEX triplet: 84, 78 and 4A. RGB value is (132,120,74). Sum of RGB (Red+Green+Blue) = 132+120+74=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84784A is #7B87B5. Grayscale: #767676. Windows color (decimal): -8095670 or 4880516. OLE color: 4880516.
HSL color Cylindrical-coordinate representation of color #84784A: hue angle of 47.59º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84784A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 120 | 74 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.48 |
| HSL | 47.59º | 0.28% | 0.4% | - |
| HSV(B) | 47.59º | 0.44% | 0.52% | - |
| XYZ | 17.47 | 18.83 | 9.19 | - |
| YUV | 118.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 74 | 0 | 0.09 | 0.44 | 0.48 | 47.59 | 0.28 | 0.4 |
| Hex | 84 | 78 | 4A | 0 | 9 | 2C | 30 | 30 | 1C | 28 |
| Octal | 204 | 170 | 112 | 0 | 11 | 54 | 60 | 60 | 34 | 50 |
| Binary | 10000100 | 1111000 | 1001010 | 0 | 1001 | 101100 | 110000 | 110000 | 11100 | 101000 |
Color Harmonies of #84784A
Complementary color
Monochromatic Colors of #84784A
Black with #84784A
Text Example
Text Example
White with #84784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84784A; }
p { color: rgb(132,120,74); }
H1.HeaderClassName
{
color: #84784A;
}
.AnyTagClassName
{
color: #84784A;
}
</style>
background-color css
<style>
a { background-color: #84784A; }
a { background-color: rgb(132,120,74); }
div.DivClassName
{
background-color: #84784A;
}
.BgClassName
{
background-color: #84784A;
}
</style>
border-color css
<style>
span { border-color: #84784A; }
span { border-color: rgb(132,120,74); }
td.TdClassName
{
border-color: #84784A;
}
.TagClassName
{
border-color: #84784A;
}
</style>