Html Css Color HEX #77B7BE Glacier

📋 copy color: '#77B7BE'

red 119 ◦ green 183 ◦ blue 190

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

Shades of Glacier #77B7BE

Tints of Glacier #77B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.2%

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

R = 24.19%
G = 37.2%
B = 38.62%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77B7BE (or 0x77B7BE) is known color: Glacier. HEX triplet: 77, B7 and BE. RGB value is (119,183,190). Sum of RGB (Red+Green+Blue) = 119+183+190=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #77B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B7BE is #884841. Grayscale: #A4A4A4. Windows color (decimal): -8931394 or 12498807. OLE color: 12498807.

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

Color convert

RGB 119 183 190 -
CMYK 0.37 0.04 0 0.25
HSL 185.92º 0.35% 0.61% -
HSV(B) 185.92º 0.37% 0.75% -
XYZ 33.84 41.51 54.94 -
YUV 164.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 119 183 190 0.37 0.04 0 0.25 185.92 0.35 0.61
Hex 77 B7 BE 25 4 0 19 BA 23 3D
Octal 167 267 276 45 4 0 31 272 43 75
Binary 1110111 10110111 10111110 100101 100 0 11001 10111010 100011 111101

Color Harmonies of #77B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B7BE

Black with #77B7BE

Text Example


Text Example

White with #77B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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