Shades of Acapulco #729F90
Tints of Acapulco #729F90
RGB
CMYK
RGB Variations
Color information
#729F90 (or 0x729F90) is known color: Acapulco. HEX triplet: 72, 9F and 90. RGB value is (114,159,144). Sum of RGB (Red+Green+Blue) = 114+159+144=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #729F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729F90 is #8D606F. Grayscale: #8F8F8F. Windows color (decimal): -9265264 or 9478002. OLE color: 9478002.
HSL color Cylindrical-coordinate representation of color #729F90: hue angle of 160º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729F90 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 159 | 144 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.38 |
| HSL | 160º | 0.19% | 0.54% | - |
| HSV(B) | 160º | 0.28% | 0.62% | - |
| XYZ | 24.37 | 30.39 | 30.97 | - |
| YUV | 143.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 144 | 0.28 | 0 | 0.09 | 0.38 | 160 | 0.19 | 0.54 |
| Hex | 72 | 9F | 90 | 1C | 0 | 9 | 26 | A0 | 13 | 36 |
| Octal | 162 | 237 | 220 | 34 | 0 | 11 | 46 | 240 | 23 | 66 |
| Binary | 1110010 | 10011111 | 10010000 | 11100 | 0 | 1001 | 100110 | 10100000 | 10011 | 110110 |
Color Harmonies of #729F90
Complementary color
Monochromatic Colors of #729F90
Black with #729F90
Text Example
Text Example
White with #729F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729F90; }
p { color: rgb(114,159,144); }
H1.HeaderClassName
{
color: #729F90;
}
.AnyTagClassName
{
color: #729F90;
}
</style>
background-color css
<style>
a { background-color: #729F90; }
a { background-color: rgb(114,159,144); }
div.DivClassName
{
background-color: #729F90;
}
.BgClassName
{
background-color: #729F90;
}
</style>
border-color css
<style>
span { border-color: #729F90; }
span { border-color: rgb(114,159,144); }
td.TdClassName
{
border-color: #729F90;
}
.TagClassName
{
border-color: #729F90;
}
</style>