Shades of Glacier #77AABA
Tints of Glacier #77AABA
RGB
CMYK
RGB Variations
Color information
#77AABA (or 0x77AABA) is known color: Glacier. HEX triplet: 77, AA and BA. RGB value is (119,170,186). Sum of RGB (Red+Green+Blue) = 119+170+186=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #77AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AABA is #885545. Grayscale: #9C9C9C. Windows color (decimal): -8934726 or 12233335. OLE color: 12233335.
HSL color Cylindrical-coordinate representation of color #77AABA: hue angle of 194.33º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77AABA is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 170 | 186 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.27 |
| HSL | 194.33º | 0.33% | 0.6% | - |
| HSV(B) | 194.33º | 0.36% | 0.73% | - |
| XYZ | 30.85 | 36.22 | 51.82 | - |
| YUV | 156.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 186 | 0.36 | 0.09 | 0 | 0.27 | 194.33 | 0.33 | 0.6 |
| Hex | 77 | AA | BA | 24 | 9 | 0 | 1B | C2 | 21 | 3C |
| Octal | 167 | 252 | 272 | 44 | 11 | 0 | 33 | 302 | 41 | 74 |
| Binary | 1110111 | 10101010 | 10111010 | 100100 | 1001 | 0 | 11011 | 11000010 | 100001 | 111100 |
Color Harmonies of #77AABA
Complementary color
Monochromatic Colors of #77AABA
Black with #77AABA
Text Example
Text Example
White with #77AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AABA; }
p { color: rgb(119,170,186); }
H1.HeaderClassName
{
color: #77AABA;
}
.AnyTagClassName
{
color: #77AABA;
}
</style>
background-color css
<style>
a { background-color: #77AABA; }
a { background-color: rgb(119,170,186); }
div.DivClassName
{
background-color: #77AABA;
}
.BgClassName
{
background-color: #77AABA;
}
</style>
border-color css
<style>
span { border-color: #77AABA; }
span { border-color: rgb(119,170,186); }
td.TdClassName
{
border-color: #77AABA;
}
.TagClassName
{
border-color: #77AABA;
}
</style>