Shades of Acapulco #76A594
Tints of Acapulco #76A594
RGB
CMYK
RGB Variations
Color information
#76A594 (or 0x76A594) is known color: Acapulco. HEX triplet: 76, A5 and 94. RGB value is (118,165,148). Sum of RGB (Red+Green+Blue) = 118+165+148=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #76A594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A594 is #895A6B. Grayscale: #959595. Windows color (decimal): -9001580 or 9741686. OLE color: 9741686.
HSL color Cylindrical-coordinate representation of color #76A594: hue angle of 158.3º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A594 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 148 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.35 |
| HSL | 158.3º | 0.21% | 0.55% | - |
| HSV(B) | 158.3º | 0.28% | 0.65% | - |
| XYZ | 26.27 | 32.9 | 32.98 | - |
| YUV | 149.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 148 | 0.28 | 0 | 0.10 | 0.35 | 158.3 | 0.21 | 0.55 |
| Hex | 76 | A5 | 94 | 1C | 0 | A | 23 | 9E | 15 | 37 |
| Octal | 166 | 245 | 224 | 34 | 0 | 12 | 43 | 236 | 25 | 67 |
| Binary | 1110110 | 10100101 | 10010100 | 11100 | 0 | 1010 | 100011 | 10011110 | 10101 | 110111 |
Color Harmonies of #76A594
Complementary color
Monochromatic Colors of #76A594
Black with #76A594
Text Example
Text Example
White with #76A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A594; }
p { color: rgb(118,165,148); }
H1.HeaderClassName
{
color: #76A594;
}
.AnyTagClassName
{
color: #76A594;
}
</style>
background-color css
<style>
a { background-color: #76A594; }
a { background-color: rgb(118,165,148); }
div.DivClassName
{
background-color: #76A594;
}
.BgClassName
{
background-color: #76A594;
}
</style>
border-color css
<style>
span { border-color: #76A594; }
span { border-color: rgb(118,165,148); }
td.TdClassName
{
border-color: #76A594;
}
.TagClassName
{
border-color: #76A594;
}
</style>