Shades of Acapulco #77BDA1
Tints of Acapulco #77BDA1
RGB
CMYK
RGB Variations
Color information
#77BDA1 (or 0x77BDA1) is known color: Acapulco. HEX triplet: 77, BD and A1. RGB value is (119,189,161). Sum of RGB (Red+Green+Blue) = 119+189+161=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDA1 is #88425E. Grayscale: #A4A4A4. Windows color (decimal): -8929887 or 10599799. OLE color: 10599799.
HSL color Cylindrical-coordinate representation of color #77BDA1: hue angle of 156º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BDA1 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 161 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.26 |
| HSL | 156º | 0.35% | 0.6% | - |
| HSV(B) | 156º | 0.37% | 0.74% | - |
| XYZ | 32.24 | 42.89 | 40.3 | - |
| YUV | 164.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 161 | 0.37 | 0 | 0.15 | 0.26 | 156 | 0.35 | 0.6 |
| Hex | 77 | BD | A1 | 25 | 0 | F | 1A | 9C | 23 | 3C |
| Octal | 167 | 275 | 241 | 45 | 0 | 17 | 32 | 234 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10100001 | 100101 | 0 | 1111 | 11010 | 10011100 | 100011 | 111100 |
Color Harmonies of #77BDA1
Complementary color
Monochromatic Colors of #77BDA1
Black with #77BDA1
Text Example
Text Example
White with #77BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDA1; }
p { color: rgb(119,189,161); }
H1.HeaderClassName
{
color: #77BDA1;
}
.AnyTagClassName
{
color: #77BDA1;
}
</style>
background-color css
<style>
a { background-color: #77BDA1; }
a { background-color: rgb(119,189,161); }
div.DivClassName
{
background-color: #77BDA1;
}
.BgClassName
{
background-color: #77BDA1;
}
</style>
border-color css
<style>
span { border-color: #77BDA1; }
span { border-color: rgb(119,189,161); }
td.TdClassName
{
border-color: #77BDA1;
}
.TagClassName
{
border-color: #77BDA1;
}
</style>