Shades of Acapulco #76A28C
Tints of Acapulco #76A28C
RGB
CMYK
RGB Variations
Color information
#76A28C (or 0x76A28C) is known color: Acapulco. HEX triplet: 76, A2 and 8C. RGB value is (118,162,140). Sum of RGB (Red+Green+Blue) = 118+162+140=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #76A28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A28C is #895D73. Grayscale: #929292. Windows color (decimal): -9002356 or 9216630. OLE color: 9216630.
HSL color Cylindrical-coordinate representation of color #76A28C: hue angle of 150º 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 #76A28C is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 140 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.36 |
| HSL | 150º | 0.19% | 0.55% | - |
| HSV(B) | 150º | 0.27% | 0.64% | - |
| XYZ | 25.13 | 31.59 | 29.58 | - |
| YUV | 146.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 140 | 0.27 | 0 | 0.14 | 0.36 | 150 | 0.19 | 0.55 |
| Hex | 76 | A2 | 8C | 1B | 0 | E | 24 | 96 | 13 | 37 |
| Octal | 166 | 242 | 214 | 33 | 0 | 16 | 44 | 226 | 23 | 67 |
| Binary | 1110110 | 10100010 | 10001100 | 11011 | 0 | 1110 | 100100 | 10010110 | 10011 | 110111 |
Color Harmonies of #76A28C
Complementary color
Monochromatic Colors of #76A28C
Black with #76A28C
Text Example
Text Example
White with #76A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A28C; }
p { color: rgb(118,162,140); }
H1.HeaderClassName
{
color: #76A28C;
}
.AnyTagClassName
{
color: #76A28C;
}
</style>
background-color css
<style>
a { background-color: #76A28C; }
a { background-color: rgb(118,162,140); }
div.DivClassName
{
background-color: #76A28C;
}
.BgClassName
{
background-color: #76A28C;
}
</style>
border-color css
<style>
span { border-color: #76A28C; }
span { border-color: rgb(118,162,140); }
td.TdClassName
{
border-color: #76A28C;
}
.TagClassName
{
border-color: #76A28C;
}
</style>