Shades of Go Ben #81784A
Tints of Go Ben #81784A
RGB
CMYK
RGB Variations
Color information
#81784A (or 0x81784A) is known color: Go Ben. HEX triplet: 81, 78 and 4A. RGB value is (129,120,74). Sum of RGB (Red+Green+Blue) = 129+120+74=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #81784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81784A is #7E87B5. Grayscale: #757575. Windows color (decimal): -8292278 or 4880513. OLE color: 4880513.
HSL color Cylindrical-coordinate representation of color #81784A: hue angle of 50.18º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81784A is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 74 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.49 |
| HSL | 50.18º | 0.27% | 0.4% | - |
| HSV(B) | 50.18º | 0.43% | 0.51% | - |
| XYZ | 17.01 | 18.59 | 9.17 | - |
| YUV | 117.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 74 | 0 | 0.07 | 0.43 | 0.49 | 50.18 | 0.27 | 0.4 |
| Hex | 81 | 78 | 4A | 0 | 7 | 2B | 31 | 32 | 1B | 28 |
| Octal | 201 | 170 | 112 | 0 | 7 | 53 | 61 | 62 | 33 | 50 |
| Binary | 10000001 | 1111000 | 1001010 | 0 | 111 | 101011 | 110001 | 110010 | 11011 | 101000 |
Color Harmonies of #81784A
Complementary color
Monochromatic Colors of #81784A
Black with #81784A
Text Example
Text Example
White with #81784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81784A; }
p { color: rgb(129,120,74); }
H1.HeaderClassName
{
color: #81784A;
}
.AnyTagClassName
{
color: #81784A;
}
</style>
background-color css
<style>
a { background-color: #81784A; }
a { background-color: rgb(129,120,74); }
div.DivClassName
{
background-color: #81784A;
}
.BgClassName
{
background-color: #81784A;
}
</style>
border-color css
<style>
span { border-color: #81784A; }
span { border-color: rgb(129,120,74); }
td.TdClassName
{
border-color: #81784A;
}
.TagClassName
{
border-color: #81784A;
}
</style>