Shades of Glacier #77A8BA
Tints of Glacier #77A8BA
RGB
CMYK
RGB Variations
Color information
#77A8BA (or 0x77A8BA) is known color: Glacier. HEX triplet: 77, A8 and BA. RGB value is (119,168,186). Sum of RGB (Red+Green+Blue) = 119+168+186=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #77A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8BA is #885745. Grayscale: #9B9B9B. Windows color (decimal): -8935238 or 12232823. OLE color: 12232823.
HSL color Cylindrical-coordinate representation of color #77A8BA: hue angle of 196.12º 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 #77A8BA is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 168 | 186 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.27 |
| HSL | 196.12º | 0.33% | 0.6% | - |
| HSV(B) | 196.12º | 0.36% | 0.73% | - |
| XYZ | 30.47 | 35.47 | 51.7 | - |
| YUV | 155.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 186 | 0.36 | 0.10 | 0 | 0.27 | 196.12 | 0.33 | 0.6 |
| Hex | 77 | A8 | BA | 24 | A | 0 | 1B | C4 | 21 | 3C |
| Octal | 167 | 250 | 272 | 44 | 12 | 0 | 33 | 304 | 41 | 74 |
| Binary | 1110111 | 10101000 | 10111010 | 100100 | 1010 | 0 | 11011 | 11000100 | 100001 | 111100 |
Color Harmonies of #77A8BA
Complementary color
Monochromatic Colors of #77A8BA
Black with #77A8BA
Text Example
Text Example
White with #77A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8BA; }
p { color: rgb(119,168,186); }
H1.HeaderClassName
{
color: #77A8BA;
}
.AnyTagClassName
{
color: #77A8BA;
}
</style>
background-color css
<style>
a { background-color: #77A8BA; }
a { background-color: rgb(119,168,186); }
div.DivClassName
{
background-color: #77A8BA;
}
.BgClassName
{
background-color: #77A8BA;
}
</style>
border-color css
<style>
span { border-color: #77A8BA; }
span { border-color: rgb(119,168,186); }
td.TdClassName
{
border-color: #77A8BA;
}
.TagClassName
{
border-color: #77A8BA;
}
</style>