Shades of Gumbo #668784
Tints of Gumbo #668784
RGB
CMYK
RGB Variations
Color information
#668784 (or 0x668784) is known color: Gumbo. HEX triplet: 66, 87 and 84. RGB value is (102,135,132). Sum of RGB (Red+Green+Blue) = 102+135+132=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #668784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668784 is #99787B. Grayscale: #7C7C7C. Windows color (decimal): -10057852 or 8685414. OLE color: 8685414.
HSL color Cylindrical-coordinate representation of color #668784: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668784 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 132 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.47 |
| HSL | 174.55º | 0.14% | 0.46% | - |
| HSV(B) | 174.55º | 0.24% | 0.53% | - |
| XYZ | 18.31 | 21.82 | 25.08 | - |
| YUV | 124.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 132 | 0.24 | 0 | 0.02 | 0.47 | 174.55 | 0.14 | 0.46 |
| Hex | 66 | 87 | 84 | 18 | 0 | 2 | 2F | AF | E | 2E |
| Octal | 146 | 207 | 204 | 30 | 0 | 2 | 57 | 257 | 16 | 56 |
| Binary | 1100110 | 10000111 | 10000100 | 11000 | 0 | 10 | 101111 | 10101111 | 1110 | 101110 |
Color Harmonies of #668784
Complementary color
Monochromatic Colors of #668784
Black with #668784
Text Example
Text Example
White with #668784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668784; }
p { color: rgb(102,135,132); }
H1.HeaderClassName
{
color: #668784;
}
.AnyTagClassName
{
color: #668784;
}
</style>
background-color css
<style>
a { background-color: #668784; }
a { background-color: rgb(102,135,132); }
div.DivClassName
{
background-color: #668784;
}
.BgClassName
{
background-color: #668784;
}
</style>
border-color css
<style>
span { border-color: #668784; }
span { border-color: rgb(102,135,132); }
td.TdClassName
{
border-color: #668784;
}
.TagClassName
{
border-color: #668784;
}
</style>