#77A7BB

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

Shades of Glacier #77A7BB

Tints of Glacier #77A7BB

Color information

#77A7BB (or 0x77A7BB) is unknown color: approx Glacier. HEX triplet: 77, A7 and BB. RGB value is (119,167,187). Sum of RGB (Red+Green+Blue) = 119+167+187=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #77A7BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7BB is #885844. Grayscale: #9A9A9A. Windows color (decimal): -8935493 or 12298103. OLE color: 12298103.

HSL color Cylindrical-coordinate representation of color #77A7BB: hue angle of 197.65º degrees, saturation: 0.33, 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 #77A7BB is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119167187-
CMYK0.360.1100.27
HSL197.65º33.33%60%-
HSV(B)197.65º36.36%73.33%-
XYZ30.435.1552.2-
YUV154.93146.1102.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.16%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=25.16%
G=35.31%
B=39.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191671870.360.1100.27197.6533.3360
Hex77A7BB24B01Bc6213c
Octal16724727344130333064174
Binary11101111010011110111011100100101101101111000110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,167,187); }

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

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

 a { background-color: rgb(119,167,187); }

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

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

 span { border-color: rgb(119,167,187); }

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