Html Css Color HEX #77A6C4 Glacier

📋 copy color: '#77A6C4'

red 119 ◦ green 166 ◦ blue 196

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

Shades of Glacier #77A6C4

Tints of Glacier #77A6C4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 196 (76.95% from 255) = 40.75%

R = 24.74%
G = 34.51%
B = 40.75%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#77A6C4 (or 0x77A6C4) is known color: Glacier. HEX triplet: 77, A6 and C4. RGB value is (119,166,196). Sum of RGB (Red+Green+Blue) = 119+166+196=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #77A6C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A6C4 is #88593B. Grayscale: #9B9B9B. Windows color (decimal): -8935740 or 12887671. OLE color: 12887671.

HSL color Cylindrical-coordinate representation of color #77A6C4: hue angle of 203.38º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77A6C4 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 166 196 -
CMYK 0.39 0.15 0 0.23
HSL 203.38º 0.39% 0.62% -
HSV(B) 203.38º 0.39% 0.77% -
XYZ 31.21 35.18 57.37 -
YUV 155.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 119 166 196 0.39 0.15 0 0.23 203.38 0.39 0.62
Hex 77 A6 C4 27 F 0 17 CB 27 3E
Octal 167 246 304 47 17 0 27 313 47 76
Binary 1110111 10100110 11000100 100111 1111 0 10111 11001011 100111 111110

Color Harmonies of #77A6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A6C4

Black with #77A6C4

Text Example


Text Example

White with #77A6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,166,196); }

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

background-color css

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

 a { background-color: rgb(119,166,196); }

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

border-color css

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

 span { border-color: rgb(119,166,196); }

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