Shades of Gumbo #77918C
Tints of Gumbo #77918C
RGB
CMYK
RGB Variations
Color information
#77918C (or 0x77918C) is known color: Gumbo. HEX triplet: 77, 91 and 8C. RGB value is (119,145,140). Sum of RGB (Red+Green+Blue) = 119+145+140=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #77918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77918C is #886E73. Grayscale: #888888. Windows color (decimal): -8941172 or 9212279. OLE color: 9212279.
HSL color Cylindrical-coordinate representation of color #77918C: hue angle of 168.46º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77918C is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 140 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.43 |
| HSL | 168.46º | 0.11% | 0.52% | - |
| HSV(B) | 168.46º | 0.18% | 0.57% | - |
| XYZ | 22.47 | 26.07 | 28.66 | - |
| YUV | 136.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 140 | 0.18 | 0 | 0.03 | 0.43 | 168.46 | 0.11 | 0.52 |
| Hex | 77 | 91 | 8C | 12 | 0 | 3 | 2B | A8 | B | 34 |
| Octal | 167 | 221 | 214 | 22 | 0 | 3 | 53 | 250 | 13 | 64 |
| Binary | 1110111 | 10010001 | 10001100 | 10010 | 0 | 11 | 101011 | 10101000 | 1011 | 110100 |
Color Harmonies of #77918C
Complementary color
Monochromatic Colors of #77918C
Black with #77918C
Text Example
Text Example
White with #77918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77918C; }
p { color: rgb(119,145,140); }
H1.HeaderClassName
{
color: #77918C;
}
.AnyTagClassName
{
color: #77918C;
}
</style>
background-color css
<style>
a { background-color: #77918C; }
a { background-color: rgb(119,145,140); }
div.DivClassName
{
background-color: #77918C;
}
.BgClassName
{
background-color: #77918C;
}
</style>
border-color css
<style>
span { border-color: #77918C; }
span { border-color: rgb(119,145,140); }
td.TdClassName
{
border-color: #77918C;
}
.TagClassName
{
border-color: #77918C;
}
</style>