Shades of Gumbo #768784
Tints of Gumbo #768784
RGB
CMYK
RGB Variations
Color information
#768784 (or 0x768784) is known color: Gumbo. HEX triplet: 76, 87 and 84. RGB value is (118,135,132). Sum of RGB (Red+Green+Blue) = 118+135+132=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #768784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768784 is #89787B. Grayscale: #818181. Windows color (decimal): -9009276 or 8685430. OLE color: 8685430.
HSL color Cylindrical-coordinate representation of color #768784: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768784 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 132 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.47 |
| HSL | 169.41º | 0.07% | 0.5% | - |
| HSV(B) | 169.41º | 0.13% | 0.53% | - |
| XYZ | 20.3 | 22.85 | 25.17 | - |
| YUV | 129.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 132 | 0.13 | 0 | 0.02 | 0.47 | 169.41 | 0.07 | 0.5 |
| Hex | 76 | 87 | 84 | D | 0 | 2 | 2F | A9 | 7 | 32 |
| Octal | 166 | 207 | 204 | 15 | 0 | 2 | 57 | 251 | 7 | 62 |
| Binary | 1110110 | 10000111 | 10000100 | 1101 | 0 | 10 | 101111 | 10101001 | 111 | 110010 |
Color Harmonies of #768784
Complementary color
Monochromatic Colors of #768784
Black with #768784
Text Example
Text Example
White with #768784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768784; }
p { color: rgb(118,135,132); }
H1.HeaderClassName
{
color: #768784;
}
.AnyTagClassName
{
color: #768784;
}
</style>
background-color css
<style>
a { background-color: #768784; }
a { background-color: rgb(118,135,132); }
div.DivClassName
{
background-color: #768784;
}
.BgClassName
{
background-color: #768784;
}
</style>
border-color css
<style>
span { border-color: #768784; }
span { border-color: rgb(118,135,132); }
td.TdClassName
{
border-color: #768784;
}
.TagClassName
{
border-color: #768784;
}
</style>