#77AEB9

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

Shades of Glacier #77AEB9

Tints of Glacier #77AEB9

Color information

#77AEB9 (or 0x77AEB9) is unknown color: approx Glacier. HEX triplet: 77, AE and B9. RGB value is (119,174,185). Sum of RGB (Red+Green+Blue) = 119+174+185=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #77AEB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEB9 is #885146. Grayscale: #9E9E9E. Windows color (decimal): -8933703 or 12168823. OLE color: 12168823.

HSL color Cylindrical-coordinate representation of color #77AEB9: hue angle of 190º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77AEB9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119174185-
CMYK0.360.0600.27
HSL190º32.04%59.61%-
HSV(B)190º35.68%72.55%-
XYZ31.537.751.51-
YUV158.81142.7899.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.90%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=24.90%
G=36.40%
B=38.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191741850.360.0600.2719032.0459.61
Hex77AEB924601Bbe203c
Octal1672562714460332764074
Binary1110111101011101011100110010011001101110111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,174,185); }

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

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

 a { background-color: rgb(119,174,185); }

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

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

 span { border-color: rgb(119,174,185); }

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