Html Css Color HEX #77A7BD Glacier

📋 copy color: '#77A7BD'

red 119 ◦ green 167 ◦ blue 189

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

Shades of Glacier #77A7BD

Tints of Glacier #77A7BD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

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

R = 25.05%
G = 35.16%
B = 39.79%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#77A7BD (or 0x77A7BD) is known color: Glacier. HEX triplet: 77, A7 and BD. RGB value is (119,167,189). Sum of RGB (Red+Green+Blue) = 119+167+189=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #77A7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7BD is #885842. Grayscale: #9B9B9B. Windows color (decimal): -8935491 or 12429175. OLE color: 12429175.

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

Color convert

RGB 119 167 189 -
CMYK 0.37 0.12 0 0.26
HSL 198.86º 0.35% 0.6% -
HSV(B) 198.86º 0.37% 0.74% -
XYZ 30.61 35.23 53.33 -
YUV 155.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 119 167 189 0.37 0.12 0 0.26 198.86 0.35 0.6
Hex 77 A7 BD 25 C 0 1A C7 23 3C
Octal 167 247 275 45 14 0 32 307 43 74
Binary 1110111 10100111 10111101 100101 1100 0 11010 11000111 100011 111100

Color Harmonies of #77A7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A7BD

Black with #77A7BD

Text Example


Text Example

White with #77A7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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