Shades of Gumbo #748A86
Tints of Gumbo #748A86
RGB
CMYK
RGB Variations
Color information
#748A86 (or 0x748A86) is known color: Gumbo. HEX triplet: 74, 8A and 86. RGB value is (116,138,134). Sum of RGB (Red+Green+Blue) = 116+138+134=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 138 - color contains mainly: green. Hex color #748A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A86 is #8B7579. Grayscale: #828282. Windows color (decimal): -9139578 or 8817268. OLE color: 8817268.
HSL color Cylindrical-coordinate representation of color #748A86: hue angle of 169.09º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #748A86 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 134 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.46 |
| HSL | 169.09º | 0.09% | 0.5% | - |
| HSV(B) | 169.09º | 0.16% | 0.54% | - |
| XYZ | 20.59 | 23.61 | 26.03 | - |
| YUV | 130.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 134 | 0.16 | 0 | 0.03 | 0.46 | 169.09 | 0.09 | 0.5 |
| Hex | 74 | 8A | 86 | 10 | 0 | 3 | 2E | A9 | 9 | 32 |
| Octal | 164 | 212 | 206 | 20 | 0 | 3 | 56 | 251 | 11 | 62 |
| Binary | 1110100 | 10001010 | 10000110 | 10000 | 0 | 11 | 101110 | 10101001 | 1001 | 110010 |
Color Harmonies of #748A86
Complementary color
Monochromatic Colors of #748A86
Black with #748A86
Text Example
Text Example
White with #748A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A86; }
p { color: rgb(116,138,134); }
H1.HeaderClassName
{
color: #748A86;
}
.AnyTagClassName
{
color: #748A86;
}
</style>
background-color css
<style>
a { background-color: #748A86; }
a { background-color: rgb(116,138,134); }
div.DivClassName
{
background-color: #748A86;
}
.BgClassName
{
background-color: #748A86;
}
</style>
border-color css
<style>
span { border-color: #748A86; }
span { border-color: rgb(116,138,134); }
td.TdClassName
{
border-color: #748A86;
}
.TagClassName
{
border-color: #748A86;
}
</style>