#77AABC

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

Shades of Glacier #77AABC

Tints of Glacier #77AABC

Color information

#77AABC (or 0x77AABC) is unknown color: approx Glacier. HEX triplet: 77, AA and BC. RGB value is (119,170,188). Sum of RGB (Red+Green+Blue) = 119+170+188=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #77AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AABC is #885543. Grayscale: #9C9C9C. Windows color (decimal): -8934724 or 12364407. OLE color: 12364407.

HSL color Cylindrical-coordinate representation of color #77AABC: hue angle of 195.65º degrees, saturation: 0.34, 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 #77AABC is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119170188-
CMYK0.370.1000.26
HSL195.65º33.99%60.2%-
HSV(B)195.65º36.7%73.73%-
XYZ31.0636.352.95-
YUV156.8145.6101.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=24.95%
G=35.64%
B=39.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191701880.370.1000.26195.6533.9960.2
Hex77AABC25A01Ac4223c
Octal16725227445120323044274
Binary11101111010101010111100100101101001101011000100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,170,188); }

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

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

 a { background-color: rgb(119,170,188); }

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

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

 span { border-color: rgb(119,170,188); }

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