Shades of Gumbo #728682
Tints of Gumbo #728682
RGB
CMYK
RGB Variations
Color information
#728682 (or 0x728682) is known color: Gumbo. HEX triplet: 72, 86 and 82. RGB value is (114,134,130). Sum of RGB (Red+Green+Blue) = 114+134+130=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #728682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728682 is #8D797D. Grayscale: #7F7F7F. Windows color (decimal): -9271678 or 8554098. OLE color: 8554098.
HSL color Cylindrical-coordinate representation of color #728682: hue angle of 168º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #728682 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 130 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.47 |
| HSL | 168º | 0.08% | 0.49% | - |
| HSV(B) | 168º | 0.15% | 0.53% | - |
| XYZ | 19.49 | 22.24 | 24.38 | - |
| YUV | 127.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 130 | 0.15 | 0 | 0.03 | 0.47 | 168 | 0.08 | 0.49 |
| Hex | 72 | 86 | 82 | F | 0 | 3 | 2F | A8 | 8 | 31 |
| Octal | 162 | 206 | 202 | 17 | 0 | 3 | 57 | 250 | 10 | 61 |
| Binary | 1110010 | 10000110 | 10000010 | 1111 | 0 | 11 | 101111 | 10101000 | 1000 | 110001 |
Color Harmonies of #728682
Complementary color
Monochromatic Colors of #728682
Black with #728682
Text Example
Text Example
White with #728682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728682; }
p { color: rgb(114,134,130); }
H1.HeaderClassName
{
color: #728682;
}
.AnyTagClassName
{
color: #728682;
}
</style>
background-color css
<style>
a { background-color: #728682; }
a { background-color: rgb(114,134,130); }
div.DivClassName
{
background-color: #728682;
}
.BgClassName
{
background-color: #728682;
}
</style>
border-color css
<style>
span { border-color: #728682; }
span { border-color: rgb(114,134,130); }
td.TdClassName
{
border-color: #728682;
}
.TagClassName
{
border-color: #728682;
}
</style>