#7CACBA

Color #7CACBA Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7CACBA

Tints of Glacier #7CACBA

Color information

#7CACBA (or 0x7CACBA) is unknown color: approx Glacier. HEX triplet: 7C, AC and BA. RGB value is (124,172,186). Sum of RGB (Red+Green+Blue) = 124+172+186=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACBA is #835345. Grayscale: #9F9F9F. Windows color (decimal): -8606534 or 12233852. OLE color: 12233852.

HSL color Cylindrical-coordinate representation of color #7CACBA: hue angle of 193.55º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CACBA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124172186-
CMYK0.330.0800.27
HSL193.55º31%60.78%-
HSV(B)193.55º33.33%72.94%-
XYZ31.9337.3451.98-
YUV159.24143.1102.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 25.73%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=25.73%
G=35.68%
B=38.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241721860.330.0800.27193.553160.78
Hex7CACBA21801Bc21f3d
Octal17425427241100333023775
Binary1111100101011001011101010000110000110111100001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CACBA; }

 p { color: rgb(124,172,186); }

 H1.HeaderClassName
 {
   color: #7CACBA;
 }
 .AnyTagClassName
 {
   color: #7CACBA;
 }
</style>
background-color css

<style>
 a { background-color: #7CACBA; }

 a { background-color: rgb(124,172,186); }

 div.DivClassName
 {
   background-color: #7CACBA;
 }
 .BgClassName
 {
   background-color: #7CACBA;
 }
</style>
border-color css

<style>
 span { border-color: #7CACBA; }

 span { border-color: rgb(124,172,186); }

 td.TdClassName
 {
   border-color: #7CACBA;
 }
 .TagClassName
 {
   border-color: #7CACBA;
 }
</style>