Html Css Color HEX #77ACC4 Glacier

📋 copy color: '#77ACC4'

red 119 ◦ green 172 ◦ blue 196

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

Shades of Glacier #77ACC4

Tints of Glacier #77ACC4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

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

R = 24.44%
G = 35.32%
B = 40.25%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#77ACC4 (or 0x77ACC4) is known color: Glacier. HEX triplet: 77, AC and C4. RGB value is (119,172,196). Sum of RGB (Red+Green+Blue) = 119+172+196=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #77ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACC4 is #88533B. Grayscale: #9E9E9E. Windows color (decimal): -8934204 or 12889207. OLE color: 12889207.

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

Color convert

RGB 119 172 196 -
CMYK 0.39 0.12 0 0.23
HSL 198.7º 0.39% 0.62% -
HSV(B) 198.7º 0.39% 0.77% -
XYZ 32.32 37.41 57.74 -
YUV 158.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 119 172 196 0.39 0.12 0 0.23 198.7 0.39 0.62
Hex 77 AC C4 27 C 0 17 C7 27 3E
Octal 167 254 304 47 14 0 27 307 47 76
Binary 1110111 10101100 11000100 100111 1100 0 10111 11000111 100111 111110

Color Harmonies of #77ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACC4

Black with #77ACC4

Text Example


Text Example

White with #77ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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