Shades of Glacier #76A7B8
Tints of Glacier #76A7B8
RGB
CMYK
RGB Variations
Color information
#76A7B8 (or 0x76A7B8) is known color: Glacier. HEX triplet: 76, A7 and B8. RGB value is (118,167,184). Sum of RGB (Red+Green+Blue) = 118+167+184=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 184 - color contains mainly: blue. Hex color #76A7B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7B8 is #895847. Grayscale: #9A9A9A. Windows color (decimal): -9001032 or 12101494. OLE color: 12101494.
HSL color Cylindrical-coordinate representation of color #76A7B8: hue angle of 195.45º degrees, saturation: 0.32, 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 #76A7B8 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 167 | 184 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.28 |
| HSL | 195.45º | 0.32% | 0.59% | - |
| HSV(B) | 195.45º | 0.36% | 0.72% | - |
| XYZ | 29.94 | 34.95 | 50.52 | - |
| YUV | 154.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 184 | 0.36 | 0.09 | 0 | 0.28 | 195.45 | 0.32 | 0.59 |
| Hex | 76 | A7 | B8 | 24 | 9 | 0 | 1C | C3 | 20 | 3B |
| Octal | 166 | 247 | 270 | 44 | 11 | 0 | 34 | 303 | 40 | 73 |
| Binary | 1110110 | 10100111 | 10111000 | 100100 | 1001 | 0 | 11100 | 11000011 | 100000 | 111011 |
Color Harmonies of #76A7B8
Complementary color
Monochromatic Colors of #76A7B8
Black with #76A7B8
Text Example
Text Example
White with #76A7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A7B8; }
p { color: rgb(118,167,184); }
H1.HeaderClassName
{
color: #76A7B8;
}
.AnyTagClassName
{
color: #76A7B8;
}
</style>
background-color css
<style>
a { background-color: #76A7B8; }
a { background-color: rgb(118,167,184); }
div.DivClassName
{
background-color: #76A7B8;
}
.BgClassName
{
background-color: #76A7B8;
}
</style>
border-color css
<style>
span { border-color: #76A7B8; }
span { border-color: rgb(118,167,184); }
td.TdClassName
{
border-color: #76A7B8;
}
.TagClassName
{
border-color: #76A7B8;
}
</style>