Shades of Gumbo #678883
Tints of Gumbo #678883
RGB
CMYK
RGB Variations
Color information
#678883 (or 0x678883) is known color: Gumbo. HEX triplet: 67, 88 and 83. RGB value is (103,136,131). Sum of RGB (Red+Green+Blue) = 103+136+131=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #678883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678883 is #98777C. Grayscale: #7D7D7D. Windows color (decimal): -9992061 or 8620135. OLE color: 8620135.
HSL color Cylindrical-coordinate representation of color #678883: hue angle of 170.91º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678883 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 131 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.47 |
| HSL | 170.91º | 0.14% | 0.47% | - |
| HSV(B) | 170.91º | 0.24% | 0.53% | - |
| XYZ | 18.49 | 22.13 | 24.77 | - |
| YUV | 125.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 131 | 0.24 | 0 | 0.04 | 0.47 | 170.91 | 0.14 | 0.47 |
| Hex | 67 | 88 | 83 | 18 | 0 | 4 | 2F | AB | E | 2F |
| Octal | 147 | 210 | 203 | 30 | 0 | 4 | 57 | 253 | 16 | 57 |
| Binary | 1100111 | 10001000 | 10000011 | 11000 | 0 | 100 | 101111 | 10101011 | 1110 | 101111 |
Color Harmonies of #678883
Complementary color
Monochromatic Colors of #678883
Black with #678883
Text Example
Text Example
White with #678883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678883; }
p { color: rgb(103,136,131); }
H1.HeaderClassName
{
color: #678883;
}
.AnyTagClassName
{
color: #678883;
}
</style>
background-color css
<style>
a { background-color: #678883; }
a { background-color: rgb(103,136,131); }
div.DivClassName
{
background-color: #678883;
}
.BgClassName
{
background-color: #678883;
}
</style>
border-color css
<style>
span { border-color: #678883; }
span { border-color: rgb(103,136,131); }
td.TdClassName
{
border-color: #678883;
}
.TagClassName
{
border-color: #678883;
}
</style>