#7CA7B6

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

Shades of Glacier #7CA7B6

Tints of Glacier #7CA7B6

Color information

#7CA7B6 (or 0x7CA7B6) is unknown color: approx Glacier. HEX triplet: 7C, A7 and B6. RGB value is (124,167,182). Sum of RGB (Red+Green+Blue) = 124+167+182=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #7CA7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA7B6 is #835849. Grayscale: #9B9B9B. Windows color (decimal): -8607818 or 11970428. OLE color: 11970428.

HSL color Cylindrical-coordinate representation of color #7CA7B6: hue angle of 195.52º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CA7B6 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB124167182-
CMYK0.320.0800.29
HSL195.52º28.43%60%-
HSV(B)195.52º31.87%71.37%-
XYZ30.5735.349.46-
YUV155.85142.75105.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.22%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=26.22%
G=35.31%
B=38.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241671820.320.0800.29195.5228.4360
Hex7CA7B620801Dc41c3c
Octal17424726640100353043474
Binary1111100101001111011011010000010000111011100010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,167,182); }

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

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

 a { background-color: rgb(124,167,182); }

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

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

 span { border-color: rgb(124,167,182); }

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