Shades of Gumbo #74918B
Tints of Gumbo #74918B
RGB
CMYK
RGB Variations
Color information
#74918B (or 0x74918B) is known color: Gumbo. HEX triplet: 74, 91 and 8B. RGB value is (116,145,139). Sum of RGB (Red+Green+Blue) = 116+145+139=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #74918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74918B is #8B6E74. Grayscale: #878787. Windows color (decimal): -9137781 or 9146740. OLE color: 9146740.
HSL color Cylindrical-coordinate representation of color #74918B: hue angle of 167.59º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74918B is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 139 | - |
| CMYK | 0.2 | 0 | 0.04 | 0.43 |
| HSL | 167.59º | 0.12% | 0.51% | - |
| HSV(B) | 167.59º | 0.2% | 0.57% | - |
| XYZ | 21.99 | 25.83 | 28.25 | - |
| YUV | 135.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 139 | 0.2 | 0 | 0.04 | 0.43 | 167.59 | 0.12 | 0.51 |
| Hex | 74 | 91 | 8B | 14 | 0 | 4 | 2B | A8 | C | 33 |
| Octal | 164 | 221 | 213 | 24 | 0 | 4 | 53 | 250 | 14 | 63 |
| Binary | 1110100 | 10010001 | 10001011 | 10100 | 0 | 100 | 101011 | 10101000 | 1100 | 110011 |
Color Harmonies of #74918B
Complementary color
Monochromatic Colors of #74918B
Black with #74918B
Text Example
Text Example
White with #74918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74918B; }
p { color: rgb(116,145,139); }
H1.HeaderClassName
{
color: #74918B;
}
.AnyTagClassName
{
color: #74918B;
}
</style>
background-color css
<style>
a { background-color: #74918B; }
a { background-color: rgb(116,145,139); }
div.DivClassName
{
background-color: #74918B;
}
.BgClassName
{
background-color: #74918B;
}
</style>
border-color css
<style>
span { border-color: #74918B; }
span { border-color: rgb(116,145,139); }
td.TdClassName
{
border-color: #74918B;
}
.TagClassName
{
border-color: #74918B;
}
</style>