Shades of Acapulco #789E8A
Tints of Acapulco #789E8A
RGB
CMYK
RGB Variations
Color information
#789E8A (or 0x789E8A) is known color: Acapulco. HEX triplet: 78, 9E and 8A. RGB value is (120,158,138). Sum of RGB (Red+Green+Blue) = 120+158+138=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #789E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E8A is #876175. Grayscale: #909090. Windows color (decimal): -8872310 or 9084536. OLE color: 9084536.
HSL color Cylindrical-coordinate representation of color #789E8A: hue angle of 148.42º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E8A is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 138 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.38 |
| HSL | 148.42º | 0.16% | 0.55% | - |
| HSV(B) | 148.42º | 0.24% | 0.62% | - |
| XYZ | 24.56 | 30.28 | 28.6 | - |
| YUV | 144.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 138 | 0.24 | 0 | 0.13 | 0.38 | 148.42 | 0.16 | 0.55 |
| Hex | 78 | 9E | 8A | 18 | 0 | D | 26 | 94 | 10 | 37 |
| Octal | 170 | 236 | 212 | 30 | 0 | 15 | 46 | 224 | 20 | 67 |
| Binary | 1111000 | 10011110 | 10001010 | 11000 | 0 | 1101 | 100110 | 10010100 | 10000 | 110111 |
Color Harmonies of #789E8A
Complementary color
Monochromatic Colors of #789E8A
Black with #789E8A
Text Example
Text Example
White with #789E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E8A; }
p { color: rgb(120,158,138); }
H1.HeaderClassName
{
color: #789E8A;
}
.AnyTagClassName
{
color: #789E8A;
}
</style>
background-color css
<style>
a { background-color: #789E8A; }
a { background-color: rgb(120,158,138); }
div.DivClassName
{
background-color: #789E8A;
}
.BgClassName
{
background-color: #789E8A;
}
</style>
border-color css
<style>
span { border-color: #789E8A; }
span { border-color: rgb(120,158,138); }
td.TdClassName
{
border-color: #789E8A;
}
.TagClassName
{
border-color: #789E8A;
}
</style>