Shades of Glacier #78A5B7
Tints of Glacier #78A5B7
RGB
CMYK
RGB Variations
Color information
#78A5B7 (or 0x78A5B7) is known color: Glacier. HEX triplet: 78, A5 and B7. RGB value is (120,165,183). Sum of RGB (Red+Green+Blue) = 120+165+183=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #78A5B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A5B7 is #875A48. Grayscale: #999999. Windows color (decimal): -8870473 or 12035448. OLE color: 12035448.
HSL color Cylindrical-coordinate representation of color #78A5B7: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78A5B7 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 165 | 183 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.28 |
| HSL | 197.14º | 0.3% | 0.59% | - |
| HSV(B) | 197.14º | 0.34% | 0.72% | - |
| XYZ | 29.75 | 34.32 | 49.86 | - |
| YUV | 153.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 165 | 183 | 0.34 | 0.10 | 0 | 0.28 | 197.14 | 0.3 | 0.59 |
| Hex | 78 | A5 | B7 | 22 | A | 0 | 1C | C5 | 1E | 3B |
| Octal | 170 | 245 | 267 | 42 | 12 | 0 | 34 | 305 | 36 | 73 |
| Binary | 1111000 | 10100101 | 10110111 | 100010 | 1010 | 0 | 11100 | 11000101 | 11110 | 111011 |
Color Harmonies of #78A5B7
Complementary color
Monochromatic Colors of #78A5B7
Black with #78A5B7
Text Example
Text Example
White with #78A5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A5B7; }
p { color: rgb(120,165,183); }
H1.HeaderClassName
{
color: #78A5B7;
}
.AnyTagClassName
{
color: #78A5B7;
}
</style>
background-color css
<style>
a { background-color: #78A5B7; }
a { background-color: rgb(120,165,183); }
div.DivClassName
{
background-color: #78A5B7;
}
.BgClassName
{
background-color: #78A5B7;
}
</style>
border-color css
<style>
span { border-color: #78A5B7; }
span { border-color: rgb(120,165,183); }
td.TdClassName
{
border-color: #78A5B7;
}
.TagClassName
{
border-color: #78A5B7;
}
</style>