Shades of Gumbo #748A84
Tints of Gumbo #748A84
RGB
CMYK
RGB Variations
Color information
#748A84 (or 0x748A84) is known color: Gumbo. HEX triplet: 74, 8A and 84. RGB value is (116,138,132). Sum of RGB (Red+Green+Blue) = 116+138+132=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #748A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A84 is #8B757B. Grayscale: #828282. Windows color (decimal): -9139580 or 8686196. OLE color: 8686196.
HSL color Cylindrical-coordinate representation of color #748A84: hue angle of 163.64º 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 #748A84 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 132 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.46 |
| HSL | 163.64º | 0.09% | 0.5% | - |
| HSV(B) | 163.64º | 0.16% | 0.54% | - |
| XYZ | 20.46 | 23.56 | 25.3 | - |
| YUV | 130.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 132 | 0.16 | 0 | 0.04 | 0.46 | 163.64 | 0.09 | 0.5 |
| Hex | 74 | 8A | 84 | 10 | 0 | 4 | 2E | A4 | 9 | 32 |
| Octal | 164 | 212 | 204 | 20 | 0 | 4 | 56 | 244 | 11 | 62 |
| Binary | 1110100 | 10001010 | 10000100 | 10000 | 0 | 100 | 101110 | 10100100 | 1001 | 110010 |
Color Harmonies of #748A84
Complementary color
Monochromatic Colors of #748A84
Black with #748A84
Text Example
Text Example
White with #748A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A84; }
p { color: rgb(116,138,132); }
H1.HeaderClassName
{
color: #748A84;
}
.AnyTagClassName
{
color: #748A84;
}
</style>
background-color css
<style>
a { background-color: #748A84; }
a { background-color: rgb(116,138,132); }
div.DivClassName
{
background-color: #748A84;
}
.BgClassName
{
background-color: #748A84;
}
</style>
border-color css
<style>
span { border-color: #748A84; }
span { border-color: rgb(116,138,132); }
td.TdClassName
{
border-color: #748A84;
}
.TagClassName
{
border-color: #748A84;
}
</style>