Shades of Gumbo #768582
Tints of Gumbo #768582
RGB
CMYK
RGB Variations
Color information
#768582 (or 0x768582) is known color: Gumbo. HEX triplet: 76, 85 and 82. RGB value is (118,133,130). Sum of RGB (Red+Green+Blue) = 118+133+130=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #768582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768582 is #897A7D. Grayscale: #808080. Windows color (decimal): -9009790 or 8553846. OLE color: 8553846.
HSL color Cylindrical-coordinate representation of color #768582: hue angle of 168º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #768582 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 130 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.48 |
| HSL | 168º | 0.06% | 0.49% | - |
| HSV(B) | 168º | 0.11% | 0.52% | - |
| XYZ | 19.89 | 22.24 | 24.36 | - |
| YUV | 128.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 130 | 0.11 | 0 | 0.02 | 0.48 | 168 | 0.06 | 0.49 |
| Hex | 76 | 85 | 82 | B | 0 | 2 | 30 | A8 | 6 | 31 |
| Octal | 166 | 205 | 202 | 13 | 0 | 2 | 60 | 250 | 6 | 61 |
| Binary | 1110110 | 10000101 | 10000010 | 1011 | 0 | 10 | 110000 | 10101000 | 110 | 110001 |
Color Harmonies of #768582
Complementary color
Monochromatic Colors of #768582
Black with #768582
Text Example
Text Example
White with #768582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768582; }
p { color: rgb(118,133,130); }
H1.HeaderClassName
{
color: #768582;
}
.AnyTagClassName
{
color: #768582;
}
</style>
background-color css
<style>
a { background-color: #768582; }
a { background-color: rgb(118,133,130); }
div.DivClassName
{
background-color: #768582;
}
.BgClassName
{
background-color: #768582;
}
</style>
border-color css
<style>
span { border-color: #768582; }
span { border-color: rgb(118,133,130); }
td.TdClassName
{
border-color: #768582;
}
.TagClassName
{
border-color: #768582;
}
</style>