Shades of Gumbo #72908B
Tints of Gumbo #72908B
RGB
CMYK
RGB Variations
Color information
#72908B (or 0x72908B) is known color: Gumbo. HEX triplet: 72, 90 and 8B. RGB value is (114,144,139). Sum of RGB (Red+Green+Blue) = 114+144+139=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #72908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72908B is #8D6F74. Grayscale: #868686. Windows color (decimal): -9269109 or 9146482. OLE color: 9146482.
HSL color Cylindrical-coordinate representation of color #72908B: hue angle of 170º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72908B is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 139 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.44 |
| HSL | 170º | 0.12% | 0.51% | - |
| HSV(B) | 170º | 0.21% | 0.56% | - |
| XYZ | 21.57 | 25.39 | 28.19 | - |
| YUV | 134.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 139 | 0.21 | 0 | 0.03 | 0.44 | 170 | 0.12 | 0.51 |
| Hex | 72 | 90 | 8B | 15 | 0 | 3 | 2C | AA | C | 33 |
| Octal | 162 | 220 | 213 | 25 | 0 | 3 | 54 | 252 | 14 | 63 |
| Binary | 1110010 | 10010000 | 10001011 | 10101 | 0 | 11 | 101100 | 10101010 | 1100 | 110011 |
Color Harmonies of #72908B
Complementary color
Monochromatic Colors of #72908B
Black with #72908B
Text Example
Text Example
White with #72908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72908B; }
p { color: rgb(114,144,139); }
H1.HeaderClassName
{
color: #72908B;
}
.AnyTagClassName
{
color: #72908B;
}
</style>
background-color css
<style>
a { background-color: #72908B; }
a { background-color: rgb(114,144,139); }
div.DivClassName
{
background-color: #72908B;
}
.BgClassName
{
background-color: #72908B;
}
</style>
border-color css
<style>
span { border-color: #72908B; }
span { border-color: rgb(114,144,139); }
td.TdClassName
{
border-color: #72908B;
}
.TagClassName
{
border-color: #72908B;
}
</style>