Shades of Gumbo #76918B
Tints of Gumbo #76918B
RGB
CMYK
RGB Variations
Color information
#76918B (or 0x76918B) is known color: Gumbo. HEX triplet: 76, 91 and 8B. RGB value is (118,145,139). Sum of RGB (Red+Green+Blue) = 118+145+139=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 145 - color contains mainly: green. Hex color #76918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76918B is #896E74. Grayscale: #888888. Windows color (decimal): -9006709 or 9146742. OLE color: 9146742.
HSL color Cylindrical-coordinate representation of color #76918B: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76918B is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 139 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.43 |
| HSL | 166.67º | 0.11% | 0.52% | - |
| HSV(B) | 166.67º | 0.19% | 0.57% | - |
| XYZ | 22.26 | 25.97 | 28.27 | - |
| YUV | 136.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 139 | 0.19 | 0 | 0.04 | 0.43 | 166.67 | 0.11 | 0.52 |
| Hex | 76 | 91 | 8B | 13 | 0 | 4 | 2B | A7 | B | 34 |
| Octal | 166 | 221 | 213 | 23 | 0 | 4 | 53 | 247 | 13 | 64 |
| Binary | 1110110 | 10010001 | 10001011 | 10011 | 0 | 100 | 101011 | 10100111 | 1011 | 110100 |
Color Harmonies of #76918B
Complementary color
Monochromatic Colors of #76918B
Black with #76918B
Text Example
Text Example
White with #76918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76918B; }
p { color: rgb(118,145,139); }
H1.HeaderClassName
{
color: #76918B;
}
.AnyTagClassName
{
color: #76918B;
}
</style>
background-color css
<style>
a { background-color: #76918B; }
a { background-color: rgb(118,145,139); }
div.DivClassName
{
background-color: #76918B;
}
.BgClassName
{
background-color: #76918B;
}
</style>
border-color css
<style>
span { border-color: #76918B; }
span { border-color: rgb(118,145,139); }
td.TdClassName
{
border-color: #76918B;
}
.TagClassName
{
border-color: #76918B;
}
</style>