Shades of Acapulco #77A894
Tints of Acapulco #77A894
RGB
CMYK
RGB Variations
Color information
#77A894 (or 0x77A894) is known color: Acapulco. HEX triplet: 77, A8 and 94. RGB value is (119,168,148). Sum of RGB (Red+Green+Blue) = 119+168+148=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #77A894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A894 is #88576B. Grayscale: #979797. Windows color (decimal): -8935276 or 9742455. OLE color: 9742455.
HSL color Cylindrical-coordinate representation of color #77A894: hue angle of 155.51º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A894 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 168 | 148 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.34 |
| HSL | 155.51º | 0.22% | 0.56% | - |
| HSV(B) | 155.51º | 0.29% | 0.66% | - |
| XYZ | 26.96 | 34.07 | 33.17 | - |
| YUV | 151.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 148 | 0.29 | 0 | 0.12 | 0.34 | 155.51 | 0.22 | 0.56 |
| Hex | 77 | A8 | 94 | 1D | 0 | C | 22 | 9C | 16 | 38 |
| Octal | 167 | 250 | 224 | 35 | 0 | 14 | 42 | 234 | 26 | 70 |
| Binary | 1110111 | 10101000 | 10010100 | 11101 | 0 | 1100 | 100010 | 10011100 | 10110 | 111000 |
Color Harmonies of #77A894
Complementary color
Monochromatic Colors of #77A894
Black with #77A894
Text Example
Text Example
White with #77A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A894; }
p { color: rgb(119,168,148); }
H1.HeaderClassName
{
color: #77A894;
}
.AnyTagClassName
{
color: #77A894;
}
</style>
background-color css
<style>
a { background-color: #77A894; }
a { background-color: rgb(119,168,148); }
div.DivClassName
{
background-color: #77A894;
}
.BgClassName
{
background-color: #77A894;
}
</style>
border-color css
<style>
span { border-color: #77A894; }
span { border-color: rgb(119,168,148); }
td.TdClassName
{
border-color: #77A894;
}
.TagClassName
{
border-color: #77A894;
}
</style>