Shades of Glacier #77ADBA
Tints of Glacier #77ADBA
RGB
CMYK
RGB Variations
Color information
#77ADBA (or 0x77ADBA) is known color: Glacier. HEX triplet: 77, AD and BA. RGB value is (119,173,186). Sum of RGB (Red+Green+Blue) = 119+173+186=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #77ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADBA is #885245. Grayscale: #9E9E9E. Windows color (decimal): -8933958 or 12234103. OLE color: 12234103.
HSL color Cylindrical-coordinate representation of color #77ADBA: hue angle of 191.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77ADBA is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 173 | 186 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.27 |
| HSL | 191.64º | 0.33% | 0.6% | - |
| HSV(B) | 191.64º | 0.36% | 0.73% | - |
| XYZ | 31.41 | 37.35 | 52.01 | - |
| YUV | 158.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 186 | 0.36 | 0.07 | 0 | 0.27 | 191.64 | 0.33 | 0.6 |
| Hex | 77 | AD | BA | 24 | 7 | 0 | 1B | C0 | 21 | 3C |
| Octal | 167 | 255 | 272 | 44 | 7 | 0 | 33 | 300 | 41 | 74 |
| Binary | 1110111 | 10101101 | 10111010 | 100100 | 111 | 0 | 11011 | 11000000 | 100001 | 111100 |
Color Harmonies of #77ADBA
Complementary color
Monochromatic Colors of #77ADBA
Black with #77ADBA
Text Example
Text Example
White with #77ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADBA; }
p { color: rgb(119,173,186); }
H1.HeaderClassName
{
color: #77ADBA;
}
.AnyTagClassName
{
color: #77ADBA;
}
</style>
background-color css
<style>
a { background-color: #77ADBA; }
a { background-color: rgb(119,173,186); }
div.DivClassName
{
background-color: #77ADBA;
}
.BgClassName
{
background-color: #77ADBA;
}
</style>
border-color css
<style>
span { border-color: #77ADBA; }
span { border-color: rgb(119,173,186); }
td.TdClassName
{
border-color: #77ADBA;
}
.TagClassName
{
border-color: #77ADBA;
}
</style>