Shades of Glacier #77A3BA
Tints of Glacier #77A3BA
RGB
CMYK
RGB Variations
Color information
#77A3BA (or 0x77A3BA) is known color: Glacier. HEX triplet: 77, A3 and BA. RGB value is (119,163,186). Sum of RGB (Red+Green+Blue) = 119+163+186=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #77A3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3BA is #885C45. Grayscale: #989898. Windows color (decimal): -8936518 or 12231543. OLE color: 12231543.
HSL color Cylindrical-coordinate representation of color #77A3BA: hue angle of 200.6º 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 #77A3BA is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 163 | 186 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.27 |
| HSL | 200.6º | 0.33% | 0.6% | - |
| HSV(B) | 200.6º | 0.36% | 0.73% | - |
| XYZ | 29.57 | 33.66 | 51.39 | - |
| YUV | 152.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 186 | 0.36 | 0.12 | 0 | 0.27 | 200.6 | 0.33 | 0.6 |
| Hex | 77 | A3 | BA | 24 | C | 0 | 1B | C9 | 21 | 3C |
| Octal | 167 | 243 | 272 | 44 | 14 | 0 | 33 | 311 | 41 | 74 |
| Binary | 1110111 | 10100011 | 10111010 | 100100 | 1100 | 0 | 11011 | 11001001 | 100001 | 111100 |
Color Harmonies of #77A3BA
Complementary color
Monochromatic Colors of #77A3BA
Black with #77A3BA
Text Example
Text Example
White with #77A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A3BA; }
p { color: rgb(119,163,186); }
H1.HeaderClassName
{
color: #77A3BA;
}
.AnyTagClassName
{
color: #77A3BA;
}
</style>
background-color css
<style>
a { background-color: #77A3BA; }
a { background-color: rgb(119,163,186); }
div.DivClassName
{
background-color: #77A3BA;
}
.BgClassName
{
background-color: #77A3BA;
}
</style>
border-color css
<style>
span { border-color: #77A3BA; }
span { border-color: rgb(119,163,186); }
td.TdClassName
{
border-color: #77A3BA;
}
.TagClassName
{
border-color: #77A3BA;
}
</style>