Html Css Color HEX #77ABBF Glacier

📋 copy color: '#77ABBF'

red 119 ◦ green 171 ◦ blue 191

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

Shades of Glacier #77ABBF

Tints of Glacier #77ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 24.74%
G = 35.55%
B = 39.71%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77ABBF (or 0x77ABBF) is known color: Glacier. HEX triplet: 77, AB and BF. RGB value is (119,171,191). Sum of RGB (Red+Green+Blue) = 119+171+191=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #77ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABBF is #885440. Grayscale: #9D9D9D. Windows color (decimal): -8934465 or 12561271. OLE color: 12561271.

HSL color Cylindrical-coordinate representation of color #77ABBF: hue angle of 196.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77ABBF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 171 191 -
CMYK 0.38 0.10 0 0.25
HSL 196.67º 0.36% 0.61% -
HSV(B) 196.67º 0.38% 0.75% -
XYZ 31.57 36.81 54.73 -
YUV 157.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 119 171 191 0.38 0.10 0 0.25 196.67 0.36 0.61
Hex 77 AB BF 26 A 0 19 C5 24 3D
Octal 167 253 277 46 12 0 31 305 44 75
Binary 1110111 10101011 10111111 100110 1010 0 11001 11000101 100100 111101

Color Harmonies of #77ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABBF

Black with #77ABBF

Text Example


Text Example

White with #77ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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