#77A5C1

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

Shades of Glacier #77A5C1

Tints of Glacier #77A5C1

Color information

#77A5C1 (or 0x77A5C1) is unknown color: approx Glacier. HEX triplet: 77, A5 and C1. RGB value is (119,165,193). Sum of RGB (Red+Green+Blue) = 119+165+193=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #77A5C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A5C1 is #885A3E. Grayscale: #9A9A9A. Windows color (decimal): -8935999 or 12690807. OLE color: 12690807.

HSL color Cylindrical-coordinate representation of color #77A5C1: hue angle of 202.7º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77A5C1 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119165193-
CMYK0.380.1500.24
HSL202.7º37.37%61.18%-
HSV(B)202.7º38.34%75.69%-
XYZ30.6934.6855.53-
YUV154.44149.76102.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=24.95%
G=34.59%
B=40.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191651930.380.1500.24202.737.3761.18
Hex77A5C126F018cb253d
Octal16724530146170303134575
Binary11101111010010111000001100110111101100011001011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,165,193); }

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

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

 a { background-color: rgb(119,165,193); }

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

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

 span { border-color: rgb(119,165,193); }

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