Shades of Gumbo #73968F
Tints of Gumbo #73968F
RGB
CMYK
RGB Variations
Color information
#73968F (or 0x73968F) is known color: Gumbo. HEX triplet: 73, 96 and 8F. RGB value is (115,150,143). Sum of RGB (Red+Green+Blue) = 115+150+143=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #73968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73968F is #8C6970. Grayscale: #8A8A8A. Windows color (decimal): -9202033 or 9410163. OLE color: 9410163.
HSL color Cylindrical-coordinate representation of color #73968F: hue angle of 168º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73968F is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 143 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.41 |
| HSL | 168º | 0.14% | 0.52% | - |
| HSV(B) | 168º | 0.23% | 0.59% | - |
| XYZ | 22.93 | 27.44 | 30.07 | - |
| YUV | 138.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 143 | 0.23 | 0 | 0.05 | 0.41 | 168 | 0.14 | 0.52 |
| Hex | 73 | 96 | 8F | 17 | 0 | 5 | 29 | A8 | E | 34 |
| Octal | 163 | 226 | 217 | 27 | 0 | 5 | 51 | 250 | 16 | 64 |
| Binary | 1110011 | 10010110 | 10001111 | 10111 | 0 | 101 | 101001 | 10101000 | 1110 | 110100 |
Color Harmonies of #73968F
Complementary color
Monochromatic Colors of #73968F
Black with #73968F
Text Example
Text Example
White with #73968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73968F; }
p { color: rgb(115,150,143); }
H1.HeaderClassName
{
color: #73968F;
}
.AnyTagClassName
{
color: #73968F;
}
</style>
background-color css
<style>
a { background-color: #73968F; }
a { background-color: rgb(115,150,143); }
div.DivClassName
{
background-color: #73968F;
}
.BgClassName
{
background-color: #73968F;
}
</style>
border-color css
<style>
span { border-color: #73968F; }
span { border-color: rgb(115,150,143); }
td.TdClassName
{
border-color: #73968F;
}
.TagClassName
{
border-color: #73968F;
}
</style>