Html Css Color HEX #77ABBC Glacier

📋 copy color: '#77ABBC'

red 119 ◦ green 171 ◦ blue 188

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

Shades of Glacier #77ABBC

Tints of Glacier #77ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 24.9%
G = 35.77%
B = 39.33%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#77ABBC (or 0x77ABBC) is known color: Glacier. HEX triplet: 77, AB and BC. RGB value is (119,171,188). Sum of RGB (Red+Green+Blue) = 119+171+188=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #77ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABBC is #885443. Grayscale: #9D9D9D. Windows color (decimal): -8934468 or 12364663. OLE color: 12364663.

HSL color Cylindrical-coordinate representation of color #77ABBC: hue angle of 194.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77ABBC is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 171 188 -
CMYK 0.37 0.09 0 0.26
HSL 194.78º 0.34% 0.6% -
HSV(B) 194.78º 0.37% 0.74% -
XYZ 31.25 36.68 53.01 -
YUV 157.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 119 171 188 0.37 0.09 0 0.26 194.78 0.34 0.6
Hex 77 AB BC 25 9 0 1A C3 22 3C
Octal 167 253 274 45 11 0 32 303 42 74
Binary 1110111 10101011 10111100 100101 1001 0 11010 11000011 100010 111100

Color Harmonies of #77ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABBC

Black with #77ABBC

Text Example


Text Example

White with #77ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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