Shades of Glacier #77AFC7
Tints of Glacier #77AFC7
RGB
CMYK
RGB Variations
Color information
#77AFC7 (or 0x77AFC7) is known color: Glacier. HEX triplet: 77, AF and C7. RGB value is (119,175,199). Sum of RGB (Red+Green+Blue) = 119+175+199=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #77AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFC7 is #885038. Grayscale: #A0A0A0. Windows color (decimal): -8933433 or 13086583. OLE color: 13086583.
HSL color Cylindrical-coordinate representation of color #77AFC7: hue angle of 198º degrees, saturation: 0.42, 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 #77AFC7 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 175 | 199 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.22 |
| HSL | 198º | 0.42% | 0.62% | - |
| HSV(B) | 198º | 0.4% | 0.78% | - |
| XYZ | 33.25 | 38.71 | 59.75 | - |
| YUV | 160.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 199 | 0.40 | 0.12 | 0 | 0.22 | 198 | 0.42 | 0.62 |
| Hex | 77 | AF | C7 | 28 | C | 0 | 16 | C6 | 2A | 3E |
| Octal | 167 | 257 | 307 | 50 | 14 | 0 | 26 | 306 | 52 | 76 |
| Binary | 1110111 | 10101111 | 11000111 | 101000 | 1100 | 0 | 10110 | 11000110 | 101010 | 111110 |
Color Harmonies of #77AFC7
Complementary color
Monochromatic Colors of #77AFC7
Black with #77AFC7
Text Example
Text Example
White with #77AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFC7; }
p { color: rgb(119,175,199); }
H1.HeaderClassName
{
color: #77AFC7;
}
.AnyTagClassName
{
color: #77AFC7;
}
</style>
background-color css
<style>
a { background-color: #77AFC7; }
a { background-color: rgb(119,175,199); }
div.DivClassName
{
background-color: #77AFC7;
}
.BgClassName
{
background-color: #77AFC7;
}
</style>
border-color css
<style>
span { border-color: #77AFC7; }
span { border-color: rgb(119,175,199); }
td.TdClassName
{
border-color: #77AFC7;
}
.TagClassName
{
border-color: #77AFC7;
}
</style>