#77ADBB

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

Shades of Glacier #77ADBB

Tints of Glacier #77ADBB

Color information

#77ADBB (or 0x77ADBB) is unknown color: approx Glacier. HEX triplet: 77, AD and BB. RGB value is (119,173,187). Sum of RGB (Red+Green+Blue) = 119+173+187=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #77ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADBB is #885244. Grayscale: #9E9E9E. Windows color (decimal): -8933957 or 12299639. OLE color: 12299639.

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

Color convert

RGB119173187-
CMYK0.360.0700.27
HSL192.35º33.33%60%-
HSV(B)192.35º36.36%73.33%-
XYZ31.5237.452.57-
YUV158.45144.1199.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=24.84%
G=36.12%
B=39.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191731870.360.0700.27192.3533.3360
Hex77ADBB24701Bc0213c
Octal1672552734470333004174
Binary1110111101011011011101110010011101101111000000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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