Html Css Color HEX #77B1BA Glacier

📋 copy color: '#77B1BA'

red 119 ◦ green 177 ◦ blue 186

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

Shades of Glacier #77B1BA

Tints of Glacier #77B1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.72%

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

R = 24.69%
G = 36.72%
B = 38.59%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#77B1BA (or 0x77B1BA) is known color: Glacier. HEX triplet: 77, B1 and BA. RGB value is (119,177,186). Sum of RGB (Red+Green+Blue) = 119+177+186=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #77B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B1BA is #884E45. Grayscale: #A0A0A0. Windows color (decimal): -8932934 or 12235127. OLE color: 12235127.

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

Color convert

RGB 119 177 186 -
CMYK 0.36 0.05 0 0.27
HSL 188.06º 0.33% 0.6% -
HSV(B) 188.06º 0.36% 0.73% -
XYZ 32.19 38.91 52.27 -
YUV 160.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 119 177 186 0.36 0.05 0 0.27 188.06 0.33 0.6
Hex 77 B1 BA 24 5 0 1B BC 21 3C
Octal 167 261 272 44 5 0 33 274 41 74
Binary 1110111 10110001 10111010 100100 101 0 11011 10111100 100001 111100

Color Harmonies of #77B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B1BA

Black with #77B1BA

Text Example


Text Example

White with #77B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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