Shades of Gumbo #74968F
Tints of Gumbo #74968F
RGB
CMYK
RGB Variations
Color information
#74968F (or 0x74968F) is known color: Gumbo. HEX triplet: 74, 96 and 8F. RGB value is (116,150,143). Sum of RGB (Red+Green+Blue) = 116+150+143=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #74968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74968F is #8B6970. Grayscale: #8B8B8B. Windows color (decimal): -9136497 or 9410164. OLE color: 9410164.
HSL color Cylindrical-coordinate representation of color #74968F: hue angle of 167.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74968F is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 143 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.41 |
| HSL | 167.65º | 0.14% | 0.52% | - |
| HSV(B) | 167.65º | 0.23% | 0.59% | - |
| XYZ | 23.07 | 27.51 | 30.08 | - |
| YUV | 139.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 143 | 0.23 | 0 | 0.05 | 0.41 | 167.65 | 0.14 | 0.52 |
| Hex | 74 | 96 | 8F | 17 | 0 | 5 | 29 | A8 | E | 34 |
| Octal | 164 | 226 | 217 | 27 | 0 | 5 | 51 | 250 | 16 | 64 |
| Binary | 1110100 | 10010110 | 10001111 | 10111 | 0 | 101 | 101001 | 10101000 | 1110 | 110100 |
Color Harmonies of #74968F
Complementary color
Monochromatic Colors of #74968F
Black with #74968F
Text Example
Text Example
White with #74968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74968F; }
p { color: rgb(116,150,143); }
H1.HeaderClassName
{
color: #74968F;
}
.AnyTagClassName
{
color: #74968F;
}
</style>
background-color css
<style>
a { background-color: #74968F; }
a { background-color: rgb(116,150,143); }
div.DivClassName
{
background-color: #74968F;
}
.BgClassName
{
background-color: #74968F;
}
</style>
border-color css
<style>
span { border-color: #74968F; }
span { border-color: rgb(116,150,143); }
td.TdClassName
{
border-color: #74968F;
}
.TagClassName
{
border-color: #74968F;
}
</style>