Shades of Glacier #76AABB
Tints of Glacier #76AABB
RGB
CMYK
RGB Variations
Color information
#76AABB (or 0x76AABB) is known color: Glacier. HEX triplet: 76, AA and BB. RGB value is (118,170,187). Sum of RGB (Red+Green+Blue) = 118+170+187=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #76AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AABB is #895544. Grayscale: #9C9C9C. Windows color (decimal): -9000261 or 12298870. OLE color: 12298870.
HSL color Cylindrical-coordinate representation of color #76AABB: hue angle of 194.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76AABB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 170 | 187 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.27 |
| HSL | 194.78º | 0.34% | 0.6% | - |
| HSV(B) | 194.78º | 0.37% | 0.73% | - |
| XYZ | 30.82 | 36.19 | 52.37 | - |
| YUV | 156.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 187 | 0.37 | 0.09 | 0 | 0.27 | 194.78 | 0.34 | 0.6 |
| Hex | 76 | AA | BB | 25 | 9 | 0 | 1B | C3 | 22 | 3C |
| Octal | 166 | 252 | 273 | 45 | 11 | 0 | 33 | 303 | 42 | 74 |
| Binary | 1110110 | 10101010 | 10111011 | 100101 | 1001 | 0 | 11011 | 11000011 | 100010 | 111100 |
Color Harmonies of #76AABB
Complementary color
Monochromatic Colors of #76AABB
Black with #76AABB
Text Example
Text Example
White with #76AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AABB; }
p { color: rgb(118,170,187); }
H1.HeaderClassName
{
color: #76AABB;
}
.AnyTagClassName
{
color: #76AABB;
}
</style>
background-color css
<style>
a { background-color: #76AABB; }
a { background-color: rgb(118,170,187); }
div.DivClassName
{
background-color: #76AABB;
}
.BgClassName
{
background-color: #76AABB;
}
</style>
border-color css
<style>
span { border-color: #76AABB; }
span { border-color: rgb(118,170,187); }
td.TdClassName
{
border-color: #76AABB;
}
.TagClassName
{
border-color: #76AABB;
}
</style>