Shades of Gumbo #76948E
Tints of Gumbo #76948E
RGB
CMYK
RGB Variations
Color information
#76948E (or 0x76948E) is known color: Gumbo. HEX triplet: 76, 94 and 8E. RGB value is (118,148,142). Sum of RGB (Red+Green+Blue) = 118+148+142=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #76948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76948E is #896B71. Grayscale: #8A8A8A. Windows color (decimal): -9005938 or 9344118. OLE color: 9344118.
HSL color Cylindrical-coordinate representation of color #76948E: hue angle of 168º 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 #76948E is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 142 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.42 |
| HSL | 168º | 0.12% | 0.52% | - |
| HSV(B) | 168º | 0.2% | 0.58% | - |
| XYZ | 22.94 | 26.98 | 29.59 | - |
| YUV | 138.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 142 | 0.20 | 0 | 0.04 | 0.42 | 168 | 0.12 | 0.52 |
| Hex | 76 | 94 | 8E | 14 | 0 | 4 | 2A | A8 | C | 34 |
| Octal | 166 | 224 | 216 | 24 | 0 | 4 | 52 | 250 | 14 | 64 |
| Binary | 1110110 | 10010100 | 10001110 | 10100 | 0 | 100 | 101010 | 10101000 | 1100 | 110100 |
Color Harmonies of #76948E
Complementary color
Monochromatic Colors of #76948E
Black with #76948E
Text Example
Text Example
White with #76948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76948E; }
p { color: rgb(118,148,142); }
H1.HeaderClassName
{
color: #76948E;
}
.AnyTagClassName
{
color: #76948E;
}
</style>
background-color css
<style>
a { background-color: #76948E; }
a { background-color: rgb(118,148,142); }
div.DivClassName
{
background-color: #76948E;
}
.BgClassName
{
background-color: #76948E;
}
</style>
border-color css
<style>
span { border-color: #76948E; }
span { border-color: rgb(118,148,142); }
td.TdClassName
{
border-color: #76948E;
}
.TagClassName
{
border-color: #76948E;
}
</style>