Shades of Glacier #76A2C1
Tints of Glacier #76A2C1
RGB
CMYK
RGB Variations
Color information
#76A2C1 (or 0x76A2C1) is known color: Glacier. HEX triplet: 76, A2 and C1. RGB value is (118,162,193). Sum of RGB (Red+Green+Blue) = 118+162+193=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #76A2C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2C1 is #895D3E. Grayscale: #989898. Windows color (decimal): -9002303 or 12690038. OLE color: 12690038.
HSL color Cylindrical-coordinate representation of color #76A2C1: hue angle of 204.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76A2C1 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 162 | 193 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.24 |
| HSL | 204.8º | 0.38% | 0.61% | - |
| HSV(B) | 204.8º | 0.39% | 0.76% | - |
| XYZ | 30.02 | 33.54 | 55.34 | - |
| YUV | 152.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 193 | 0.39 | 0.16 | 0 | 0.24 | 204.8 | 0.38 | 0.61 |
| Hex | 76 | A2 | C1 | 27 | 10 | 0 | 18 | CD | 26 | 3D |
| Octal | 166 | 242 | 301 | 47 | 20 | 0 | 30 | 315 | 46 | 75 |
| Binary | 1110110 | 10100010 | 11000001 | 100111 | 10000 | 0 | 11000 | 11001101 | 100110 | 111101 |
Color Harmonies of #76A2C1
Complementary color
Monochromatic Colors of #76A2C1
Black with #76A2C1
Text Example
Text Example
White with #76A2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2C1; }
p { color: rgb(118,162,193); }
H1.HeaderClassName
{
color: #76A2C1;
}
.AnyTagClassName
{
color: #76A2C1;
}
</style>
background-color css
<style>
a { background-color: #76A2C1; }
a { background-color: rgb(118,162,193); }
div.DivClassName
{
background-color: #76A2C1;
}
.BgClassName
{
background-color: #76A2C1;
}
</style>
border-color css
<style>
span { border-color: #76A2C1; }
span { border-color: rgb(118,162,193); }
td.TdClassName
{
border-color: #76A2C1;
}
.TagClassName
{
border-color: #76A2C1;
}
</style>