Shades of Gumbo #76908A
Tints of Gumbo #76908A
RGB
CMYK
RGB Variations
Color information
#76908A (or 0x76908A) is known color: Gumbo. HEX triplet: 76, 90 and 8A. RGB value is (118,144,138). Sum of RGB (Red+Green+Blue) = 118+144+138=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 144 - color contains mainly: green. Hex color #76908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76908A is #896F75. Grayscale: #878787. Windows color (decimal): -9006966 or 9080950. OLE color: 9080950.
HSL color Cylindrical-coordinate representation of color #76908A: hue angle of 166.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76908A is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 138 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.44 |
| HSL | 166.15º | 0.1% | 0.51% | - |
| HSV(B) | 166.15º | 0.18% | 0.56% | - |
| XYZ | 22.03 | 25.63 | 27.83 | - |
| YUV | 135.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 138 | 0.18 | 0 | 0.04 | 0.44 | 166.15 | 0.1 | 0.51 |
| Hex | 76 | 90 | 8A | 12 | 0 | 4 | 2C | A6 | A | 33 |
| Octal | 166 | 220 | 212 | 22 | 0 | 4 | 54 | 246 | 12 | 63 |
| Binary | 1110110 | 10010000 | 10001010 | 10010 | 0 | 100 | 101100 | 10100110 | 1010 | 110011 |
Color Harmonies of #76908A
Complementary color
Monochromatic Colors of #76908A
Black with #76908A
Text Example
Text Example
White with #76908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76908A; }
p { color: rgb(118,144,138); }
H1.HeaderClassName
{
color: #76908A;
}
.AnyTagClassName
{
color: #76908A;
}
</style>
background-color css
<style>
a { background-color: #76908A; }
a { background-color: rgb(118,144,138); }
div.DivClassName
{
background-color: #76908A;
}
.BgClassName
{
background-color: #76908A;
}
</style>
border-color css
<style>
span { border-color: #76908A; }
span { border-color: rgb(118,144,138); }
td.TdClassName
{
border-color: #76908A;
}
.TagClassName
{
border-color: #76908A;
}
</style>