Shades of Gumbo #798985
Tints of Gumbo #798985
RGB
CMYK
RGB Variations
Color information
#798985 (or 0x798985) is known color: Gumbo. HEX triplet: 79, 89 and 85. RGB value is (121,137,133). Sum of RGB (Red+Green+Blue) = 121+137+133=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 137 - color contains mainly: green. Hex color #798985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798985 is #86767A. Grayscale: #838383. Windows color (decimal): -8812155 or 8751481. OLE color: 8751481.
HSL color Cylindrical-coordinate representation of color #798985: hue angle of 165º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798985 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 137 | 133 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.46 |
| HSL | 165º | 0.06% | 0.51% | - |
| HSV(B) | 165º | 0.12% | 0.54% | - |
| XYZ | 21.06 | 23.65 | 25.64 | - |
| YUV | 131.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 133 | 0.12 | 0 | 0.03 | 0.46 | 165 | 0.06 | 0.51 |
| Hex | 79 | 89 | 85 | C | 0 | 3 | 2E | A5 | 6 | 33 |
| Octal | 171 | 211 | 205 | 14 | 0 | 3 | 56 | 245 | 6 | 63 |
| Binary | 1111001 | 10001001 | 10000101 | 1100 | 0 | 11 | 101110 | 10100101 | 110 | 110011 |
Color Harmonies of #798985
Complementary color
Monochromatic Colors of #798985
Black with #798985
Text Example
Text Example
White with #798985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798985; }
p { color: rgb(121,137,133); }
H1.HeaderClassName
{
color: #798985;
}
.AnyTagClassName
{
color: #798985;
}
</style>
background-color css
<style>
a { background-color: #798985; }
a { background-color: rgb(121,137,133); }
div.DivClassName
{
background-color: #798985;
}
.BgClassName
{
background-color: #798985;
}
</style>
border-color css
<style>
span { border-color: #798985; }
span { border-color: rgb(121,137,133); }
td.TdClassName
{
border-color: #798985;
}
.TagClassName
{
border-color: #798985;
}
</style>