Shades of Acapulco #78A491
Tints of Acapulco #78A491
RGB
CMYK
RGB Variations
Color information
#78A491 (or 0x78A491) is known color: Acapulco. HEX triplet: 78, A4 and 91. RGB value is (120,164,145). Sum of RGB (Red+Green+Blue) = 120+164+145=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #78A491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A491 is #875B6E. Grayscale: #949494. Windows color (decimal): -8870767 or 9544824. OLE color: 9544824.
HSL color Cylindrical-coordinate representation of color #78A491: hue angle of 154.09º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A491 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 164 | 145 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.36 |
| HSL | 154.09º | 0.19% | 0.56% | - |
| HSV(B) | 154.09º | 0.27% | 0.64% | - |
| XYZ | 26.13 | 32.59 | 31.7 | - |
| YUV | 148.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 145 | 0.27 | 0 | 0.12 | 0.36 | 154.09 | 0.19 | 0.56 |
| Hex | 78 | A4 | 91 | 1B | 0 | C | 24 | 9A | 13 | 38 |
| Octal | 170 | 244 | 221 | 33 | 0 | 14 | 44 | 232 | 23 | 70 |
| Binary | 1111000 | 10100100 | 10010001 | 11011 | 0 | 1100 | 100100 | 10011010 | 10011 | 111000 |
Color Harmonies of #78A491
Complementary color
Monochromatic Colors of #78A491
Black with #78A491
Text Example
Text Example
White with #78A491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A491; }
p { color: rgb(120,164,145); }
H1.HeaderClassName
{
color: #78A491;
}
.AnyTagClassName
{
color: #78A491;
}
</style>
background-color css
<style>
a { background-color: #78A491; }
a { background-color: rgb(120,164,145); }
div.DivClassName
{
background-color: #78A491;
}
.BgClassName
{
background-color: #78A491;
}
</style>
border-color css
<style>
span { border-color: #78A491; }
span { border-color: rgb(120,164,145); }
td.TdClassName
{
border-color: #78A491;
}
.TagClassName
{
border-color: #78A491;
}
</style>