Shades of Acapulco #729D89
Tints of Acapulco #729D89
RGB
CMYK
RGB Variations
Color information
#729D89 (or 0x729D89) is known color: Acapulco. HEX triplet: 72, 9D and 89. RGB value is (114,157,137). Sum of RGB (Red+Green+Blue) = 114+157+137=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #729D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729D89 is #8D6276. Grayscale: #8D8D8D. Windows color (decimal): -9265783 or 9018738. OLE color: 9018738.
HSL color Cylindrical-coordinate representation of color #729D89: hue angle of 152.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729D89 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 137 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.38 |
| HSL | 152.09º | 0.18% | 0.53% | - |
| HSV(B) | 152.09º | 0.27% | 0.62% | - |
| XYZ | 23.51 | 29.5 | 28.12 | - |
| YUV | 141.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 137 | 0.27 | 0 | 0.13 | 0.38 | 152.09 | 0.18 | 0.53 |
| Hex | 72 | 9D | 89 | 1B | 0 | D | 26 | 98 | 12 | 35 |
| Octal | 162 | 235 | 211 | 33 | 0 | 15 | 46 | 230 | 22 | 65 |
| Binary | 1110010 | 10011101 | 10001001 | 11011 | 0 | 1101 | 100110 | 10011000 | 10010 | 110101 |
Color Harmonies of #729D89
Complementary color
Monochromatic Colors of #729D89
Black with #729D89
Text Example
Text Example
White with #729D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D89; }
p { color: rgb(114,157,137); }
H1.HeaderClassName
{
color: #729D89;
}
.AnyTagClassName
{
color: #729D89;
}
</style>
background-color css
<style>
a { background-color: #729D89; }
a { background-color: rgb(114,157,137); }
div.DivClassName
{
background-color: #729D89;
}
.BgClassName
{
background-color: #729D89;
}
</style>
border-color css
<style>
span { border-color: #729D89; }
span { border-color: rgb(114,157,137); }
td.TdClassName
{
border-color: #729D89;
}
.TagClassName
{
border-color: #729D89;
}
</style>