Html Css Color HEX #77A4BC Glacier

📋 copy color: '#77A4BC'

red 119 ◦ green 164 ◦ blue 188

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

Shades of Glacier #77A4BC

Tints of Glacier #77A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 25.27%
G = 34.82%
B = 39.92%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#77A4BC (or 0x77A4BC) is known color: Glacier. HEX triplet: 77, A4 and BC. RGB value is (119,164,188). Sum of RGB (Red+Green+Blue) = 119+164+188=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #77A4BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4BC is #885B43. Grayscale: #999999. Windows color (decimal): -8936260 or 12362871. OLE color: 12362871.

HSL color Cylindrical-coordinate representation of color #77A4BC: hue angle of 200.87º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77A4BC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 164 188 -
CMYK 0.37 0.13 0 0.26
HSL 200.87º 0.34% 0.6% -
HSV(B) 200.87º 0.37% 0.74% -
XYZ 29.96 34.1 52.58 -
YUV 153.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 119 164 188 0.37 0.13 0 0.26 200.87 0.34 0.6
Hex 77 A4 BC 25 D 0 1A C9 22 3C
Octal 167 244 274 45 15 0 32 311 42 74
Binary 1110111 10100100 10111100 100101 1101 0 11010 11001001 100010 111100

Color Harmonies of #77A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A4BC

Black with #77A4BC

Text Example


Text Example

White with #77A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,164,188); }

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

background-color css

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

 a { background-color: rgb(119,164,188); }

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

border-color css

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

 span { border-color: rgb(119,164,188); }

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