Shades of Gumbo #668888
Tints of Gumbo #668888
RGB
CMYK
RGB Variations
Color information
#668888 (or 0x668888) is known color: Gumbo. HEX triplet: 66, 88 and 88. RGB value is (102,136,136). Sum of RGB (Red+Green+Blue) = 102+136+136=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #668888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668888 is #997777. Grayscale: #7D7D7D. Windows color (decimal): -10057592 or 8947814. OLE color: 8947814.
HSL color Cylindrical-coordinate representation of color #668888: hue angle of 180º 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 #668888 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 136 | - |
| CMYK | 0.25 | 0 | 0 | 0.47 |
| HSL | 180º | 0.14% | 0.47% | - |
| HSV(B) | 180º | 0.25% | 0.53% | - |
| XYZ | 18.73 | 22.21 | 26.59 | - |
| YUV | 125.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 136 | 0.25 | 0 | 0 | 0.47 | 180 | 0.14 | 0.47 |
| Hex | 66 | 88 | 88 | 19 | 0 | 0 | 2F | B4 | E | 2F |
| Octal | 146 | 210 | 210 | 31 | 0 | 0 | 57 | 264 | 16 | 57 |
| Binary | 1100110 | 10001000 | 10001000 | 11001 | 0 | 0 | 101111 | 10110100 | 1110 | 101111 |
Color Harmonies of #668888
Complementary color
Monochromatic Colors of #668888
Black with #668888
Text Example
Text Example
White with #668888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668888; }
p { color: rgb(102,136,136); }
H1.HeaderClassName
{
color: #668888;
}
.AnyTagClassName
{
color: #668888;
}
</style>
background-color css
<style>
a { background-color: #668888; }
a { background-color: rgb(102,136,136); }
div.DivClassName
{
background-color: #668888;
}
.BgClassName
{
background-color: #668888;
}
</style>
border-color css
<style>
span { border-color: #668888; }
span { border-color: rgb(102,136,136); }
td.TdClassName
{
border-color: #668888;
}
.TagClassName
{
border-color: #668888;
}
</style>