Shades of Acapulco #73A087
Tints of Acapulco #73A087
RGB
CMYK
RGB Variations
Color information
#73A087 (or 0x73A087) is known color: Acapulco. HEX triplet: 73, A0 and 87. RGB value is (115,160,135). Sum of RGB (Red+Green+Blue) = 115+160+135=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #73A087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A087 is #8C5F78. Grayscale: #8F8F8F. Windows color (decimal): -9199481 or 8888435. OLE color: 8888435.
HSL color Cylindrical-coordinate representation of color #73A087: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73A087 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 135 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.37 |
| HSL | 146.67º | 0.19% | 0.54% | - |
| HSV(B) | 146.67º | 0.28% | 0.63% | - |
| XYZ | 24.01 | 30.54 | 27.55 | - |
| YUV | 143.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 135 | 0.28 | 0 | 0.16 | 0.37 | 146.67 | 0.19 | 0.54 |
| Hex | 73 | A0 | 87 | 1C | 0 | 10 | 25 | 93 | 13 | 36 |
| Octal | 163 | 240 | 207 | 34 | 0 | 20 | 45 | 223 | 23 | 66 |
| Binary | 1110011 | 10100000 | 10000111 | 11100 | 0 | 10000 | 100101 | 10010011 | 10011 | 110110 |
Color Harmonies of #73A087
Complementary color
Monochromatic Colors of #73A087
Black with #73A087
Text Example
Text Example
White with #73A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A087; }
p { color: rgb(115,160,135); }
H1.HeaderClassName
{
color: #73A087;
}
.AnyTagClassName
{
color: #73A087;
}
</style>
background-color css
<style>
a { background-color: #73A087; }
a { background-color: rgb(115,160,135); }
div.DivClassName
{
background-color: #73A087;
}
.BgClassName
{
background-color: #73A087;
}
</style>
border-color css
<style>
span { border-color: #73A087; }
span { border-color: rgb(115,160,135); }
td.TdClassName
{
border-color: #73A087;
}
.TagClassName
{
border-color: #73A087;
}
</style>