Shades of Gumbo #74908A
Tints of Gumbo #74908A
RGB
CMYK
RGB Variations
Color information
#74908A (or 0x74908A) is known color: Gumbo. HEX triplet: 74, 90 and 8A. RGB value is (116,144,138). Sum of RGB (Red+Green+Blue) = 116+144+138=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #74908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74908A is #8B6F75. Grayscale: #868686. Windows color (decimal): -9138038 or 9080948. OLE color: 9080948.
HSL color Cylindrical-coordinate representation of color #74908A: hue angle of 167.14º 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 #74908A is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 138 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.44 |
| HSL | 167.14º | 0.11% | 0.51% | - |
| HSV(B) | 167.14º | 0.19% | 0.56% | - |
| XYZ | 21.76 | 25.49 | 27.82 | - |
| YUV | 134.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 138 | 0.19 | 0 | 0.04 | 0.44 | 167.14 | 0.11 | 0.51 |
| Hex | 74 | 90 | 8A | 13 | 0 | 4 | 2C | A7 | B | 33 |
| Octal | 164 | 220 | 212 | 23 | 0 | 4 | 54 | 247 | 13 | 63 |
| Binary | 1110100 | 10010000 | 10001010 | 10011 | 0 | 100 | 101100 | 10100111 | 1011 | 110011 |
Color Harmonies of #74908A
Complementary color
Monochromatic Colors of #74908A
Black with #74908A
Text Example
Text Example
White with #74908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74908A; }
p { color: rgb(116,144,138); }
H1.HeaderClassName
{
color: #74908A;
}
.AnyTagClassName
{
color: #74908A;
}
</style>
background-color css
<style>
a { background-color: #74908A; }
a { background-color: rgb(116,144,138); }
div.DivClassName
{
background-color: #74908A;
}
.BgClassName
{
background-color: #74908A;
}
</style>
border-color css
<style>
span { border-color: #74908A; }
span { border-color: rgb(116,144,138); }
td.TdClassName
{
border-color: #74908A;
}
.TagClassName
{
border-color: #74908A;
}
</style>