#77ACC1

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

Shades of Glacier #77ACC1

Tints of Glacier #77ACC1

Color information

#77ACC1 (or 0x77ACC1) is unknown color: approx Glacier. HEX triplet: 77, AC and C1. RGB value is (119,172,193). Sum of RGB (Red+Green+Blue) = 119+172+193=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #77ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACC1 is #88533E. Grayscale: #9E9E9E. Windows color (decimal): -8934207 or 12692599. OLE color: 12692599.

HSL color Cylindrical-coordinate representation of color #77ACC1: hue angle of 197.03º 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 #77ACC1 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119172193-
CMYK0.380.1100.24
HSL197.03º37.37%61.18%-
HSV(B)197.03º38.34%75.69%-
XYZ31.9937.2855.96-
YUV158.55147.4499.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.59%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=24.59%
G=35.54%
B=39.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191721930.380.1100.24197.0337.3761.18
Hex77ACC126B018c5253d
Octal16725430146130303054575
Binary11101111010110011000001100110101101100011000101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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