Shades of Go Ben #81784C
Tints of Go Ben #81784C
RGB
CMYK
RGB Variations
Color information
#81784C (or 0x81784C) is known color: Go Ben. HEX triplet: 81, 78 and 4C. RGB value is (129,120,76). Sum of RGB (Red+Green+Blue) = 129+120+76=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #81784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81784C is #7E87B3. Grayscale: #757575. Windows color (decimal): -8292276 or 5011585. OLE color: 5011585.
HSL color Cylindrical-coordinate representation of color #81784C: hue angle of 49.81º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81784C is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 76 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.49 |
| HSL | 49.81º | 0.26% | 0.4% | - |
| HSV(B) | 49.81º | 0.41% | 0.51% | - |
| XYZ | 17.07 | 18.62 | 9.53 | - |
| YUV | 117.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 76 | 0 | 0.07 | 0.41 | 0.49 | 49.81 | 0.26 | 0.4 |
| Hex | 81 | 78 | 4C | 0 | 7 | 29 | 31 | 32 | 1A | 28 |
| Octal | 201 | 170 | 114 | 0 | 7 | 51 | 61 | 62 | 32 | 50 |
| Binary | 10000001 | 1111000 | 1001100 | 0 | 111 | 101001 | 110001 | 110010 | 11010 | 101000 |
Color Harmonies of #81784C
Complementary color
Monochromatic Colors of #81784C
Black with #81784C
Text Example
Text Example
White with #81784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81784C; }
p { color: rgb(129,120,76); }
H1.HeaderClassName
{
color: #81784C;
}
.AnyTagClassName
{
color: #81784C;
}
</style>
background-color css
<style>
a { background-color: #81784C; }
a { background-color: rgb(129,120,76); }
div.DivClassName
{
background-color: #81784C;
}
.BgClassName
{
background-color: #81784C;
}
</style>
border-color css
<style>
span { border-color: #81784C; }
span { border-color: rgb(129,120,76); }
td.TdClassName
{
border-color: #81784C;
}
.TagClassName
{
border-color: #81784C;
}
</style>