Shades of Glacier #77A8BD
Tints of Glacier #77A8BD
RGB
CMYK
RGB Variations
Color information
#77A8BD (or 0x77A8BD) is known color: Glacier. HEX triplet: 77, A8 and BD. RGB value is (119,168,189). Sum of RGB (Red+Green+Blue) = 119+168+189=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #77A8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8BD is #885742. Grayscale: #9B9B9B. Windows color (decimal): -8935235 or 12429431. OLE color: 12429431.
HSL color Cylindrical-coordinate representation of color #77A8BD: hue angle of 198º 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 #77A8BD is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 168 | 189 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.26 |
| HSL | 198º | 0.35% | 0.6% | - |
| HSV(B) | 198º | 0.37% | 0.74% | - |
| XYZ | 30.8 | 35.6 | 53.39 | - |
| YUV | 155.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 189 | 0.37 | 0.11 | 0 | 0.26 | 198 | 0.35 | 0.6 |
| Hex | 77 | A8 | BD | 25 | B | 0 | 1A | C6 | 23 | 3C |
| Octal | 167 | 250 | 275 | 45 | 13 | 0 | 32 | 306 | 43 | 74 |
| Binary | 1110111 | 10101000 | 10111101 | 100101 | 1011 | 0 | 11010 | 11000110 | 100011 | 111100 |
Color Harmonies of #77A8BD
Complementary color
Monochromatic Colors of #77A8BD
Black with #77A8BD
Text Example
Text Example
White with #77A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8BD; }
p { color: rgb(119,168,189); }
H1.HeaderClassName
{
color: #77A8BD;
}
.AnyTagClassName
{
color: #77A8BD;
}
</style>
background-color css
<style>
a { background-color: #77A8BD; }
a { background-color: rgb(119,168,189); }
div.DivClassName
{
background-color: #77A8BD;
}
.BgClassName
{
background-color: #77A8BD;
}
</style>
border-color css
<style>
span { border-color: #77A8BD; }
span { border-color: rgb(119,168,189); }
td.TdClassName
{
border-color: #77A8BD;
}
.TagClassName
{
border-color: #77A8BD;
}
</style>