Shades of Gumbo #768985
Tints of Gumbo #768985
RGB
CMYK
RGB Variations
Color information
#768985 (or 0x768985) is known color: Gumbo. HEX triplet: 76, 89 and 85. RGB value is (118,137,133). Sum of RGB (Red+Green+Blue) = 118+137+133=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #768985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768985 is #89767A. Grayscale: #828282. Windows color (decimal): -9008763 or 8751478. OLE color: 8751478.
HSL color Cylindrical-coordinate representation of color #768985: hue angle of 167.37º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768985 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 133 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.46 |
| HSL | 167.37º | 0.07% | 0.5% | - |
| HSV(B) | 167.37º | 0.14% | 0.54% | - |
| XYZ | 20.65 | 23.44 | 25.63 | - |
| YUV | 130.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 133 | 0.14 | 0 | 0.03 | 0.46 | 167.37 | 0.07 | 0.5 |
| Hex | 76 | 89 | 85 | E | 0 | 3 | 2E | A7 | 7 | 32 |
| Octal | 166 | 211 | 205 | 16 | 0 | 3 | 56 | 247 | 7 | 62 |
| Binary | 1110110 | 10001001 | 10000101 | 1110 | 0 | 11 | 101110 | 10100111 | 111 | 110010 |
Color Harmonies of #768985
Complementary color
Monochromatic Colors of #768985
Black with #768985
Text Example
Text Example
White with #768985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768985; }
p { color: rgb(118,137,133); }
H1.HeaderClassName
{
color: #768985;
}
.AnyTagClassName
{
color: #768985;
}
</style>
background-color css
<style>
a { background-color: #768985; }
a { background-color: rgb(118,137,133); }
div.DivClassName
{
background-color: #768985;
}
.BgClassName
{
background-color: #768985;
}
</style>
border-color css
<style>
span { border-color: #768985; }
span { border-color: rgb(118,137,133); }
td.TdClassName
{
border-color: #768985;
}
.TagClassName
{
border-color: #768985;
}
</style>