#77ACBE

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

Shades of Glacier #77ACBE

Tints of Glacier #77ACBE

Color information

#77ACBE (or 0x77ACBE) is unknown color: approx Glacier. HEX triplet: 77, AC and BE. RGB value is (119,172,190). Sum of RGB (Red+Green+Blue) = 119+172+190=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #77ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACBE is #885341. Grayscale: #9E9E9E. Windows color (decimal): -8934210 or 12495991. OLE color: 12495991.

HSL color Cylindrical-coordinate representation of color #77ACBE: hue angle of 195.21º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77ACBE is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119172190-
CMYK0.370.0900.25
HSL195.21º35.32%60.59%-
HSV(B)195.21º37.37%74.51%-
XYZ31.6537.1454.22-
YUV158.2145.94100.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=24.74%
G=35.76%
B=39.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191721900.370.0900.25195.2135.3260.59
Hex77ACBE259019c3233d
Octal16725427645110313034375
Binary11101111010110010111110100101100101100111000011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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