Shades of Glacier #76A4BE
Tints of Glacier #76A4BE
RGB
CMYK
RGB Variations
Color information
#76A4BE (or 0x76A4BE) is known color: Glacier. HEX triplet: 76, A4 and BE. RGB value is (118,164,190). Sum of RGB (Red+Green+Blue) = 118+164+190=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #76A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A4BE is #895B41. Grayscale: #999999. Windows color (decimal): -9001794 or 12493942. OLE color: 12493942.
HSL color Cylindrical-coordinate representation of color #76A4BE: hue angle of 201.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76A4BE is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 164 | 190 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.25 |
| HSL | 201.67º | 0.36% | 0.6% | - |
| HSV(B) | 201.67º | 0.38% | 0.75% | - |
| XYZ | 30.04 | 34.12 | 53.72 | - |
| YUV | 153.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 190 | 0.38 | 0.14 | 0 | 0.25 | 201.67 | 0.36 | 0.6 |
| Hex | 76 | A4 | BE | 26 | E | 0 | 19 | CA | 24 | 3C |
| Octal | 166 | 244 | 276 | 46 | 16 | 0 | 31 | 312 | 44 | 74 |
| Binary | 1110110 | 10100100 | 10111110 | 100110 | 1110 | 0 | 11001 | 11001010 | 100100 | 111100 |
Color Harmonies of #76A4BE
Complementary color
Monochromatic Colors of #76A4BE
Black with #76A4BE
Text Example
Text Example
White with #76A4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A4BE; }
p { color: rgb(118,164,190); }
H1.HeaderClassName
{
color: #76A4BE;
}
.AnyTagClassName
{
color: #76A4BE;
}
</style>
background-color css
<style>
a { background-color: #76A4BE; }
a { background-color: rgb(118,164,190); }
div.DivClassName
{
background-color: #76A4BE;
}
.BgClassName
{
background-color: #76A4BE;
}
</style>
border-color css
<style>
span { border-color: #76A4BE; }
span { border-color: rgb(118,164,190); }
td.TdClassName
{
border-color: #76A4BE;
}
.TagClassName
{
border-color: #76A4BE;
}
</style>