Shades of Acapulco #77B499
Tints of Acapulco #77B499
RGB
CMYK
RGB Variations
Color information
#77B499 (or 0x77B499) is known color: Acapulco. HEX triplet: 77, B4 and 99. RGB value is (119,180,153). Sum of RGB (Red+Green+Blue) = 119+180+153=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #77B499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B499 is #884B66. Grayscale: #9E9E9E. Windows color (decimal): -8932199 or 10073207. OLE color: 10073207.
HSL color Cylindrical-coordinate representation of color #77B499: hue angle of 153.44º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B499 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 153 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.29 |
| HSL | 153.44º | 0.29% | 0.59% | - |
| HSV(B) | 153.44º | 0.34% | 0.71% | - |
| XYZ | 29.68 | 38.86 | 36.07 | - |
| YUV | 158.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 153 | 0.34 | 0 | 0.15 | 0.29 | 153.44 | 0.29 | 0.59 |
| Hex | 77 | B4 | 99 | 22 | 0 | F | 1D | 99 | 1D | 3B |
| Octal | 167 | 264 | 231 | 42 | 0 | 17 | 35 | 231 | 35 | 73 |
| Binary | 1110111 | 10110100 | 10011001 | 100010 | 0 | 1111 | 11101 | 10011001 | 11101 | 111011 |
Color Harmonies of #77B499
Complementary color
Monochromatic Colors of #77B499
Black with #77B499
Text Example
Text Example
White with #77B499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B499; }
p { color: rgb(119,180,153); }
H1.HeaderClassName
{
color: #77B499;
}
.AnyTagClassName
{
color: #77B499;
}
</style>
background-color css
<style>
a { background-color: #77B499; }
a { background-color: rgb(119,180,153); }
div.DivClassName
{
background-color: #77B499;
}
.BgClassName
{
background-color: #77B499;
}
</style>
border-color css
<style>
span { border-color: #77B499; }
span { border-color: rgb(119,180,153); }
td.TdClassName
{
border-color: #77B499;
}
.TagClassName
{
border-color: #77B499;
}
</style>