Html Css Color HEX #77ADBA Glacier

📋 copy color: '#77ADBA'

red 119 ◦ green 173 ◦ blue 186

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

Shades of Glacier #77ADBA

Tints of Glacier #77ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 24.9%
G = 36.19%
B = 38.91%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#77ADBA (or 0x77ADBA) is known color: Glacier. HEX triplet: 77, AD and BA. RGB value is (119,173,186). Sum of RGB (Red+Green+Blue) = 119+173+186=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #77ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADBA is #885245. Grayscale: #9E9E9E. Windows color (decimal): -8933958 or 12234103. OLE color: 12234103.

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

Color convert

RGB 119 173 186 -
CMYK 0.36 0.07 0 0.27
HSL 191.64º 0.33% 0.6% -
HSV(B) 191.64º 0.36% 0.73% -
XYZ 31.41 37.35 52.01 -
YUV 158.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 119 173 186 0.36 0.07 0 0.27 191.64 0.33 0.6
Hex 77 AD BA 24 7 0 1B C0 21 3C
Octal 167 255 272 44 7 0 33 300 41 74
Binary 1110111 10101101 10111010 100100 111 0 11011 11000000 100001 111100

Color Harmonies of #77ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADBA

Black with #77ADBA

Text Example


Text Example

White with #77ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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