Shades of Gumbo #748F8B
Tints of Gumbo #748F8B
RGB
CMYK
RGB Variations
Color information
#748F8B (or 0x748F8B) is known color: Gumbo. HEX triplet: 74, 8F and 8B. RGB value is (116,143,139). Sum of RGB (Red+Green+Blue) = 116+143+139=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 143 - color contains mainly: green. Hex color #748F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F8B is #8B7074. Grayscale: #868686. Windows color (decimal): -9138293 or 9146228. OLE color: 9146228.
HSL color Cylindrical-coordinate representation of color #748F8B: hue angle of 171.11º 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 #748F8B is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 139 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.44 |
| HSL | 171.11º | 0.11% | 0.51% | - |
| HSV(B) | 171.11º | 0.19% | 0.56% | - |
| XYZ | 21.69 | 25.22 | 28.15 | - |
| YUV | 134.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 139 | 0.19 | 0 | 0.03 | 0.44 | 171.11 | 0.11 | 0.51 |
| Hex | 74 | 8F | 8B | 13 | 0 | 3 | 2C | AB | B | 33 |
| Octal | 164 | 217 | 213 | 23 | 0 | 3 | 54 | 253 | 13 | 63 |
| Binary | 1110100 | 10001111 | 10001011 | 10011 | 0 | 11 | 101100 | 10101011 | 1011 | 110011 |
Color Harmonies of #748F8B
Complementary color
Monochromatic Colors of #748F8B
Black with #748F8B
Text Example
Text Example
White with #748F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F8B; }
p { color: rgb(116,143,139); }
H1.HeaderClassName
{
color: #748F8B;
}
.AnyTagClassName
{
color: #748F8B;
}
</style>
background-color css
<style>
a { background-color: #748F8B; }
a { background-color: rgb(116,143,139); }
div.DivClassName
{
background-color: #748F8B;
}
.BgClassName
{
background-color: #748F8B;
}
</style>
border-color css
<style>
span { border-color: #748F8B; }
span { border-color: rgb(116,143,139); }
td.TdClassName
{
border-color: #748F8B;
}
.TagClassName
{
border-color: #748F8B;
}
</style>