Shades of Glacier #76B7BD
Tints of Glacier #76B7BD
RGB
CMYK
RGB Variations
Color information
#76B7BD (or 0x76B7BD) is known color: Glacier. HEX triplet: 76, B7 and BD. RGB value is (118,183,189). Sum of RGB (Red+Green+Blue) = 118+183+189=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #76B7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B7BD is #894842. Grayscale: #A4A4A4. Windows color (decimal): -8996931 or 12433270. OLE color: 12433270.
HSL color Cylindrical-coordinate representation of color #76B7BD: hue angle of 185.07º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76B7BD is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 183 | 189 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.26 |
| HSL | 185.07º | 0.35% | 0.6% | - |
| HSV(B) | 185.07º | 0.38% | 0.74% | - |
| XYZ | 33.59 | 41.39 | 54.36 | - |
| YUV | 164.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 189 | 0.38 | 0.03 | 0 | 0.26 | 185.07 | 0.35 | 0.6 |
| Hex | 76 | B7 | BD | 26 | 3 | 0 | 1A | B9 | 23 | 3C |
| Octal | 166 | 267 | 275 | 46 | 3 | 0 | 32 | 271 | 43 | 74 |
| Binary | 1110110 | 10110111 | 10111101 | 100110 | 11 | 0 | 11010 | 10111001 | 100011 | 111100 |
Color Harmonies of #76B7BD
Complementary color
Monochromatic Colors of #76B7BD
Black with #76B7BD
Text Example
Text Example
White with #76B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B7BD; }
p { color: rgb(118,183,189); }
H1.HeaderClassName
{
color: #76B7BD;
}
.AnyTagClassName
{
color: #76B7BD;
}
</style>
background-color css
<style>
a { background-color: #76B7BD; }
a { background-color: rgb(118,183,189); }
div.DivClassName
{
background-color: #76B7BD;
}
.BgClassName
{
background-color: #76B7BD;
}
</style>
border-color css
<style>
span { border-color: #76B7BD; }
span { border-color: rgb(118,183,189); }
td.TdClassName
{
border-color: #76B7BD;
}
.TagClassName
{
border-color: #76B7BD;
}
</style>