Shades of Acapulco #77AD96
Tints of Acapulco #77AD96
RGB
CMYK
RGB Variations
Color information
#77AD96 (or 0x77AD96) is known color: Acapulco. HEX triplet: 77, AD and 96. RGB value is (119,173,150). Sum of RGB (Red+Green+Blue) = 119+173+150=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AD96 is #885269. Grayscale: #9A9A9A. Windows color (decimal): -8933994 or 9874807. OLE color: 9874807.
HSL color Cylindrical-coordinate representation of color #77AD96: hue angle of 154.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AD96 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 173 | 150 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.32 |
| HSL | 154.44º | 0.25% | 0.57% | - |
| HSV(B) | 154.44º | 0.31% | 0.68% | - |
| XYZ | 28.06 | 36.01 | 34.33 | - |
| YUV | 154.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 150 | 0.31 | 0 | 0.13 | 0.32 | 154.44 | 0.25 | 0.57 |
| Hex | 77 | AD | 96 | 1F | 0 | D | 20 | 9A | 19 | 39 |
| Octal | 167 | 255 | 226 | 37 | 0 | 15 | 40 | 232 | 31 | 71 |
| Binary | 1110111 | 10101101 | 10010110 | 11111 | 0 | 1101 | 100000 | 10011010 | 11001 | 111001 |
Color Harmonies of #77AD96
Complementary color
Monochromatic Colors of #77AD96
Black with #77AD96
Text Example
Text Example
White with #77AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AD96; }
p { color: rgb(119,173,150); }
H1.HeaderClassName
{
color: #77AD96;
}
.AnyTagClassName
{
color: #77AD96;
}
</style>
background-color css
<style>
a { background-color: #77AD96; }
a { background-color: rgb(119,173,150); }
div.DivClassName
{
background-color: #77AD96;
}
.BgClassName
{
background-color: #77AD96;
}
</style>
border-color css
<style>
span { border-color: #77AD96; }
span { border-color: rgb(119,173,150); }
td.TdClassName
{
border-color: #77AD96;
}
.TagClassName
{
border-color: #77AD96;
}
</style>