Shades of Gumbo #748F89
Tints of Gumbo #748F89
RGB
CMYK
RGB Variations
Color information
#748F89 (or 0x748F89) is known color: Gumbo. HEX triplet: 74, 8F and 89. RGB value is (116,143,137). Sum of RGB (Red+Green+Blue) = 116+143+137=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 143 - color contains mainly: green. Hex color #748F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F89 is #8B7076. Grayscale: #868686. Windows color (decimal): -9138295 or 9015156. OLE color: 9015156.
HSL color Cylindrical-coordinate representation of color #748F89: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748F89 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 137 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.44 |
| HSL | 166.67º | 0.11% | 0.51% | - |
| HSV(B) | 166.67º | 0.19% | 0.56% | - |
| XYZ | 21.54 | 25.16 | 27.39 | - |
| YUV | 134.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 137 | 0.19 | 0 | 0.04 | 0.44 | 166.67 | 0.11 | 0.51 |
| Hex | 74 | 8F | 89 | 13 | 0 | 4 | 2C | A7 | B | 33 |
| Octal | 164 | 217 | 211 | 23 | 0 | 4 | 54 | 247 | 13 | 63 |
| Binary | 1110100 | 10001111 | 10001001 | 10011 | 0 | 100 | 101100 | 10100111 | 1011 | 110011 |
Color Harmonies of #748F89
Complementary color
Monochromatic Colors of #748F89
Black with #748F89
Text Example
Text Example
White with #748F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F89; }
p { color: rgb(116,143,137); }
H1.HeaderClassName
{
color: #748F89;
}
.AnyTagClassName
{
color: #748F89;
}
</style>
background-color css
<style>
a { background-color: #748F89; }
a { background-color: rgb(116,143,137); }
div.DivClassName
{
background-color: #748F89;
}
.BgClassName
{
background-color: #748F89;
}
</style>
border-color css
<style>
span { border-color: #748F89; }
span { border-color: rgb(116,143,137); }
td.TdClassName
{
border-color: #748F89;
}
.TagClassName
{
border-color: #748F89;
}
</style>