Shades of Acapulco #76A695
Tints of Acapulco #76A695
RGB
CMYK
RGB Variations
Color information
#76A695 (or 0x76A695) is known color: Acapulco. HEX triplet: 76, A6 and 95. RGB value is (118,166,149). Sum of RGB (Red+Green+Blue) = 118+166+149=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #76A695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A695 is #89596A. Grayscale: #959595. Windows color (decimal): -9001323 or 9807478. OLE color: 9807478.
HSL color Cylindrical-coordinate representation of color #76A695: hue angle of 158.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A695 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 149 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.35 |
| HSL | 158.75º | 0.21% | 0.56% | - |
| HSV(B) | 158.75º | 0.29% | 0.65% | - |
| XYZ | 26.53 | 33.29 | 33.46 | - |
| YUV | 149.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 149 | 0.29 | 0 | 0.10 | 0.35 | 158.75 | 0.21 | 0.56 |
| Hex | 76 | A6 | 95 | 1D | 0 | A | 23 | 9F | 15 | 38 |
| Octal | 166 | 246 | 225 | 35 | 0 | 12 | 43 | 237 | 25 | 70 |
| Binary | 1110110 | 10100110 | 10010101 | 11101 | 0 | 1010 | 100011 | 10011111 | 10101 | 111000 |
Color Harmonies of #76A695
Complementary color
Monochromatic Colors of #76A695
Black with #76A695
Text Example
Text Example
White with #76A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A695; }
p { color: rgb(118,166,149); }
H1.HeaderClassName
{
color: #76A695;
}
.AnyTagClassName
{
color: #76A695;
}
</style>
background-color css
<style>
a { background-color: #76A695; }
a { background-color: rgb(118,166,149); }
div.DivClassName
{
background-color: #76A695;
}
.BgClassName
{
background-color: #76A695;
}
</style>
border-color css
<style>
span { border-color: #76A695; }
span { border-color: rgb(118,166,149); }
td.TdClassName
{
border-color: #76A695;
}
.TagClassName
{
border-color: #76A695;
}
</style>