Shades of Glacier #76A6BA
Tints of Glacier #76A6BA
RGB
CMYK
RGB Variations
Color information
#76A6BA (or 0x76A6BA) is known color: Glacier. HEX triplet: 76, A6 and BA. RGB value is (118,166,186). Sum of RGB (Red+Green+Blue) = 118+166+186=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #76A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A6BA is #895945. Grayscale: #999999. Windows color (decimal): -9001286 or 12232310. OLE color: 12232310.
HSL color Cylindrical-coordinate representation of color #76A6BA: hue angle of 197.65º degrees, saturation: 0.33, 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 #76A6BA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 166 | 186 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.27 |
| HSL | 197.65º | 0.33% | 0.6% | - |
| HSV(B) | 197.65º | 0.37% | 0.73% | - |
| XYZ | 29.97 | 34.67 | 51.57 | - |
| YUV | 153.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 186 | 0.37 | 0.11 | 0 | 0.27 | 197.65 | 0.33 | 0.6 |
| Hex | 76 | A6 | BA | 25 | B | 0 | 1B | C6 | 21 | 3C |
| Octal | 166 | 246 | 272 | 45 | 13 | 0 | 33 | 306 | 41 | 74 |
| Binary | 1110110 | 10100110 | 10111010 | 100101 | 1011 | 0 | 11011 | 11000110 | 100001 | 111100 |
Color Harmonies of #76A6BA
Complementary color
Monochromatic Colors of #76A6BA
Black with #76A6BA
Text Example
Text Example
White with #76A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6BA; }
p { color: rgb(118,166,186); }
H1.HeaderClassName
{
color: #76A6BA;
}
.AnyTagClassName
{
color: #76A6BA;
}
</style>
background-color css
<style>
a { background-color: #76A6BA; }
a { background-color: rgb(118,166,186); }
div.DivClassName
{
background-color: #76A6BA;
}
.BgClassName
{
background-color: #76A6BA;
}
</style>
border-color css
<style>
span { border-color: #76A6BA; }
span { border-color: rgb(118,166,186); }
td.TdClassName
{
border-color: #76A6BA;
}
.TagClassName
{
border-color: #76A6BA;
}
</style>