Shades of Glacier #7CACBF
Tints of Glacier #7CACBF
RGB
CMYK
RGB Variations
Color information
#7CACBF (or 0x7CACBF) is known color: Glacier. HEX triplet: 7C, AC and BF. RGB value is (124,172,191). Sum of RGB (Red+Green+Blue) = 124+172+191=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #7CACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACBF is #835340. Grayscale: #9F9F9F. Windows color (decimal): -8606529 or 12561532. OLE color: 12561532.
HSL color Cylindrical-coordinate representation of color #7CACBF: hue angle of 197.01º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CACBF is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 172 | 191 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.25 |
| HSL | 197.01º | 0.34% | 0.62% | - |
| HSV(B) | 197.01º | 0.35% | 0.75% | - |
| XYZ | 32.47 | 37.55 | 54.83 | - |
| YUV | 159.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 191 | 0.35 | 0.10 | 0 | 0.25 | 197.01 | 0.34 | 0.62 |
| Hex | 7C | AC | BF | 23 | A | 0 | 19 | C5 | 22 | 3E |
| Octal | 174 | 254 | 277 | 43 | 12 | 0 | 31 | 305 | 42 | 76 |
| Binary | 1111100 | 10101100 | 10111111 | 100011 | 1010 | 0 | 11001 | 11000101 | 100010 | 111110 |
Color Harmonies of #7CACBF
Complementary color
Monochromatic Colors of #7CACBF
Black with #7CACBF
Text Example
Text Example
White with #7CACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CACBF; }
p { color: rgb(124,172,191); }
H1.HeaderClassName
{
color: #7CACBF;
}
.AnyTagClassName
{
color: #7CACBF;
}
</style>
background-color css
<style>
a { background-color: #7CACBF; }
a { background-color: rgb(124,172,191); }
div.DivClassName
{
background-color: #7CACBF;
}
.BgClassName
{
background-color: #7CACBF;
}
</style>
border-color css
<style>
span { border-color: #7CACBF; }
span { border-color: rgb(124,172,191); }
td.TdClassName
{
border-color: #7CACBF;
}
.TagClassName
{
border-color: #7CACBF;
}
</style>