#77A6C6

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

Shades of Glacier #77A6C6

Tints of Glacier #77A6C6

Color information

#77A6C6 (or 0x77A6C6) is unknown color: approx Glacier. HEX triplet: 77, A6 and C6. RGB value is (119,166,198). Sum of RGB (Red+Green+Blue) = 119+166+198=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #77A6C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A6C6 is #885939. Grayscale: #9B9B9B. Windows color (decimal): -8935738 or 13018743. OLE color: 13018743.

HSL color Cylindrical-coordinate representation of color #77A6C6: hue angle of 204.3º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77A6C6 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119166198-
CMYK0.400.1600.22
HSL204.3º40.93%62.16%-
HSV(B)204.3º39.9%77.65%-
XYZ31.4435.2758.58-
YUV155.6151.93101.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.64%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=24.64%
G=34.37%
B=40.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191661980.400.1600.22204.340.9362.16
Hex77A6C62810016cc293e
Octal16724630650200263145176
Binary111011110100110110001101010001000001011011001100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,166,198); }

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

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

 a { background-color: rgb(119,166,198); }

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

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

 span { border-color: rgb(119,166,198); }

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