Shades of Glacier #77A4BD
Tints of Glacier #77A4BD
RGB
CMYK
RGB Variations
Color information
#77A4BD (or 0x77A4BD) is known color: Glacier. HEX triplet: 77, A4 and BD. RGB value is (119,164,189). Sum of RGB (Red+Green+Blue) = 119+164+189=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #77A4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4BD is #885B42. Grayscale: #999999. Windows color (decimal): -8936259 or 12428407. OLE color: 12428407.
HSL color Cylindrical-coordinate representation of color #77A4BD: hue angle of 201.43º 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 #77A4BD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 164 | 189 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.26 |
| HSL | 201.43º | 0.35% | 0.6% | - |
| HSV(B) | 201.43º | 0.37% | 0.74% | - |
| XYZ | 30.07 | 34.15 | 53.15 | - |
| YUV | 153.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 164 | 189 | 0.37 | 0.13 | 0 | 0.26 | 201.43 | 0.35 | 0.6 |
| Hex | 77 | A4 | BD | 25 | D | 0 | 1A | C9 | 23 | 3C |
| Octal | 167 | 244 | 275 | 45 | 15 | 0 | 32 | 311 | 43 | 74 |
| Binary | 1110111 | 10100100 | 10111101 | 100101 | 1101 | 0 | 11010 | 11001001 | 100011 | 111100 |
Color Harmonies of #77A4BD
Complementary color
Monochromatic Colors of #77A4BD
Black with #77A4BD
Text Example
Text Example
White with #77A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A4BD; }
p { color: rgb(119,164,189); }
H1.HeaderClassName
{
color: #77A4BD;
}
.AnyTagClassName
{
color: #77A4BD;
}
</style>
background-color css
<style>
a { background-color: #77A4BD; }
a { background-color: rgb(119,164,189); }
div.DivClassName
{
background-color: #77A4BD;
}
.BgClassName
{
background-color: #77A4BD;
}
</style>
border-color css
<style>
span { border-color: #77A4BD; }
span { border-color: rgb(119,164,189); }
td.TdClassName
{
border-color: #77A4BD;
}
.TagClassName
{
border-color: #77A4BD;
}
</style>