Shades of Acapulco #769F8C
Tints of Acapulco #769F8C
RGB
CMYK
RGB Variations
Color information
#769F8C (or 0x769F8C) is known color: Acapulco. HEX triplet: 76, 9F and 8C. RGB value is (118,159,140). Sum of RGB (Red+Green+Blue) = 118+159+140=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #769F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F8C is #896073. Grayscale: #909090. Windows color (decimal): -9003124 or 9215862. OLE color: 9215862.
HSL color Cylindrical-coordinate representation of color #769F8C: hue angle of 152.2º 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 #769F8C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 140 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.38 |
| HSL | 152.2º | 0.18% | 0.54% | - |
| HSV(B) | 152.2º | 0.26% | 0.62% | - |
| XYZ | 24.6 | 30.54 | 29.41 | - |
| YUV | 144.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 140 | 0.26 | 0 | 0.12 | 0.38 | 152.2 | 0.18 | 0.54 |
| Hex | 76 | 9F | 8C | 1A | 0 | C | 26 | 98 | 12 | 36 |
| Octal | 166 | 237 | 214 | 32 | 0 | 14 | 46 | 230 | 22 | 66 |
| Binary | 1110110 | 10011111 | 10001100 | 11010 | 0 | 1100 | 100110 | 10011000 | 10010 | 110110 |
Color Harmonies of #769F8C
Complementary color
Monochromatic Colors of #769F8C
Black with #769F8C
Text Example
Text Example
White with #769F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F8C; }
p { color: rgb(118,159,140); }
H1.HeaderClassName
{
color: #769F8C;
}
.AnyTagClassName
{
color: #769F8C;
}
</style>
background-color css
<style>
a { background-color: #769F8C; }
a { background-color: rgb(118,159,140); }
div.DivClassName
{
background-color: #769F8C;
}
.BgClassName
{
background-color: #769F8C;
}
</style>
border-color css
<style>
span { border-color: #769F8C; }
span { border-color: rgb(118,159,140); }
td.TdClassName
{
border-color: #769F8C;
}
.TagClassName
{
border-color: #769F8C;
}
</style>