Shades of Glacier #77ADBC
Tints of Glacier #77ADBC
RGB
CMYK
RGB Variations
Color information
#77ADBC (or 0x77ADBC) is known color: Glacier. HEX triplet: 77, AD and BC. RGB value is (119,173,188). Sum of RGB (Red+Green+Blue) = 119+173+188=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #77ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADBC is #885243. Grayscale: #9E9E9E. Windows color (decimal): -8933956 or 12365175. OLE color: 12365175.
HSL color Cylindrical-coordinate representation of color #77ADBC: hue angle of 193.04º degrees, saturation: 0.34, 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 #77ADBC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 173 | 188 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.26 |
| HSL | 193.04º | 0.34% | 0.6% | - |
| HSV(B) | 193.04º | 0.37% | 0.74% | - |
| XYZ | 31.63 | 37.44 | 53.14 | - |
| YUV | 158.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 188 | 0.37 | 0.08 | 0 | 0.26 | 193.04 | 0.34 | 0.6 |
| Hex | 77 | AD | BC | 25 | 8 | 0 | 1A | C1 | 22 | 3C |
| Octal | 167 | 255 | 274 | 45 | 10 | 0 | 32 | 301 | 42 | 74 |
| Binary | 1110111 | 10101101 | 10111100 | 100101 | 1000 | 0 | 11010 | 11000001 | 100010 | 111100 |
Color Harmonies of #77ADBC
Complementary color
Monochromatic Colors of #77ADBC
Black with #77ADBC
Text Example
Text Example
White with #77ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADBC; }
p { color: rgb(119,173,188); }
H1.HeaderClassName
{
color: #77ADBC;
}
.AnyTagClassName
{
color: #77ADBC;
}
</style>
background-color css
<style>
a { background-color: #77ADBC; }
a { background-color: rgb(119,173,188); }
div.DivClassName
{
background-color: #77ADBC;
}
.BgClassName
{
background-color: #77ADBC;
}
</style>
border-color css
<style>
span { border-color: #77ADBC; }
span { border-color: rgb(119,173,188); }
td.TdClassName
{
border-color: #77ADBC;
}
.TagClassName
{
border-color: #77ADBC;
}
</style>