Shades of Glacier #77A8C5
Tints of Glacier #77A8C5
RGB
CMYK
RGB Variations
Color information
#77A8C5 (or 0x77A8C5) is known color: Glacier. HEX triplet: 77, A8 and C5. RGB value is (119,168,197). Sum of RGB (Red+Green+Blue) = 119+168+197=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 197 - color contains mainly: blue. Hex color #77A8C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8C5 is #88573A. Grayscale: #9C9C9C. Windows color (decimal): -8935227 or 12953719. OLE color: 12953719.
HSL color Cylindrical-coordinate representation of color #77A8C5: hue angle of 202.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77A8C5 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 168 | 197 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.23 |
| HSL | 202.31º | 0.4% | 0.62% | - |
| HSV(B) | 202.31º | 0.4% | 0.77% | - |
| XYZ | 31.69 | 35.96 | 58.09 | - |
| YUV | 156.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 197 | 0.40 | 0.15 | 0 | 0.23 | 202.31 | 0.4 | 0.62 |
| Hex | 77 | A8 | C5 | 28 | F | 0 | 17 | CA | 28 | 3E |
| Octal | 167 | 250 | 305 | 50 | 17 | 0 | 27 | 312 | 50 | 76 |
| Binary | 1110111 | 10101000 | 11000101 | 101000 | 1111 | 0 | 10111 | 11001010 | 101000 | 111110 |
Color Harmonies of #77A8C5
Complementary color
Monochromatic Colors of #77A8C5
Black with #77A8C5
Text Example
Text Example
White with #77A8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8C5; }
p { color: rgb(119,168,197); }
H1.HeaderClassName
{
color: #77A8C5;
}
.AnyTagClassName
{
color: #77A8C5;
}
</style>
background-color css
<style>
a { background-color: #77A8C5; }
a { background-color: rgb(119,168,197); }
div.DivClassName
{
background-color: #77A8C5;
}
.BgClassName
{
background-color: #77A8C5;
}
</style>
border-color css
<style>
span { border-color: #77A8C5; }
span { border-color: rgb(119,168,197); }
td.TdClassName
{
border-color: #77A8C5;
}
.TagClassName
{
border-color: #77A8C5;
}
</style>