Shades of Acapulco #789F90
Tints of Acapulco #789F90
RGB
CMYK
RGB Variations
Color information
#789F90 (or 0x789F90) is known color: Acapulco. HEX triplet: 78, 9F and 90. RGB value is (120,159,144). Sum of RGB (Red+Green+Blue) = 120+159+144=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #789F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789F90 is #87606F. Grayscale: #919191. Windows color (decimal): -8872048 or 9478008. OLE color: 9478008.
HSL color Cylindrical-coordinate representation of color #789F90: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789F90 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 144 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.38 |
| HSL | 156.92º | 0.17% | 0.55% | - |
| HSV(B) | 156.92º | 0.25% | 0.62% | - |
| XYZ | 25.18 | 30.8 | 31 | - |
| YUV | 145.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 144 | 0.25 | 0 | 0.09 | 0.38 | 156.92 | 0.17 | 0.55 |
| Hex | 78 | 9F | 90 | 19 | 0 | 9 | 26 | 9D | 11 | 37 |
| Octal | 170 | 237 | 220 | 31 | 0 | 11 | 46 | 235 | 21 | 67 |
| Binary | 1111000 | 10011111 | 10010000 | 11001 | 0 | 1001 | 100110 | 10011101 | 10001 | 110111 |
Color Harmonies of #789F90
Complementary color
Monochromatic Colors of #789F90
Black with #789F90
Text Example
Text Example
White with #789F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F90; }
p { color: rgb(120,159,144); }
H1.HeaderClassName
{
color: #789F90;
}
.AnyTagClassName
{
color: #789F90;
}
</style>
background-color css
<style>
a { background-color: #789F90; }
a { background-color: rgb(120,159,144); }
div.DivClassName
{
background-color: #789F90;
}
.BgClassName
{
background-color: #789F90;
}
</style>
border-color css
<style>
span { border-color: #789F90; }
span { border-color: rgb(120,159,144); }
td.TdClassName
{
border-color: #789F90;
}
.TagClassName
{
border-color: #789F90;
}
</style>