Shades of Glacier #77A9BD
Tints of Glacier #77A9BD
RGB
CMYK
RGB Variations
Color information
#77A9BD (or 0x77A9BD) is known color: Glacier. HEX triplet: 77, A9 and BD. RGB value is (119,169,189). Sum of RGB (Red+Green+Blue) = 119+169+189=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #77A9BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A9BD is #885642. Grayscale: #9C9C9C. Windows color (decimal): -8934979 or 12429687. OLE color: 12429687.
HSL color Cylindrical-coordinate representation of color #77A9BD: hue angle of 197.14º 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 #77A9BD is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 169 | 189 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.26 |
| HSL | 197.14º | 0.35% | 0.6% | - |
| HSV(B) | 197.14º | 0.37% | 0.74% | - |
| XYZ | 30.98 | 35.97 | 53.45 | - |
| YUV | 156.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 189 | 0.37 | 0.11 | 0 | 0.26 | 197.14 | 0.35 | 0.6 |
| Hex | 77 | A9 | BD | 25 | B | 0 | 1A | C5 | 23 | 3C |
| Octal | 167 | 251 | 275 | 45 | 13 | 0 | 32 | 305 | 43 | 74 |
| Binary | 1110111 | 10101001 | 10111101 | 100101 | 1011 | 0 | 11010 | 11000101 | 100011 | 111100 |
Color Harmonies of #77A9BD
Complementary color
Monochromatic Colors of #77A9BD
Black with #77A9BD
Text Example
Text Example
White with #77A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9BD; }
p { color: rgb(119,169,189); }
H1.HeaderClassName
{
color: #77A9BD;
}
.AnyTagClassName
{
color: #77A9BD;
}
</style>
background-color css
<style>
a { background-color: #77A9BD; }
a { background-color: rgb(119,169,189); }
div.DivClassName
{
background-color: #77A9BD;
}
.BgClassName
{
background-color: #77A9BD;
}
</style>
border-color css
<style>
span { border-color: #77A9BD; }
span { border-color: rgb(119,169,189); }
td.TdClassName
{
border-color: #77A9BD;
}
.TagClassName
{
border-color: #77A9BD;
}
</style>