Shades of Glacier #77AFBC
Tints of Glacier #77AFBC
RGB
CMYK
RGB Variations
Color information
#77AFBC (or 0x77AFBC) is known color: Glacier. HEX triplet: 77, AF and BC. RGB value is (119,175,188). Sum of RGB (Red+Green+Blue) = 119+175+188=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #77AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFBC is #885043. Grayscale: #9F9F9F. Windows color (decimal): -8933444 or 12365687. OLE color: 12365687.
HSL color Cylindrical-coordinate representation of color #77AFBC: hue angle of 191.3º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77AFBC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 175 | 188 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.26 |
| HSL | 191.3º | 0.34% | 0.6% | - |
| HSV(B) | 191.3º | 0.37% | 0.74% | - |
| XYZ | 32.01 | 38.21 | 53.27 | - |
| YUV | 159.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 188 | 0.37 | 0.07 | 0 | 0.26 | 191.3 | 0.34 | 0.6 |
| Hex | 77 | AF | BC | 25 | 7 | 0 | 1A | BF | 22 | 3C |
| Octal | 167 | 257 | 274 | 45 | 7 | 0 | 32 | 277 | 42 | 74 |
| Binary | 1110111 | 10101111 | 10111100 | 100101 | 111 | 0 | 11010 | 10111111 | 100010 | 111100 |
Color Harmonies of #77AFBC
Complementary color
Monochromatic Colors of #77AFBC
Black with #77AFBC
Text Example
Text Example
White with #77AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFBC; }
p { color: rgb(119,175,188); }
H1.HeaderClassName
{
color: #77AFBC;
}
.AnyTagClassName
{
color: #77AFBC;
}
</style>
background-color css
<style>
a { background-color: #77AFBC; }
a { background-color: rgb(119,175,188); }
div.DivClassName
{
background-color: #77AFBC;
}
.BgClassName
{
background-color: #77AFBC;
}
</style>
border-color css
<style>
span { border-color: #77AFBC; }
span { border-color: rgb(119,175,188); }
td.TdClassName
{
border-color: #77AFBC;
}
.TagClassName
{
border-color: #77AFBC;
}
</style>