Shades of Gumbo #798B87
Tints of Gumbo #798B87
RGB
CMYK
RGB Variations
Color information
#798B87 (or 0x798B87) is known color: Gumbo. HEX triplet: 79, 8B and 87. RGB value is (121,139,135). Sum of RGB (Red+Green+Blue) = 121+139+135=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 139 - color contains mainly: green. Hex color #798B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B87 is #867478. Grayscale: #858585. Windows color (decimal): -8811641 or 8883065. OLE color: 8883065.
HSL color Cylindrical-coordinate representation of color #798B87: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #798B87 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 135 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.45 |
| HSL | 166.67º | 0.07% | 0.51% | - |
| HSV(B) | 166.67º | 0.13% | 0.55% | - |
| XYZ | 21.49 | 24.28 | 26.48 | - |
| YUV | 133.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 135 | 0.13 | 0 | 0.03 | 0.45 | 166.67 | 0.07 | 0.51 |
| Hex | 79 | 8B | 87 | D | 0 | 3 | 2D | A7 | 7 | 33 |
| Octal | 171 | 213 | 207 | 15 | 0 | 3 | 55 | 247 | 7 | 63 |
| Binary | 1111001 | 10001011 | 10000111 | 1101 | 0 | 11 | 101101 | 10100111 | 111 | 110011 |
Color Harmonies of #798B87
Complementary color
Monochromatic Colors of #798B87
Black with #798B87
Text Example
Text Example
White with #798B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B87; }
p { color: rgb(121,139,135); }
H1.HeaderClassName
{
color: #798B87;
}
.AnyTagClassName
{
color: #798B87;
}
</style>
background-color css
<style>
a { background-color: #798B87; }
a { background-color: rgb(121,139,135); }
div.DivClassName
{
background-color: #798B87;
}
.BgClassName
{
background-color: #798B87;
}
</style>
border-color css
<style>
span { border-color: #798B87; }
span { border-color: rgb(121,139,135); }
td.TdClassName
{
border-color: #798B87;
}
.TagClassName
{
border-color: #798B87;
}
</style>