Shades of Acapulco #77B19B
Tints of Acapulco #77B19B
RGB
CMYK
RGB Variations
Color information
#77B19B (or 0x77B19B) is known color: Acapulco. HEX triplet: 77, B1 and 9B. RGB value is (119,177,155). Sum of RGB (Red+Green+Blue) = 119+177+155=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #77B19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B19B is #884E64. Grayscale: #9D9D9D. Windows color (decimal): -8932965 or 10203511. OLE color: 10203511.
HSL color Cylindrical-coordinate representation of color #77B19B: hue angle of 157.24º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B19B is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 177 | 155 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.31 |
| HSL | 157.24º | 0.27% | 0.58% | - |
| HSV(B) | 157.24º | 0.33% | 0.69% | - |
| XYZ | 29.25 | 37.73 | 36.75 | - |
| YUV | 157.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 155 | 0.33 | 0 | 0.12 | 0.31 | 157.24 | 0.27 | 0.58 |
| Hex | 77 | B1 | 9B | 21 | 0 | C | 1F | 9D | 1B | 3A |
| Octal | 167 | 261 | 233 | 41 | 0 | 14 | 37 | 235 | 33 | 72 |
| Binary | 1110111 | 10110001 | 10011011 | 100001 | 0 | 1100 | 11111 | 10011101 | 11011 | 111010 |
Color Harmonies of #77B19B
Complementary color
Monochromatic Colors of #77B19B
Black with #77B19B
Text Example
Text Example
White with #77B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B19B; }
p { color: rgb(119,177,155); }
H1.HeaderClassName
{
color: #77B19B;
}
.AnyTagClassName
{
color: #77B19B;
}
</style>
background-color css
<style>
a { background-color: #77B19B; }
a { background-color: rgb(119,177,155); }
div.DivClassName
{
background-color: #77B19B;
}
.BgClassName
{
background-color: #77B19B;
}
</style>
border-color css
<style>
span { border-color: #77B19B; }
span { border-color: rgb(119,177,155); }
td.TdClassName
{
border-color: #77B19B;
}
.TagClassName
{
border-color: #77B19B;
}
</style>