Shades of Go Ben #82764B
Tints of Go Ben #82764B
RGB
CMYK
RGB Variations
Color information
#82764B (or 0x82764B) is known color: Go Ben. HEX triplet: 82, 76 and 4B. RGB value is (130,118,75). Sum of RGB (Red+Green+Blue) = 130+118+75=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82764B is #7D89B4. Grayscale: #747474. Windows color (decimal): -8227253 or 4945538. OLE color: 4945538.
HSL color Cylindrical-coordinate representation of color #82764B: hue angle of 46.91º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82764B is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 75 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.49 |
| HSL | 46.91º | 0.27% | 0.4% | - |
| HSV(B) | 46.91º | 0.42% | 0.51% | - |
| XYZ | 16.95 | 18.21 | 9.28 | - |
| YUV | 116.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 75 | 0 | 0.09 | 0.42 | 0.49 | 46.91 | 0.27 | 0.4 |
| Hex | 82 | 76 | 4B | 0 | 9 | 2A | 31 | 2F | 1B | 28 |
| Octal | 202 | 166 | 113 | 0 | 11 | 52 | 61 | 57 | 33 | 50 |
| Binary | 10000010 | 1110110 | 1001011 | 0 | 1001 | 101010 | 110001 | 101111 | 11011 | 101000 |
Color Harmonies of #82764B
Complementary color
Monochromatic Colors of #82764B
Black with #82764B
Text Example
Text Example
White with #82764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82764B; }
p { color: rgb(130,118,75); }
H1.HeaderClassName
{
color: #82764B;
}
.AnyTagClassName
{
color: #82764B;
}
</style>
background-color css
<style>
a { background-color: #82764B; }
a { background-color: rgb(130,118,75); }
div.DivClassName
{
background-color: #82764B;
}
.BgClassName
{
background-color: #82764B;
}
</style>
border-color css
<style>
span { border-color: #82764B; }
span { border-color: rgb(130,118,75); }
td.TdClassName
{
border-color: #82764B;
}
.TagClassName
{
border-color: #82764B;
}
</style>