Shades of Gumbo #738F8A
Tints of Gumbo #738F8A
RGB
CMYK
RGB Variations
Color information
#738F8A (or 0x738F8A) is known color: Gumbo. HEX triplet: 73, 8F and 8A. RGB value is (115,143,138). Sum of RGB (Red+Green+Blue) = 115+143+138=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 143 - color contains mainly: green. Hex color #738F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F8A is #8C7075. Grayscale: #868686. Windows color (decimal): -9203830 or 9080691. OLE color: 9080691.
HSL color Cylindrical-coordinate representation of color #738F8A: hue angle of 169.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F8A is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 138 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.44 |
| HSL | 169.29º | 0.11% | 0.51% | - |
| HSV(B) | 169.29º | 0.2% | 0.56% | - |
| XYZ | 21.48 | 25.12 | 27.76 | - |
| YUV | 134.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 138 | 0.20 | 0 | 0.03 | 0.44 | 169.29 | 0.11 | 0.51 |
| Hex | 73 | 8F | 8A | 14 | 0 | 3 | 2C | A9 | B | 33 |
| Octal | 163 | 217 | 212 | 24 | 0 | 3 | 54 | 251 | 13 | 63 |
| Binary | 1110011 | 10001111 | 10001010 | 10100 | 0 | 11 | 101100 | 10101001 | 1011 | 110011 |
Color Harmonies of #738F8A
Complementary color
Monochromatic Colors of #738F8A
Black with #738F8A
Text Example
Text Example
White with #738F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F8A; }
p { color: rgb(115,143,138); }
H1.HeaderClassName
{
color: #738F8A;
}
.AnyTagClassName
{
color: #738F8A;
}
</style>
background-color css
<style>
a { background-color: #738F8A; }
a { background-color: rgb(115,143,138); }
div.DivClassName
{
background-color: #738F8A;
}
.BgClassName
{
background-color: #738F8A;
}
</style>
border-color css
<style>
span { border-color: #738F8A; }
span { border-color: rgb(115,143,138); }
td.TdClassName
{
border-color: #738F8A;
}
.TagClassName
{
border-color: #738F8A;
}
</style>