Html Css Color HEX #77C0C7 Glacier

📋 copy color: '#77C0C7'

red 119 ◦ green 192 ◦ blue 199

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

Shades of Glacier #77C0C7

Tints of Glacier #77C0C7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

 BLUE value IS 199 (78.13% from 255) = 39.02%

R = 23.33%
G = 37.65%
B = 39.02%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#77C0C7 (or 0x77C0C7) is known color: Glacier. HEX triplet: 77, C0 and C7. RGB value is (119,192,199). Sum of RGB (Red+Green+Blue) = 119+192+199=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #77C0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0C7 is #883F38. Grayscale: #AAAAAA. Windows color (decimal): -8929081 or 13090935. OLE color: 13090935.

HSL color Cylindrical-coordinate representation of color #77C0C7: hue angle of 185.25º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C0C7 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 192 199 -
CMYK 0.40 0.04 0 0.22
HSL 185.25º 0.42% 0.62% -
HSV(B) 185.25º 0.4% 0.78% -
XYZ 36.77 45.74 60.92 -
YUV 170.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 119 192 199 0.40 0.04 0 0.22 185.25 0.42 0.62
Hex 77 C0 C7 28 4 0 16 B9 2A 3E
Octal 167 300 307 50 4 0 26 271 52 76
Binary 1110111 11000000 11000111 101000 100 0 10110 10111001 101010 111110

Color Harmonies of #77C0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C0C7

Black with #77C0C7

Text Example


Text Example

White with #77C0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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