Shades of Gumbo #738382
Tints of Gumbo #738382
RGB
CMYK
RGB Variations
Color information
#738382 (or 0x738382) is known color: Gumbo. HEX triplet: 73, 83 and 82. RGB value is (115,131,130). Sum of RGB (Red+Green+Blue) = 115+131+130=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #738382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738382 is #8C7C7D. Grayscale: #7E7E7E. Windows color (decimal): -9206910 or 8553331. OLE color: 8553331.
HSL color Cylindrical-coordinate representation of color #738382: hue angle of 176.25º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #738382 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 131 | 130 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.49 |
| HSL | 176.25º | 0.07% | 0.48% | - |
| HSV(B) | 176.25º | 0.12% | 0.51% | - |
| XYZ | 19.22 | 21.49 | 24.25 | - |
| YUV | 126.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 130 | 0.12 | 0 | 0.01 | 0.49 | 176.25 | 0.07 | 0.48 |
| Hex | 73 | 83 | 82 | C | 0 | 1 | 31 | B0 | 7 | 30 |
| Octal | 163 | 203 | 202 | 14 | 0 | 1 | 61 | 260 | 7 | 60 |
| Binary | 1110011 | 10000011 | 10000010 | 1100 | 0 | 1 | 110001 | 10110000 | 111 | 110000 |
Color Harmonies of #738382
Complementary color
Monochromatic Colors of #738382
Black with #738382
Text Example
Text Example
White with #738382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738382; }
p { color: rgb(115,131,130); }
H1.HeaderClassName
{
color: #738382;
}
.AnyTagClassName
{
color: #738382;
}
</style>
background-color css
<style>
a { background-color: #738382; }
a { background-color: rgb(115,131,130); }
div.DivClassName
{
background-color: #738382;
}
.BgClassName
{
background-color: #738382;
}
</style>
border-color css
<style>
span { border-color: #738382; }
span { border-color: rgb(115,131,130); }
td.TdClassName
{
border-color: #738382;
}
.TagClassName
{
border-color: #738382;
}
</style>