Shades of Gumbo #77948E
Tints of Gumbo #77948E
RGB
CMYK
RGB Variations
Color information
#77948E (or 0x77948E) is known color: Gumbo. HEX triplet: 77, 94 and 8E. RGB value is (119,148,142). Sum of RGB (Red+Green+Blue) = 119+148+142=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #77948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77948E is #886B71. Grayscale: #8A8A8A. Windows color (decimal): -8940402 or 9344119. OLE color: 9344119.
HSL color Cylindrical-coordinate representation of color #77948E: hue angle of 167.59º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77948E is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 142 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.42 |
| HSL | 167.59º | 0.12% | 0.52% | - |
| HSV(B) | 167.59º | 0.2% | 0.58% | - |
| XYZ | 23.08 | 27.05 | 29.6 | - |
| YUV | 138.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 142 | 0.20 | 0 | 0.04 | 0.42 | 167.59 | 0.12 | 0.52 |
| Hex | 77 | 94 | 8E | 14 | 0 | 4 | 2A | A8 | C | 34 |
| Octal | 167 | 224 | 216 | 24 | 0 | 4 | 52 | 250 | 14 | 64 |
| Binary | 1110111 | 10010100 | 10001110 | 10100 | 0 | 100 | 101010 | 10101000 | 1100 | 110100 |
Color Harmonies of #77948E
Complementary color
Monochromatic Colors of #77948E
Black with #77948E
Text Example
Text Example
White with #77948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77948E; }
p { color: rgb(119,148,142); }
H1.HeaderClassName
{
color: #77948E;
}
.AnyTagClassName
{
color: #77948E;
}
</style>
background-color css
<style>
a { background-color: #77948E; }
a { background-color: rgb(119,148,142); }
div.DivClassName
{
background-color: #77948E;
}
.BgClassName
{
background-color: #77948E;
}
</style>
border-color css
<style>
span { border-color: #77948E; }
span { border-color: rgb(119,148,142); }
td.TdClassName
{
border-color: #77948E;
}
.TagClassName
{
border-color: #77948E;
}
</style>