Shades of Go Ben #797645
Tints of Go Ben #797645
RGB
CMYK
RGB Variations
Color information
#797645 (or 0x797645) is known color: Go Ben. HEX triplet: 79, 76 and 45. RGB value is (121,118,69). Sum of RGB (Red+Green+Blue) = 121+118+69=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #797645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797645 is #8689BA. Grayscale: #717171. Windows color (decimal): -8817083 or 4552313. OLE color: 4552313.
HSL color Cylindrical-coordinate representation of color #797645: hue angle of 56.54º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #797645 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 69 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.53 |
| HSL | 56.54º | 0.27% | 0.37% | - |
| HSV(B) | 56.54º | 0.43% | 0.47% | - |
| XYZ | 15.44 | 17.45 | 8.19 | - |
| YUV | 113.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 69 | 0 | 0.02 | 0.43 | 0.53 | 56.54 | 0.27 | 0.37 |
| Hex | 79 | 76 | 45 | 0 | 2 | 2B | 35 | 39 | 1B | 25 |
| Octal | 171 | 166 | 105 | 0 | 2 | 53 | 65 | 71 | 33 | 45 |
| Binary | 1111001 | 1110110 | 1000101 | 0 | 10 | 101011 | 110101 | 111001 | 11011 | 100101 |
Color Harmonies of #797645
Complementary color
Monochromatic Colors of #797645
Black with #797645
Text Example
Text Example
White with #797645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797645; }
p { color: rgb(121,118,69); }
H1.HeaderClassName
{
color: #797645;
}
.AnyTagClassName
{
color: #797645;
}
</style>
background-color css
<style>
a { background-color: #797645; }
a { background-color: rgb(121,118,69); }
div.DivClassName
{
background-color: #797645;
}
.BgClassName
{
background-color: #797645;
}
</style>
border-color css
<style>
span { border-color: #797645; }
span { border-color: rgb(121,118,69); }
td.TdClassName
{
border-color: #797645;
}
.TagClassName
{
border-color: #797645;
}
</style>