Shades of Acapulco #76A08A
Tints of Acapulco #76A08A
RGB
CMYK
RGB Variations
Color information
#76A08A (or 0x76A08A) is known color: Acapulco. HEX triplet: 76, A0 and 8A. RGB value is (118,160,138). Sum of RGB (Red+Green+Blue) = 118+160+138=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #76A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A08A is #895F75. Grayscale: #909090. Windows color (decimal): -9002870 or 9085046. OLE color: 9085046.
HSL color Cylindrical-coordinate representation of color #76A08A: hue angle of 148.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76A08A is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 138 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.37 |
| HSL | 148.57º | 0.18% | 0.55% | - |
| HSV(B) | 148.57º | 0.26% | 0.63% | - |
| XYZ | 24.63 | 30.83 | 28.7 | - |
| YUV | 144.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 138 | 0.26 | 0 | 0.14 | 0.37 | 148.57 | 0.18 | 0.55 |
| Hex | 76 | A0 | 8A | 1A | 0 | E | 25 | 95 | 12 | 37 |
| Octal | 166 | 240 | 212 | 32 | 0 | 16 | 45 | 225 | 22 | 67 |
| Binary | 1110110 | 10100000 | 10001010 | 11010 | 0 | 1110 | 100101 | 10010101 | 10010 | 110111 |
Color Harmonies of #76A08A
Complementary color
Monochromatic Colors of #76A08A
Black with #76A08A
Text Example
Text Example
White with #76A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A08A; }
p { color: rgb(118,160,138); }
H1.HeaderClassName
{
color: #76A08A;
}
.AnyTagClassName
{
color: #76A08A;
}
</style>
background-color css
<style>
a { background-color: #76A08A; }
a { background-color: rgb(118,160,138); }
div.DivClassName
{
background-color: #76A08A;
}
.BgClassName
{
background-color: #76A08A;
}
</style>
border-color css
<style>
span { border-color: #76A08A; }
span { border-color: rgb(118,160,138); }
td.TdClassName
{
border-color: #76A08A;
}
.TagClassName
{
border-color: #76A08A;
}
</style>