Html Css Color HEX #77BEC6 Glacier

📋 copy color: '#77BEC6'

red 119 ◦ green 190 ◦ blue 198

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

Shades of Glacier #77BEC6

Tints of Glacier #77BEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

 BLUE value IS 198 (77.73% from 255) = 39.05%

R = 23.47%
G = 37.48%
B = 39.05%

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

#77BEC6 (or 0x77BEC6) is known color: Glacier. HEX triplet: 77, BE and C6. RGB value is (119,190,198). Sum of RGB (Red+Green+Blue) = 119+190+198=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #77BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEC6 is #884139. Grayscale: #A9A9A9. Windows color (decimal): -8929594 or 13024887. OLE color: 13024887.

HSL color Cylindrical-coordinate representation of color #77BEC6: hue angle of 186.08º degrees, saturation: 0.41, 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 #77BEC6 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 190 198 -
CMYK 0.40 0.04 0 0.22
HSL 186.08º 0.41% 0.62% -
HSV(B) 186.08º 0.4% 0.78% -
XYZ 36.21 44.83 60.17 -
YUV 169.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 119 190 198 0.40 0.04 0 0.22 186.08 0.41 0.62
Hex 77 BE C6 28 4 0 16 BA 29 3E
Octal 167 276 306 50 4 0 26 272 51 76
Binary 1110111 10111110 11000110 101000 100 0 10110 10111010 101001 111110

Color Harmonies of #77BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEC6

Black with #77BEC6

Text Example


Text Example

White with #77BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,190,198); }

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

background-color css

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

 a { background-color: rgb(119,190,198); }

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

border-color css

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

 span { border-color: rgb(119,190,198); }

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