Shades of Acapulco #769F8F
Tints of Acapulco #769F8F
RGB
CMYK
RGB Variations
Color information
#769F8F (or 0x769F8F) is known color: Acapulco. HEX triplet: 76, 9F and 8F. RGB value is (118,159,143). Sum of RGB (Red+Green+Blue) = 118+159+143=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #769F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F8F is #896070. Grayscale: #909090. Windows color (decimal): -9003121 or 9412470. OLE color: 9412470.
HSL color Cylindrical-coordinate representation of color #769F8F: hue angle of 156.59º 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 #769F8F is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 143 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.38 |
| HSL | 156.59º | 0.18% | 0.54% | - |
| HSV(B) | 156.59º | 0.26% | 0.62% | - |
| XYZ | 24.83 | 30.63 | 30.59 | - |
| YUV | 144.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 143 | 0.26 | 0 | 0.10 | 0.38 | 156.59 | 0.18 | 0.54 |
| Hex | 76 | 9F | 8F | 1A | 0 | A | 26 | 9D | 12 | 36 |
| Octal | 166 | 237 | 217 | 32 | 0 | 12 | 46 | 235 | 22 | 66 |
| Binary | 1110110 | 10011111 | 10001111 | 11010 | 0 | 1010 | 100110 | 10011101 | 10010 | 110110 |
Color Harmonies of #769F8F
Complementary color
Monochromatic Colors of #769F8F
Black with #769F8F
Text Example
Text Example
White with #769F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F8F; }
p { color: rgb(118,159,143); }
H1.HeaderClassName
{
color: #769F8F;
}
.AnyTagClassName
{
color: #769F8F;
}
</style>
background-color css
<style>
a { background-color: #769F8F; }
a { background-color: rgb(118,159,143); }
div.DivClassName
{
background-color: #769F8F;
}
.BgClassName
{
background-color: #769F8F;
}
</style>
border-color css
<style>
span { border-color: #769F8F; }
span { border-color: rgb(118,159,143); }
td.TdClassName
{
border-color: #769F8F;
}
.TagClassName
{
border-color: #769F8F;
}
</style>