Shades of Gumbo #748C89
Tints of Gumbo #748C89
RGB
CMYK
RGB Variations
Color information
#748C89 (or 0x748C89) is known color: Gumbo. HEX triplet: 74, 8C and 89. RGB value is (116,140,137). Sum of RGB (Red+Green+Blue) = 116+140+137=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 140 - color contains mainly: green. Hex color #748C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C89 is #8B7376. Grayscale: #848484. Windows color (decimal): -9139063 or 9014388. OLE color: 9014388.
HSL color Cylindrical-coordinate representation of color #748C89: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748C89 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 137 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.45 |
| HSL | 172.5º | 0.09% | 0.5% | - |
| HSV(B) | 172.5º | 0.17% | 0.55% | - |
| XYZ | 21.1 | 24.28 | 27.24 | - |
| YUV | 132.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 137 | 0.17 | 0 | 0.02 | 0.45 | 172.5 | 0.09 | 0.5 |
| Hex | 74 | 8C | 89 | 11 | 0 | 2 | 2D | AC | 9 | 32 |
| Octal | 164 | 214 | 211 | 21 | 0 | 2 | 55 | 254 | 11 | 62 |
| Binary | 1110100 | 10001100 | 10001001 | 10001 | 0 | 10 | 101101 | 10101100 | 1001 | 110010 |
Color Harmonies of #748C89
Complementary color
Monochromatic Colors of #748C89
Black with #748C89
Text Example
Text Example
White with #748C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C89; }
p { color: rgb(116,140,137); }
H1.HeaderClassName
{
color: #748C89;
}
.AnyTagClassName
{
color: #748C89;
}
</style>
background-color css
<style>
a { background-color: #748C89; }
a { background-color: rgb(116,140,137); }
div.DivClassName
{
background-color: #748C89;
}
.BgClassName
{
background-color: #748C89;
}
</style>
border-color css
<style>
span { border-color: #748C89; }
span { border-color: rgb(116,140,137); }
td.TdClassName
{
border-color: #748C89;
}
.TagClassName
{
border-color: #748C89;
}
</style>