Shades of Gumbo #768683
Tints of Gumbo #768683
RGB
CMYK
RGB Variations
Color information
#768683 (or 0x768683) is known color: Gumbo. HEX triplet: 76, 86 and 83. RGB value is (118,134,131). Sum of RGB (Red+Green+Blue) = 118+134+131=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #768683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768683 is #89797C. Grayscale: #808080. Windows color (decimal): -9009533 or 8619638. OLE color: 8619638.
HSL color Cylindrical-coordinate representation of color #768683: hue angle of 168.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768683 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 131 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.47 |
| HSL | 168.75º | 0.06% | 0.49% | - |
| HSV(B) | 168.75º | 0.12% | 0.53% | - |
| XYZ | 20.09 | 22.54 | 24.76 | - |
| YUV | 128.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 131 | 0.12 | 0 | 0.02 | 0.47 | 168.75 | 0.06 | 0.49 |
| Hex | 76 | 86 | 83 | C | 0 | 2 | 2F | A9 | 6 | 31 |
| Octal | 166 | 206 | 203 | 14 | 0 | 2 | 57 | 251 | 6 | 61 |
| Binary | 1110110 | 10000110 | 10000011 | 1100 | 0 | 10 | 101111 | 10101001 | 110 | 110001 |
Color Harmonies of #768683
Complementary color
Monochromatic Colors of #768683
Black with #768683
Text Example
Text Example
White with #768683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768683; }
p { color: rgb(118,134,131); }
H1.HeaderClassName
{
color: #768683;
}
.AnyTagClassName
{
color: #768683;
}
</style>
background-color css
<style>
a { background-color: #768683; }
a { background-color: rgb(118,134,131); }
div.DivClassName
{
background-color: #768683;
}
.BgClassName
{
background-color: #768683;
}
</style>
border-color css
<style>
span { border-color: #768683; }
span { border-color: rgb(118,134,131); }
td.TdClassName
{
border-color: #768683;
}
.TagClassName
{
border-color: #768683;
}
</style>