Shades of Glacier #77ADC6
Tints of Glacier #77ADC6
RGB
CMYK
RGB Variations
Color information
#77ADC6 (or 0x77ADC6) is known color: Glacier. HEX triplet: 77, AD and C6. RGB value is (119,173,198). Sum of RGB (Red+Green+Blue) = 119+173+198=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #77ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADC6 is #885239. Grayscale: #9F9F9F. Windows color (decimal): -8933946 or 13020535. OLE color: 13020535.
HSL color Cylindrical-coordinate representation of color #77ADC6: hue angle of 198.99º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77ADC6 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 173 | 198 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.22 |
| HSL | 198.99º | 0.41% | 0.62% | - |
| HSV(B) | 198.99º | 0.4% | 0.78% | - |
| XYZ | 32.74 | 37.89 | 59.01 | - |
| YUV | 159.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 198 | 0.40 | 0.13 | 0 | 0.22 | 198.99 | 0.41 | 0.62 |
| Hex | 77 | AD | C6 | 28 | D | 0 | 16 | C7 | 29 | 3E |
| Octal | 167 | 255 | 306 | 50 | 15 | 0 | 26 | 307 | 51 | 76 |
| Binary | 1110111 | 10101101 | 11000110 | 101000 | 1101 | 0 | 10110 | 11000111 | 101001 | 111110 |
Color Harmonies of #77ADC6
Complementary color
Monochromatic Colors of #77ADC6
Black with #77ADC6
Text Example
Text Example
White with #77ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADC6; }
p { color: rgb(119,173,198); }
H1.HeaderClassName
{
color: #77ADC6;
}
.AnyTagClassName
{
color: #77ADC6;
}
</style>
background-color css
<style>
a { background-color: #77ADC6; }
a { background-color: rgb(119,173,198); }
div.DivClassName
{
background-color: #77ADC6;
}
.BgClassName
{
background-color: #77ADC6;
}
</style>
border-color css
<style>
span { border-color: #77ADC6; }
span { border-color: rgb(119,173,198); }
td.TdClassName
{
border-color: #77ADC6;
}
.TagClassName
{
border-color: #77ADC6;
}
</style>