Shades of Acapulco #74A090
Tints of Acapulco #74A090
RGB
CMYK
RGB Variations
Color information
#74A090 (or 0x74A090) is known color: Acapulco. HEX triplet: 74, A0 and 90. RGB value is (116,160,144). Sum of RGB (Red+Green+Blue) = 116+160+144=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 160 - color contains mainly: green. Hex color #74A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A090 is #8B5F6F. Grayscale: #919191. Windows color (decimal): -9133936 or 9478260. OLE color: 9478260.
HSL color Cylindrical-coordinate representation of color #74A090: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74A090 is Cyan = 0.28, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 144 | - |
| CMYK | 0.28 | 0 | 0.1 | 0.37 |
| HSL | 158.18º | 0.19% | 0.54% | - |
| HSV(B) | 158.18º | 0.28% | 0.63% | - |
| XYZ | 24.81 | 30.87 | 31.04 | - |
| YUV | 145.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 144 | 0.28 | 0 | 0.1 | 0.37 | 158.18 | 0.19 | 0.54 |
| Hex | 74 | A0 | 90 | 1C | 0 | A | 25 | 9E | 13 | 36 |
| Octal | 164 | 240 | 220 | 34 | 0 | 12 | 45 | 236 | 23 | 66 |
| Binary | 1110100 | 10100000 | 10010000 | 11100 | 0 | 1010 | 100101 | 10011110 | 10011 | 110110 |
Color Harmonies of #74A090
Complementary color
Monochromatic Colors of #74A090
Black with #74A090
Text Example
Text Example
White with #74A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A090; }
p { color: rgb(116,160,144); }
H1.HeaderClassName
{
color: #74A090;
}
.AnyTagClassName
{
color: #74A090;
}
</style>
background-color css
<style>
a { background-color: #74A090; }
a { background-color: rgb(116,160,144); }
div.DivClassName
{
background-color: #74A090;
}
.BgClassName
{
background-color: #74A090;
}
</style>
border-color css
<style>
span { border-color: #74A090; }
span { border-color: rgb(116,160,144); }
td.TdClassName
{
border-color: #74A090;
}
.TagClassName
{
border-color: #74A090;
}
</style>