Html Css Color HEX #77A4BA Glacier

📋 copy color: '#77A4BA'

red 119 ◦ green 164 ◦ blue 186

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

Shades of Glacier #77A4BA

Tints of Glacier #77A4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

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

R = 25.37%
G = 34.97%
B = 39.66%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#77A4BA (or 0x77A4BA) is known color: Glacier. HEX triplet: 77, A4 and BA. RGB value is (119,164,186). Sum of RGB (Red+Green+Blue) = 119+164+186=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #77A4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4BA is #885B45. Grayscale: #989898. Windows color (decimal): -8936262 or 12231799. OLE color: 12231799.

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

Color convert

RGB 119 164 186 -
CMYK 0.36 0.12 0 0.27
HSL 199.7º 0.33% 0.6% -
HSV(B) 199.7º 0.36% 0.73% -
XYZ 29.75 34.02 51.45 -
YUV 153.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 119 164 186 0.36 0.12 0 0.27 199.7 0.33 0.6
Hex 77 A4 BA 24 C 0 1B C8 21 3C
Octal 167 244 272 44 14 0 33 310 41 74
Binary 1110111 10100100 10111010 100100 1100 0 11011 11001000 100001 111100

Color Harmonies of #77A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A4BA

Black with #77A4BA

Text Example


Text Example

White with #77A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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