Shades of Glacier #77A3BD
Tints of Glacier #77A3BD
RGB
CMYK
RGB Variations
Color information
#77A3BD (or 0x77A3BD) is known color: Glacier. HEX triplet: 77, A3 and BD. RGB value is (119,163,189). Sum of RGB (Red+Green+Blue) = 119+163+189=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #77A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3BD is #885C42. Grayscale: #989898. Windows color (decimal): -8936515 or 12428151. OLE color: 12428151.
HSL color Cylindrical-coordinate representation of color #77A3BD: hue angle of 202.29º 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 #77A3BD is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 163 | 189 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.26 |
| HSL | 202.29º | 0.35% | 0.6% | - |
| HSV(B) | 202.29º | 0.37% | 0.74% | - |
| XYZ | 29.89 | 33.79 | 53.09 | - |
| YUV | 152.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 189 | 0.37 | 0.14 | 0 | 0.26 | 202.29 | 0.35 | 0.6 |
| Hex | 77 | A3 | BD | 25 | E | 0 | 1A | CA | 23 | 3C |
| Octal | 167 | 243 | 275 | 45 | 16 | 0 | 32 | 312 | 43 | 74 |
| Binary | 1110111 | 10100011 | 10111101 | 100101 | 1110 | 0 | 11010 | 11001010 | 100011 | 111100 |
Color Harmonies of #77A3BD
Complementary color
Monochromatic Colors of #77A3BD
Black with #77A3BD
Text Example
Text Example
White with #77A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A3BD; }
p { color: rgb(119,163,189); }
H1.HeaderClassName
{
color: #77A3BD;
}
.AnyTagClassName
{
color: #77A3BD;
}
</style>
background-color css
<style>
a { background-color: #77A3BD; }
a { background-color: rgb(119,163,189); }
div.DivClassName
{
background-color: #77A3BD;
}
.BgClassName
{
background-color: #77A3BD;
}
</style>
border-color css
<style>
span { border-color: #77A3BD; }
span { border-color: rgb(119,163,189); }
td.TdClassName
{
border-color: #77A3BD;
}
.TagClassName
{
border-color: #77A3BD;
}
</style>