Shades of Acapulco #78A090
Tints of Acapulco #78A090
RGB
CMYK
RGB Variations
Color information
#78A090 (or 0x78A090) is known color: Acapulco. HEX triplet: 78, A0 and 90. RGB value is (120,160,144). Sum of RGB (Red+Green+Blue) = 120+160+144=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #78A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A090 is #875F6F. Grayscale: #929292. Windows color (decimal): -8871792 or 9478264. OLE color: 9478264.
HSL color Cylindrical-coordinate representation of color #78A090: hue angle of 156º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78A090 is Cyan = 0.25, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 144 | - |
| CMYK | 0.25 | 0 | 0.1 | 0.37 |
| HSL | 156º | 0.17% | 0.55% | - |
| HSV(B) | 156º | 0.25% | 0.63% | - |
| XYZ | 25.35 | 31.15 | 31.06 | - |
| YUV | 146.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 144 | 0.25 | 0 | 0.1 | 0.37 | 156 | 0.17 | 0.55 |
| Hex | 78 | A0 | 90 | 19 | 0 | A | 25 | 9C | 11 | 37 |
| Octal | 170 | 240 | 220 | 31 | 0 | 12 | 45 | 234 | 21 | 67 |
| Binary | 1111000 | 10100000 | 10010000 | 11001 | 0 | 1010 | 100101 | 10011100 | 10001 | 110111 |
Color Harmonies of #78A090
Complementary color
Monochromatic Colors of #78A090
Black with #78A090
Text Example
Text Example
White with #78A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A090; }
p { color: rgb(120,160,144); }
H1.HeaderClassName
{
color: #78A090;
}
.AnyTagClassName
{
color: #78A090;
}
</style>
background-color css
<style>
a { background-color: #78A090; }
a { background-color: rgb(120,160,144); }
div.DivClassName
{
background-color: #78A090;
}
.BgClassName
{
background-color: #78A090;
}
</style>
border-color css
<style>
span { border-color: #78A090; }
span { border-color: rgb(120,160,144); }
td.TdClassName
{
border-color: #78A090;
}
.TagClassName
{
border-color: #78A090;
}
</style>