Shades of Glacier #77AFB7
Tints of Glacier #77AFB7
RGB
CMYK
RGB Variations
Color information
#77AFB7 (or 0x77AFB7) is known color: Glacier. HEX triplet: 77, AF and B7. RGB value is (119,175,183). Sum of RGB (Red+Green+Blue) = 119+175+183=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 183 - color contains mainly: blue. Hex color #77AFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFB7 is #885048. Grayscale: #9F9F9F. Windows color (decimal): -8933449 or 12038007. OLE color: 12038007.
HSL color Cylindrical-coordinate representation of color #77AFB7: hue angle of 187.5º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77AFB7 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 175 | 183 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.28 |
| HSL | 187.5º | 0.31% | 0.59% | - |
| HSV(B) | 187.5º | 0.35% | 0.72% | - |
| XYZ | 31.48 | 38 | 50.48 | - |
| YUV | 159.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 183 | 0.35 | 0.04 | 0 | 0.28 | 187.5 | 0.31 | 0.59 |
| Hex | 77 | AF | B7 | 23 | 4 | 0 | 1C | BC | 1F | 3B |
| Octal | 167 | 257 | 267 | 43 | 4 | 0 | 34 | 274 | 37 | 73 |
| Binary | 1110111 | 10101111 | 10110111 | 100011 | 100 | 0 | 11100 | 10111100 | 11111 | 111011 |
Color Harmonies of #77AFB7
Complementary color
Monochromatic Colors of #77AFB7
Black with #77AFB7
Text Example
Text Example
White with #77AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFB7; }
p { color: rgb(119,175,183); }
H1.HeaderClassName
{
color: #77AFB7;
}
.AnyTagClassName
{
color: #77AFB7;
}
</style>
background-color css
<style>
a { background-color: #77AFB7; }
a { background-color: rgb(119,175,183); }
div.DivClassName
{
background-color: #77AFB7;
}
.BgClassName
{
background-color: #77AFB7;
}
</style>
border-color css
<style>
span { border-color: #77AFB7; }
span { border-color: rgb(119,175,183); }
td.TdClassName
{
border-color: #77AFB7;
}
.TagClassName
{
border-color: #77AFB7;
}
</style>