Shades of Gumbo #768785
Tints of Gumbo #768785
RGB
CMYK
RGB Variations
Color information
#768785 (or 0x768785) is known color: Gumbo. HEX triplet: 76, 87 and 85. RGB value is (118,135,133). Sum of RGB (Red+Green+Blue) = 118+135+133=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #768785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768785 is #89787A. Grayscale: #818181. Windows color (decimal): -9009275 or 8750966. OLE color: 8750966.
HSL color Cylindrical-coordinate representation of color #768785: hue angle of 172.94º 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 #768785 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 133 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.47 |
| HSL | 172.94º | 0.07% | 0.5% | - |
| HSV(B) | 172.94º | 0.13% | 0.53% | - |
| XYZ | 20.37 | 22.87 | 25.53 | - |
| YUV | 129.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 133 | 0.13 | 0 | 0.01 | 0.47 | 172.94 | 0.07 | 0.5 |
| Hex | 76 | 87 | 85 | D | 0 | 1 | 2F | AD | 7 | 32 |
| Octal | 166 | 207 | 205 | 15 | 0 | 1 | 57 | 255 | 7 | 62 |
| Binary | 1110110 | 10000111 | 10000101 | 1101 | 0 | 1 | 101111 | 10101101 | 111 | 110010 |
Color Harmonies of #768785
Complementary color
Monochromatic Colors of #768785
Black with #768785
Text Example
Text Example
White with #768785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768785; }
p { color: rgb(118,135,133); }
H1.HeaderClassName
{
color: #768785;
}
.AnyTagClassName
{
color: #768785;
}
</style>
background-color css
<style>
a { background-color: #768785; }
a { background-color: rgb(118,135,133); }
div.DivClassName
{
background-color: #768785;
}
.BgClassName
{
background-color: #768785;
}
</style>
border-color css
<style>
span { border-color: #768785; }
span { border-color: rgb(118,135,133); }
td.TdClassName
{
border-color: #768785;
}
.TagClassName
{
border-color: #768785;
}
</style>