Shades of Gumbo #768A87
Tints of Gumbo #768A87
RGB
CMYK
RGB Variations
Color information
#768A87 (or 0x768A87) is known color: Gumbo. HEX triplet: 76, 8A and 87. RGB value is (118,138,135). Sum of RGB (Red+Green+Blue) = 118+138+135=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #768A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A87 is #897578. Grayscale: #838383. Windows color (decimal): -9008505 or 8882806. OLE color: 8882806.
HSL color Cylindrical-coordinate representation of color #768A87: hue angle of 171º degrees, saturation: 0.08, 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 #768A87 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 135 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.46 |
| HSL | 171º | 0.08% | 0.5% | - |
| HSV(B) | 171º | 0.14% | 0.54% | - |
| XYZ | 20.93 | 23.78 | 26.41 | - |
| YUV | 131.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 135 | 0.14 | 0 | 0.02 | 0.46 | 171 | 0.08 | 0.5 |
| Hex | 76 | 8A | 87 | E | 0 | 2 | 2E | AB | 8 | 32 |
| Octal | 166 | 212 | 207 | 16 | 0 | 2 | 56 | 253 | 10 | 62 |
| Binary | 1110110 | 10001010 | 10000111 | 1110 | 0 | 10 | 101110 | 10101011 | 1000 | 110010 |
Color Harmonies of #768A87
Complementary color
Monochromatic Colors of #768A87
Black with #768A87
Text Example
Text Example
White with #768A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A87; }
p { color: rgb(118,138,135); }
H1.HeaderClassName
{
color: #768A87;
}
.AnyTagClassName
{
color: #768A87;
}
</style>
background-color css
<style>
a { background-color: #768A87; }
a { background-color: rgb(118,138,135); }
div.DivClassName
{
background-color: #768A87;
}
.BgClassName
{
background-color: #768A87;
}
</style>
border-color css
<style>
span { border-color: #768A87; }
span { border-color: rgb(118,138,135); }
td.TdClassName
{
border-color: #768A87;
}
.TagClassName
{
border-color: #768A87;
}
</style>