Shades of Gumbo #74928B
Tints of Gumbo #74928B
RGB
CMYK
RGB Variations
Color information
#74928B (or 0x74928B) is known color: Gumbo. HEX triplet: 74, 92 and 8B. RGB value is (116,146,139). Sum of RGB (Red+Green+Blue) = 116+146+139=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #74928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74928B is #8B6D74. Grayscale: #888888. Windows color (decimal): -9137525 or 9146996. OLE color: 9146996.
HSL color Cylindrical-coordinate representation of color #74928B: hue angle of 166º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74928B is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 139 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.43 |
| HSL | 166º | 0.12% | 0.51% | - |
| HSV(B) | 166º | 0.21% | 0.57% | - |
| XYZ | 22.14 | 26.13 | 28.3 | - |
| YUV | 136.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 139 | 0.21 | 0 | 0.05 | 0.43 | 166 | 0.12 | 0.51 |
| Hex | 74 | 92 | 8B | 15 | 0 | 5 | 2B | A6 | C | 33 |
| Octal | 164 | 222 | 213 | 25 | 0 | 5 | 53 | 246 | 14 | 63 |
| Binary | 1110100 | 10010010 | 10001011 | 10101 | 0 | 101 | 101011 | 10100110 | 1100 | 110011 |
Color Harmonies of #74928B
Complementary color
Monochromatic Colors of #74928B
Black with #74928B
Text Example
Text Example
White with #74928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74928B; }
p { color: rgb(116,146,139); }
H1.HeaderClassName
{
color: #74928B;
}
.AnyTagClassName
{
color: #74928B;
}
</style>
background-color css
<style>
a { background-color: #74928B; }
a { background-color: rgb(116,146,139); }
div.DivClassName
{
background-color: #74928B;
}
.BgClassName
{
background-color: #74928B;
}
</style>
border-color css
<style>
span { border-color: #74928B; }
span { border-color: rgb(116,146,139); }
td.TdClassName
{
border-color: #74928B;
}
.TagClassName
{
border-color: #74928B;
}
</style>