Shades of Acapulco #769F89
Tints of Acapulco #769F89
RGB
CMYK
RGB Variations
Color information
#769F89 (or 0x769F89) is known color: Acapulco. HEX triplet: 76, 9F and 89. RGB value is (118,159,137). Sum of RGB (Red+Green+Blue) = 118+159+137=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #769F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F89 is #896076. Grayscale: #909090. Windows color (decimal): -9003127 or 9019254. OLE color: 9019254.
HSL color Cylindrical-coordinate representation of color #769F89: hue angle of 147.8º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F89 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 137 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.38 |
| HSL | 147.8º | 0.18% | 0.54% | - |
| HSV(B) | 147.8º | 0.26% | 0.62% | - |
| XYZ | 24.38 | 30.45 | 28.26 | - |
| YUV | 144.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 137 | 0.26 | 0 | 0.14 | 0.38 | 147.8 | 0.18 | 0.54 |
| Hex | 76 | 9F | 89 | 1A | 0 | E | 26 | 94 | 12 | 36 |
| Octal | 166 | 237 | 211 | 32 | 0 | 16 | 46 | 224 | 22 | 66 |
| Binary | 1110110 | 10011111 | 10001001 | 11010 | 0 | 1110 | 100110 | 10010100 | 10010 | 110110 |
Color Harmonies of #769F89
Complementary color
Monochromatic Colors of #769F89
Black with #769F89
Text Example
Text Example
White with #769F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F89; }
p { color: rgb(118,159,137); }
H1.HeaderClassName
{
color: #769F89;
}
.AnyTagClassName
{
color: #769F89;
}
</style>
background-color css
<style>
a { background-color: #769F89; }
a { background-color: rgb(118,159,137); }
div.DivClassName
{
background-color: #769F89;
}
.BgClassName
{
background-color: #769F89;
}
</style>
border-color css
<style>
span { border-color: #769F89; }
span { border-color: rgb(118,159,137); }
td.TdClassName
{
border-color: #769F89;
}
.TagClassName
{
border-color: #769F89;
}
</style>