Shades of Glacier #77ACBD
Tints of Glacier #77ACBD
RGB
CMYK
RGB Variations
Color information
#77ACBD (or 0x77ACBD) is known color: Glacier. HEX triplet: 77, AC and BD. RGB value is (119,172,189). Sum of RGB (Red+Green+Blue) = 119+172+189=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #77ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACBD is #885342. Grayscale: #9D9D9D. Windows color (decimal): -8934211 or 12430455. OLE color: 12430455.
HSL color Cylindrical-coordinate representation of color #77ACBD: hue angle of 194.57º 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 #77ACBD is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 172 | 189 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.26 |
| HSL | 194.57º | 0.35% | 0.6% | - |
| HSV(B) | 194.57º | 0.37% | 0.74% | - |
| XYZ | 31.55 | 37.1 | 53.64 | - |
| YUV | 158.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 189 | 0.37 | 0.09 | 0 | 0.26 | 194.57 | 0.35 | 0.6 |
| Hex | 77 | AC | BD | 25 | 9 | 0 | 1A | C3 | 23 | 3C |
| Octal | 167 | 254 | 275 | 45 | 11 | 0 | 32 | 303 | 43 | 74 |
| Binary | 1110111 | 10101100 | 10111101 | 100101 | 1001 | 0 | 11010 | 11000011 | 100011 | 111100 |
Color Harmonies of #77ACBD
Complementary color
Monochromatic Colors of #77ACBD
Black with #77ACBD
Text Example
Text Example
White with #77ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ACBD; }
p { color: rgb(119,172,189); }
H1.HeaderClassName
{
color: #77ACBD;
}
.AnyTagClassName
{
color: #77ACBD;
}
</style>
background-color css
<style>
a { background-color: #77ACBD; }
a { background-color: rgb(119,172,189); }
div.DivClassName
{
background-color: #77ACBD;
}
.BgClassName
{
background-color: #77ACBD;
}
</style>
border-color css
<style>
span { border-color: #77ACBD; }
span { border-color: rgb(119,172,189); }
td.TdClassName
{
border-color: #77ACBD;
}
.TagClassName
{
border-color: #77ACBD;
}
</style>