Html Css Color HEX #77ABB9 Glacier

📋 copy color: '#77ABB9'

red 119 ◦ green 171 ◦ blue 185

#77ABB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #77ABB9

Tints of Glacier #77ABB9

RGB

 RED value IS 119 (46.88% from 255) = 25.05%

 GREEN value IS 171 (67.19% from 255) = 36%

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 25.05%
G = 36%
B = 38.95%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#77ABB9 (or 0x77ABB9) is known color: Glacier. HEX triplet: 77, AB and B9. RGB value is (119,171,185). Sum of RGB (Red+Green+Blue) = 119+171+185=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #77ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABB9 is #885446. Grayscale: #9C9C9C. Windows color (decimal): -8934471 or 12168055. OLE color: 12168055.

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

Color convert

RGB 119 171 185 -
CMYK 0.36 0.08 0 0.27
HSL 192.73º 0.32% 0.6% -
HSV(B) 192.73º 0.36% 0.73% -
XYZ 30.93 36.55 51.32 -
YUV 157.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 119 171 185 0.36 0.08 0 0.27 192.73 0.32 0.6
Hex 77 AB B9 24 8 0 1B C1 20 3C
Octal 167 253 271 44 10 0 33 301 40 74
Binary 1110111 10101011 10111001 100100 1000 0 11011 11000001 100000 111100

Color Harmonies of #77ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABB9

Black with #77ABB9

Text Example


Text Example

White with #77ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77ABB9;
 }
 .AnyTagClassName
 {
   color: #77ABB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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