Html Css Color HEX #77ACBB Glacier

📋 copy color: '#77ACBB'

red 119 ◦ green 172 ◦ blue 187

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

Shades of Glacier #77ACBB

Tints of Glacier #77ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 24.9%
G = 35.98%
B = 39.12%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#77ACBB (or 0x77ACBB) is known color: Glacier. HEX triplet: 77, AC and BB. RGB value is (119,172,187). Sum of RGB (Red+Green+Blue) = 119+172+187=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #77ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACBB is #885344. Grayscale: #9D9D9D. Windows color (decimal): -8934213 or 12299383. OLE color: 12299383.

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

Color convert

RGB 119 172 187 -
CMYK 0.36 0.08 0 0.27
HSL 193.24º 0.33% 0.6% -
HSV(B) 193.24º 0.36% 0.73% -
XYZ 31.33 37.01 52.51 -
YUV 157.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 119 172 187 0.36 0.08 0 0.27 193.24 0.33 0.6
Hex 77 AC BB 24 8 0 1B C1 21 3C
Octal 167 254 273 44 10 0 33 301 41 74
Binary 1110111 10101100 10111011 100100 1000 0 11011 11000001 100001 111100

Color Harmonies of #77ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACBB

Black with #77ACBB

Text Example


Text Example

White with #77ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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