Shades of Acapulco #77AB96
Tints of Acapulco #77AB96
RGB
CMYK
RGB Variations
Color information
#77AB96 (or 0x77AB96) is known color: Acapulco. HEX triplet: 77, AB and 96. RGB value is (119,171,150). Sum of RGB (Red+Green+Blue) = 119+171+150=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AB96 is #885469. Grayscale: #999999. Windows color (decimal): -8934506 or 9874295. OLE color: 9874295.
HSL color Cylindrical-coordinate representation of color #77AB96: hue angle of 155.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AB96 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 150 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.33 |
| HSL | 155.77º | 0.24% | 0.57% | - |
| HSV(B) | 155.77º | 0.3% | 0.67% | - |
| XYZ | 27.68 | 35.25 | 34.2 | - |
| YUV | 153.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 150 | 0.30 | 0 | 0.12 | 0.33 | 155.77 | 0.24 | 0.57 |
| Hex | 77 | AB | 96 | 1E | 0 | C | 21 | 9C | 18 | 39 |
| Octal | 167 | 253 | 226 | 36 | 0 | 14 | 41 | 234 | 30 | 71 |
| Binary | 1110111 | 10101011 | 10010110 | 11110 | 0 | 1100 | 100001 | 10011100 | 11000 | 111001 |
Color Harmonies of #77AB96
Complementary color
Monochromatic Colors of #77AB96
Black with #77AB96
Text Example
Text Example
White with #77AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB96; }
p { color: rgb(119,171,150); }
H1.HeaderClassName
{
color: #77AB96;
}
.AnyTagClassName
{
color: #77AB96;
}
</style>
background-color css
<style>
a { background-color: #77AB96; }
a { background-color: rgb(119,171,150); }
div.DivClassName
{
background-color: #77AB96;
}
.BgClassName
{
background-color: #77AB96;
}
</style>
border-color css
<style>
span { border-color: #77AB96; }
span { border-color: rgb(119,171,150); }
td.TdClassName
{
border-color: #77AB96;
}
.TagClassName
{
border-color: #77AB96;
}
</style>