Html Css Color HEX #77B9BE Glacier

📋 copy color: '#77B9BE'

red 119 ◦ green 185 ◦ blue 190

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

Shades of Glacier #77B9BE

Tints of Glacier #77B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.45%

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 24.09%
G = 37.45%
B = 38.46%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77B9BE (or 0x77B9BE) is known color: Glacier. HEX triplet: 77, B9 and BE. RGB value is (119,185,190). Sum of RGB (Red+Green+Blue) = 119+185+190=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #77B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B9BE is #884641. Grayscale: #A5A5A5. Windows color (decimal): -8930882 or 12499319. OLE color: 12499319.

HSL color Cylindrical-coordinate representation of color #77B9BE: hue angle of 184.23º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77B9BE is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 185 190 -
CMYK 0.37 0.03 0 0.25
HSL 184.23º 0.35% 0.61% -
HSV(B) 184.23º 0.37% 0.75% -
XYZ 34.25 42.34 55.08 -
YUV 165.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 119 185 190 0.37 0.03 0 0.25 184.23 0.35 0.61
Hex 77 B9 BE 25 3 0 19 B8 23 3D
Octal 167 271 276 45 3 0 31 270 43 75
Binary 1110111 10111001 10111110 100101 11 0 11001 10111000 100011 111101

Color Harmonies of #77B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B9BE

Black with #77B9BE

Text Example


Text Example

White with #77B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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