#77A4BD

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

Shades of Glacier #77A4BD

Tints of Glacier #77A4BD

Color information

#77A4BD (or 0x77A4BD) is unknown color: approx Glacier. HEX triplet: 77, A4 and BD. RGB value is (119,164,189). Sum of RGB (Red+Green+Blue) = 119+164+189=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #77A4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4BD is #885B42. Grayscale: #999999. Windows color (decimal): -8936259 or 12428407. OLE color: 12428407.

HSL color Cylindrical-coordinate representation of color #77A4BD: hue angle of 201.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77A4BD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119164189-
CMYK0.370.1300.26
HSL201.43º34.65%60.39%-
HSV(B)201.43º37.04%74.12%-
XYZ30.0734.1553.15-
YUV153.39148.09103.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=25.21%
G=34.75%
B=40.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191641890.370.1300.26201.4334.6560.39
Hex77A4BD25D01Ac9233c
Octal16724427545150323114374
Binary11101111010010010111101100101110101101011001001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,189); }

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

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

 a { background-color: rgb(119,164,189); }

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

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

 span { border-color: rgb(119,164,189); }

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