Shades of Acapulco #76A292
Tints of Acapulco #76A292
RGB
CMYK
RGB Variations
Color information
#76A292 (or 0x76A292) is known color: Acapulco. HEX triplet: 76, A2 and 92. RGB value is (118,162,146). Sum of RGB (Red+Green+Blue) = 118+162+146=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #76A292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A292 is #895D6D. Grayscale: #939393. Windows color (decimal): -9002350 or 9609846. OLE color: 9609846.
HSL color Cylindrical-coordinate representation of color #76A292: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A292 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 146 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.36 |
| HSL | 158.18º | 0.19% | 0.55% | - |
| HSV(B) | 158.18º | 0.27% | 0.64% | - |
| XYZ | 25.58 | 31.77 | 31.98 | - |
| YUV | 147.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 146 | 0.27 | 0 | 0.10 | 0.36 | 158.18 | 0.19 | 0.55 |
| Hex | 76 | A2 | 92 | 1B | 0 | A | 24 | 9E | 13 | 37 |
| Octal | 166 | 242 | 222 | 33 | 0 | 12 | 44 | 236 | 23 | 67 |
| Binary | 1110110 | 10100010 | 10010010 | 11011 | 0 | 1010 | 100100 | 10011110 | 10011 | 110111 |
Color Harmonies of #76A292
Complementary color
Monochromatic Colors of #76A292
Black with #76A292
Text Example
Text Example
White with #76A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A292; }
p { color: rgb(118,162,146); }
H1.HeaderClassName
{
color: #76A292;
}
.AnyTagClassName
{
color: #76A292;
}
</style>
background-color css
<style>
a { background-color: #76A292; }
a { background-color: rgb(118,162,146); }
div.DivClassName
{
background-color: #76A292;
}
.BgClassName
{
background-color: #76A292;
}
</style>
border-color css
<style>
span { border-color: #76A292; }
span { border-color: rgb(118,162,146); }
td.TdClassName
{
border-color: #76A292;
}
.TagClassName
{
border-color: #76A292;
}
</style>