#77A2BA

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

Shades of Glacier #77A2BA

Tints of Glacier #77A2BA

Color information

#77A2BA (or 0x77A2BA) is unknown color: approx Glacier. HEX triplet: 77, A2 and BA. RGB value is (119,162,186). Sum of RGB (Red+Green+Blue) = 119+162+186=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #77A2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2BA is #885D45. Grayscale: #979797. Windows color (decimal): -8936774 or 12231287. OLE color: 12231287.

HSL color Cylindrical-coordinate representation of color #77A2BA: hue angle of 201.49º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77A2BA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119162186-
CMYK0.360.1300.27
HSL201.49º32.68%59.8%-
HSV(B)201.49º36.02%72.94%-
XYZ29.3933.3151.33-
YUV151.88147.25104.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=25.48%
G=34.69%
B=39.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191621860.360.1300.27201.4932.6859.8
Hex77A2BA24D01Bc9213c
Octal16724227244150333114174
Binary11101111010001010111010100100110101101111001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A2BA; }

 p { color: rgb(119,162,186); }

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

<style>
 a { background-color: #77A2BA; }

 a { background-color: rgb(119,162,186); }

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

<style>
 span { border-color: #77A2BA; }

 span { border-color: rgb(119,162,186); }

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