#77A8BB

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

Shades of Glacier #77A8BB

Tints of Glacier #77A8BB

Color information

#77A8BB (or 0x77A8BB) is unknown color: approx Glacier. HEX triplet: 77, A8 and BB. RGB value is (119,168,187). Sum of RGB (Red+Green+Blue) = 119+168+187=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #77A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8BB is #885744. Grayscale: #9B9B9B. Windows color (decimal): -8935237 or 12298359. OLE color: 12298359.

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

Color convert

RGB119168187-
CMYK0.360.1000.27
HSL196.76º33.33%60%-
HSV(B)196.76º36.36%73.33%-
XYZ30.5835.5252.26-
YUV155.52145.77101.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.11%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=25.11%
G=35.44%
B=39.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191681870.360.1000.27196.7633.3360
Hex77A8BB24A01Bc5213c
Octal16725027344120333054174
Binary11101111010100010111011100100101001101111000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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