Shades of Acapulco #77AF9A
Tints of Acapulco #77AF9A
RGB
CMYK
RGB Variations
Color information
#77AF9A (or 0x77AF9A) is known color: Acapulco. HEX triplet: 77, AF and 9A. RGB value is (119,175,154). Sum of RGB (Red+Green+Blue) = 119+175+154=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AF9A is #885065. Grayscale: #9B9B9B. Windows color (decimal): -8933478 or 10137463. OLE color: 10137463.
HSL color Cylindrical-coordinate representation of color #77AF9A: hue angle of 157.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AF9A is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 154 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.31 |
| HSL | 157.5º | 0.26% | 0.58% | - |
| HSV(B) | 157.5º | 0.32% | 0.69% | - |
| XYZ | 28.77 | 36.91 | 36.18 | - |
| YUV | 155.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 154 | 0.32 | 0 | 0.12 | 0.31 | 157.5 | 0.26 | 0.58 |
| Hex | 77 | AF | 9A | 20 | 0 | C | 1F | 9E | 1A | 3A |
| Octal | 167 | 257 | 232 | 40 | 0 | 14 | 37 | 236 | 32 | 72 |
| Binary | 1110111 | 10101111 | 10011010 | 100000 | 0 | 1100 | 11111 | 10011110 | 11010 | 111010 |
Color Harmonies of #77AF9A
Complementary color
Monochromatic Colors of #77AF9A
Black with #77AF9A
Text Example
Text Example
White with #77AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF9A; }
p { color: rgb(119,175,154); }
H1.HeaderClassName
{
color: #77AF9A;
}
.AnyTagClassName
{
color: #77AF9A;
}
</style>
background-color css
<style>
a { background-color: #77AF9A; }
a { background-color: rgb(119,175,154); }
div.DivClassName
{
background-color: #77AF9A;
}
.BgClassName
{
background-color: #77AF9A;
}
</style>
border-color css
<style>
span { border-color: #77AF9A; }
span { border-color: rgb(119,175,154); }
td.TdClassName
{
border-color: #77AF9A;
}
.TagClassName
{
border-color: #77AF9A;
}
</style>