Html Css Color HEX #77A5BD Glacier

📋 copy color: '#77A5BD'

red 119 ◦ green 165 ◦ blue 189

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

Shades of Glacier #77A5BD

Tints of Glacier #77A5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 25.16%
G = 34.88%
B = 39.96%

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

#77A5BD (or 0x77A5BD) is known color: Glacier. HEX triplet: 77, A5 and BD. RGB value is (119,165,189). Sum of RGB (Red+Green+Blue) = 119+165+189=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #77A5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A5BD is #885A42. Grayscale: #999999. Windows color (decimal): -8936003 or 12428663. OLE color: 12428663.

HSL color Cylindrical-coordinate representation of color #77A5BD: hue angle of 200.57º degrees, saturation: 0.35, 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 #77A5BD is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 165 189 -
CMYK 0.37 0.13 0 0.26
HSL 200.57º 0.35% 0.6% -
HSV(B) 200.57º 0.37% 0.74% -
XYZ 30.25 34.51 53.21 -
YUV 153.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 119 165 189 0.37 0.13 0 0.26 200.57 0.35 0.6
Hex 77 A5 BD 25 D 0 1A C9 23 3C
Octal 167 245 275 45 15 0 32 311 43 74
Binary 1110111 10100101 10111101 100101 1101 0 11010 11001001 100011 111100

Color Harmonies of #77A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A5BD

Black with #77A5BD

Text Example


Text Example

White with #77A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,165,189); }

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

background-color css

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

 a { background-color: rgb(119,165,189); }

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

border-color css

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

 span { border-color: rgb(119,165,189); }

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