Shades of Acapulco #77A38C
Tints of Acapulco #77A38C
RGB
CMYK
RGB Variations
Color information
#77A38C (or 0x77A38C) is known color: Acapulco. HEX triplet: 77, A3 and 8C. RGB value is (119,163,140). Sum of RGB (Red+Green+Blue) = 119+163+140=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #77A38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A38C is #885C73. Grayscale: #939393. Windows color (decimal): -8936564 or 9216887. OLE color: 9216887.
HSL color Cylindrical-coordinate representation of color #77A38C: hue angle of 148.64º 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 #77A38C is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 163 | 140 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.36 |
| HSL | 148.64º | 0.19% | 0.55% | - |
| HSV(B) | 148.64º | 0.27% | 0.64% | - |
| XYZ | 25.44 | 32.01 | 29.65 | - |
| YUV | 147.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 140 | 0.27 | 0 | 0.14 | 0.36 | 148.64 | 0.19 | 0.55 |
| Hex | 77 | A3 | 8C | 1B | 0 | E | 24 | 95 | 13 | 37 |
| Octal | 167 | 243 | 214 | 33 | 0 | 16 | 44 | 225 | 23 | 67 |
| Binary | 1110111 | 10100011 | 10001100 | 11011 | 0 | 1110 | 100100 | 10010101 | 10011 | 110111 |
Color Harmonies of #77A38C
Complementary color
Monochromatic Colors of #77A38C
Black with #77A38C
Text Example
Text Example
White with #77A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A38C; }
p { color: rgb(119,163,140); }
H1.HeaderClassName
{
color: #77A38C;
}
.AnyTagClassName
{
color: #77A38C;
}
</style>
background-color css
<style>
a { background-color: #77A38C; }
a { background-color: rgb(119,163,140); }
div.DivClassName
{
background-color: #77A38C;
}
.BgClassName
{
background-color: #77A38C;
}
</style>
border-color css
<style>
span { border-color: #77A38C; }
span { border-color: rgb(119,163,140); }
td.TdClassName
{
border-color: #77A38C;
}
.TagClassName
{
border-color: #77A38C;
}
</style>