Shades of Gumbo #668887
Tints of Gumbo #668887
RGB
CMYK
RGB Variations
Color information
#668887 (or 0x668887) is known color: Gumbo. HEX triplet: 66, 88 and 87. RGB value is (102,136,135). Sum of RGB (Red+Green+Blue) = 102+136+135=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #668887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668887 is #997778. Grayscale: #7D7D7D. Windows color (decimal): -10057593 or 8882278. OLE color: 8882278.
HSL color Cylindrical-coordinate representation of color #668887: hue angle of 178.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668887 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 135 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.47 |
| HSL | 178.24º | 0.14% | 0.47% | - |
| HSV(B) | 178.24º | 0.25% | 0.53% | - |
| XYZ | 18.66 | 22.18 | 26.22 | - |
| YUV | 125.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 135 | 0.25 | 0 | 0.01 | 0.47 | 178.24 | 0.14 | 0.47 |
| Hex | 66 | 88 | 87 | 19 | 0 | 1 | 2F | B2 | E | 2F |
| Octal | 146 | 210 | 207 | 31 | 0 | 1 | 57 | 262 | 16 | 57 |
| Binary | 1100110 | 10001000 | 10000111 | 11001 | 0 | 1 | 101111 | 10110010 | 1110 | 101111 |
Color Harmonies of #668887
Complementary color
Monochromatic Colors of #668887
Black with #668887
Text Example
Text Example
White with #668887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668887; }
p { color: rgb(102,136,135); }
H1.HeaderClassName
{
color: #668887;
}
.AnyTagClassName
{
color: #668887;
}
</style>
background-color css
<style>
a { background-color: #668887; }
a { background-color: rgb(102,136,135); }
div.DivClassName
{
background-color: #668887;
}
.BgClassName
{
background-color: #668887;
}
</style>
border-color css
<style>
span { border-color: #668887; }
span { border-color: rgb(102,136,135); }
td.TdClassName
{
border-color: #668887;
}
.TagClassName
{
border-color: #668887;
}
</style>