#77ABBE

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

Shades of Glacier #77ABBE

Tints of Glacier #77ABBE

Color information

#77ABBE (or 0x77ABBE) is unknown color: approx Glacier. HEX triplet: 77, AB and BE. RGB value is (119,171,190). Sum of RGB (Red+Green+Blue) = 119+171+190=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #77ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABBE is #885441. Grayscale: #9D9D9D. Windows color (decimal): -8934466 or 12495735. OLE color: 12495735.

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

Color convert

RGB119171190-
CMYK0.370.1000.25
HSL196.06º35.32%60.59%-
HSV(B)196.06º37.37%74.51%-
XYZ31.4636.7754.15-
YUV157.62146.27100.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.79%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=24.79%
G=35.62%
B=39.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191711900.370.1000.25196.0635.3260.59
Hex77ABBE25A019c4233d
Octal16725327645120313044375
Binary11101111010101110111110100101101001100111000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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