Shades of Glacier #76AAB7
Tints of Glacier #76AAB7
RGB
CMYK
RGB Variations
Color information
#76AAB7 (or 0x76AAB7) is known color: Glacier. HEX triplet: 76, AA and B7. RGB value is (118,170,183). Sum of RGB (Red+Green+Blue) = 118+170+183=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #76AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AAB7 is #895548. Grayscale: #9B9B9B. Windows color (decimal): -9000265 or 12036726. OLE color: 12036726.
HSL color Cylindrical-coordinate representation of color #76AAB7: hue angle of 192º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76AAB7 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 170 | 183 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.28 |
| HSL | 192º | 0.31% | 0.59% | - |
| HSV(B) | 192º | 0.36% | 0.72% | - |
| XYZ | 30.39 | 36.02 | 50.15 | - |
| YUV | 155.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 183 | 0.36 | 0.07 | 0 | 0.28 | 192 | 0.31 | 0.59 |
| Hex | 76 | AA | B7 | 24 | 7 | 0 | 1C | C0 | 1F | 3B |
| Octal | 166 | 252 | 267 | 44 | 7 | 0 | 34 | 300 | 37 | 73 |
| Binary | 1110110 | 10101010 | 10110111 | 100100 | 111 | 0 | 11100 | 11000000 | 11111 | 111011 |
Color Harmonies of #76AAB7
Complementary color
Monochromatic Colors of #76AAB7
Black with #76AAB7
Text Example
Text Example
White with #76AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AAB7; }
p { color: rgb(118,170,183); }
H1.HeaderClassName
{
color: #76AAB7;
}
.AnyTagClassName
{
color: #76AAB7;
}
</style>
background-color css
<style>
a { background-color: #76AAB7; }
a { background-color: rgb(118,170,183); }
div.DivClassName
{
background-color: #76AAB7;
}
.BgClassName
{
background-color: #76AAB7;
}
</style>
border-color css
<style>
span { border-color: #76AAB7; }
span { border-color: rgb(118,170,183); }
td.TdClassName
{
border-color: #76AAB7;
}
.TagClassName
{
border-color: #76AAB7;
}
</style>