Html Css Color HEX #77A8C3 Glacier

📋 copy color: '#77A8C3'

red 119 ◦ green 168 ◦ blue 195

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

Shades of Glacier #77A8C3

Tints of Glacier #77A8C3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

 BLUE value IS 195 (76.56% from 255) = 40.46%

R = 24.69%
G = 34.85%
B = 40.46%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#77A8C3 (or 0x77A8C3) is known color: Glacier. HEX triplet: 77, A8 and C3. RGB value is (119,168,195). Sum of RGB (Red+Green+Blue) = 119+168+195=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #77A8C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8C3 is #88573C. Grayscale: #9C9C9C. Windows color (decimal): -8935229 or 12822647. OLE color: 12822647.

HSL color Cylindrical-coordinate representation of color #77A8C3: hue angle of 201.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77A8C3 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 168 195 -
CMYK 0.39 0.14 0 0.24
HSL 201.32º 0.39% 0.62% -
HSV(B) 201.32º 0.39% 0.76% -
XYZ 31.46 35.87 56.89 -
YUV 156.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 119 168 195 0.39 0.14 0 0.24 201.32 0.39 0.62
Hex 77 A8 C3 27 E 0 18 C9 27 3E
Octal 167 250 303 47 16 0 30 311 47 76
Binary 1110111 10101000 11000011 100111 1110 0 11000 11001001 100111 111110

Color Harmonies of #77A8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A8C3

Black with #77A8C3

Text Example


Text Example

White with #77A8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,168,195); }

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

background-color css

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

 a { background-color: rgb(119,168,195); }

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

border-color css

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

 span { border-color: rgb(119,168,195); }

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