Shades of Gumbo #768E89
Tints of Gumbo #768E89
RGB
CMYK
RGB Variations
Color information
#768E89 (or 0x768E89) is known color: Gumbo. HEX triplet: 76, 8E and 89. RGB value is (118,142,137). Sum of RGB (Red+Green+Blue) = 118+142+137=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 142 - color contains mainly: green. Hex color #768E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E89 is #897176. Grayscale: #868686. Windows color (decimal): -9007479 or 9014902. OLE color: 9014902.
HSL color Cylindrical-coordinate representation of color #768E89: hue angle of 167.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768E89 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 137 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.44 |
| HSL | 167.5º | 0.1% | 0.51% | - |
| HSV(B) | 167.5º | 0.17% | 0.56% | - |
| XYZ | 21.66 | 25 | 27.35 | - |
| YUV | 134.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 137 | 0.17 | 0 | 0.04 | 0.44 | 167.5 | 0.1 | 0.51 |
| Hex | 76 | 8E | 89 | 11 | 0 | 4 | 2C | A8 | A | 33 |
| Octal | 166 | 216 | 211 | 21 | 0 | 4 | 54 | 250 | 12 | 63 |
| Binary | 1110110 | 10001110 | 10001001 | 10001 | 0 | 100 | 101100 | 10101000 | 1010 | 110011 |
Color Harmonies of #768E89
Complementary color
Monochromatic Colors of #768E89
Black with #768E89
Text Example
Text Example
White with #768E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E89; }
p { color: rgb(118,142,137); }
H1.HeaderClassName
{
color: #768E89;
}
.AnyTagClassName
{
color: #768E89;
}
</style>
background-color css
<style>
a { background-color: #768E89; }
a { background-color: rgb(118,142,137); }
div.DivClassName
{
background-color: #768E89;
}
.BgClassName
{
background-color: #768E89;
}
</style>
border-color css
<style>
span { border-color: #768E89; }
span { border-color: rgb(118,142,137); }
td.TdClassName
{
border-color: #768E89;
}
.TagClassName
{
border-color: #768E89;
}
</style>