Html Css Color HEX #77B1C0 Glacier

📋 copy color: '#77B1C0'

red 119 ◦ green 177 ◦ blue 192

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

Shades of Glacier #77B1C0

Tints of Glacier #77B1C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 24.39%
G = 36.27%
B = 39.34%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77B1C0 (or 0x77B1C0) is known color: Glacier. HEX triplet: 77, B1 and C0. RGB value is (119,177,192). Sum of RGB (Red+Green+Blue) = 119+177+192=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #77B1C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B1C0 is #884E3F. Grayscale: #A1A1A1. Windows color (decimal): -8932928 or 12628343. OLE color: 12628343.

HSL color Cylindrical-coordinate representation of color #77B1C0: hue angle of 192.33º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77B1C0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 177 192 -
CMYK 0.38 0.08 0 0.25
HSL 192.33º 0.37% 0.61% -
HSV(B) 192.33º 0.38% 0.75% -
XYZ 32.84 39.17 55.7 -
YUV 161.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 119 177 192 0.38 0.08 0 0.25 192.33 0.37 0.61
Hex 77 B1 C0 26 8 0 19 C0 25 3D
Octal 167 261 300 46 10 0 31 300 45 75
Binary 1110111 10110001 11000000 100110 1000 0 11001 11000000 100101 111101

Color Harmonies of #77B1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B1C0

Black with #77B1C0

Text Example


Text Example

White with #77B1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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