Shades of Go Ben #81784D
Tints of Go Ben #81784D
RGB
CMYK
RGB Variations
Color information
#81784D (or 0x81784D) is known color: Go Ben. HEX triplet: 81, 78 and 4D. RGB value is (129,120,77). Sum of RGB (Red+Green+Blue) = 129+120+77=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #81784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81784D is #7E87B2. Grayscale: #757575. Windows color (decimal): -8292275 or 5077121. OLE color: 5077121.
HSL color Cylindrical-coordinate representation of color #81784D: hue angle of 49.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81784D is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 77 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.49 |
| HSL | 49.62º | 0.25% | 0.4% | - |
| HSV(B) | 49.62º | 0.4% | 0.51% | - |
| XYZ | 17.11 | 18.64 | 9.72 | - |
| YUV | 117.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 77 | 0 | 0.07 | 0.40 | 0.49 | 49.62 | 0.25 | 0.4 |
| Hex | 81 | 78 | 4D | 0 | 7 | 28 | 31 | 32 | 19 | 28 |
| Octal | 201 | 170 | 115 | 0 | 7 | 50 | 61 | 62 | 31 | 50 |
| Binary | 10000001 | 1111000 | 1001101 | 0 | 111 | 101000 | 110001 | 110010 | 11001 | 101000 |
Color Harmonies of #81784D
Complementary color
Monochromatic Colors of #81784D
Black with #81784D
Text Example
Text Example
White with #81784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81784D; }
p { color: rgb(129,120,77); }
H1.HeaderClassName
{
color: #81784D;
}
.AnyTagClassName
{
color: #81784D;
}
</style>
background-color css
<style>
a { background-color: #81784D; }
a { background-color: rgb(129,120,77); }
div.DivClassName
{
background-color: #81784D;
}
.BgClassName
{
background-color: #81784D;
}
</style>
border-color css
<style>
span { border-color: #81784D; }
span { border-color: rgb(129,120,77); }
td.TdClassName
{
border-color: #81784D;
}
.TagClassName
{
border-color: #81784D;
}
</style>