Html Css Color HEX #77ACC6 Glacier

📋 copy color: '#77ACC6'

red 119 ◦ green 172 ◦ blue 198

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

Shades of Glacier #77ACC6

Tints of Glacier #77ACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.49%

R = 24.34%
G = 35.17%
B = 40.49%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#77ACC6 (or 0x77ACC6) is known color: Glacier. HEX triplet: 77, AC and C6. RGB value is (119,172,198). Sum of RGB (Red+Green+Blue) = 119+172+198=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #77ACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACC6 is #885339. Grayscale: #9E9E9E. Windows color (decimal): -8934202 or 13020279. OLE color: 13020279.

HSL color Cylindrical-coordinate representation of color #77ACC6: hue angle of 199.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77ACC6 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 172 198 -
CMYK 0.40 0.13 0 0.22
HSL 199.75º 0.41% 0.62% -
HSV(B) 199.75º 0.4% 0.78% -
XYZ 32.55 37.5 58.95 -
YUV 159.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 119 172 198 0.40 0.13 0 0.22 199.75 0.41 0.62
Hex 77 AC C6 28 D 0 16 C8 29 3E
Octal 167 254 306 50 15 0 26 310 51 76
Binary 1110111 10101100 11000110 101000 1101 0 10110 11001000 101001 111110

Color Harmonies of #77ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACC6

Black with #77ACC6

Text Example


Text Example

White with #77ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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