Shades of Glacier #77ADC4
Tints of Glacier #77ADC4
RGB
CMYK
RGB Variations
Color information
#77ADC4 (or 0x77ADC4) is known color: Glacier. HEX triplet: 77, AD and C4. RGB value is (119,173,196). Sum of RGB (Red+Green+Blue) = 119+173+196=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #77ADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADC4 is #88523B. Grayscale: #9F9F9F. Windows color (decimal): -8933948 or 12889463. OLE color: 12889463.
HSL color Cylindrical-coordinate representation of color #77ADC4: hue angle of 197.92º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77ADC4 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 173 | 196 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.23 |
| HSL | 197.92º | 0.39% | 0.62% | - |
| HSV(B) | 197.92º | 0.39% | 0.77% | - |
| XYZ | 32.52 | 37.79 | 57.81 | - |
| YUV | 159.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 196 | 0.39 | 0.12 | 0 | 0.23 | 197.92 | 0.39 | 0.62 |
| Hex | 77 | AD | C4 | 27 | C | 0 | 17 | C6 | 27 | 3E |
| Octal | 167 | 255 | 304 | 47 | 14 | 0 | 27 | 306 | 47 | 76 |
| Binary | 1110111 | 10101101 | 11000100 | 100111 | 1100 | 0 | 10111 | 11000110 | 100111 | 111110 |
Color Harmonies of #77ADC4
Complementary color
Monochromatic Colors of #77ADC4
Black with #77ADC4
Text Example
Text Example
White with #77ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADC4; }
p { color: rgb(119,173,196); }
H1.HeaderClassName
{
color: #77ADC4;
}
.AnyTagClassName
{
color: #77ADC4;
}
</style>
background-color css
<style>
a { background-color: #77ADC4; }
a { background-color: rgb(119,173,196); }
div.DivClassName
{
background-color: #77ADC4;
}
.BgClassName
{
background-color: #77ADC4;
}
</style>
border-color css
<style>
span { border-color: #77ADC4; }
span { border-color: rgb(119,173,196); }
td.TdClassName
{
border-color: #77ADC4;
}
.TagClassName
{
border-color: #77ADC4;
}
</style>