Html Css Color HEX #77B9BF Glacier

📋 copy color: '#77B9BF'

red 119 ◦ green 185 ◦ blue 191

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

Shades of Glacier #77B9BF

Tints of Glacier #77B9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.59%

R = 24.04%
G = 37.37%
B = 38.59%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77B9BF (or 0x77B9BF) is known color: Glacier. HEX triplet: 77, B9 and BF. RGB value is (119,185,191). Sum of RGB (Red+Green+Blue) = 119+185+191=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #77B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B9BF is #884640. Grayscale: #A5A5A5. Windows color (decimal): -8930881 or 12564855. OLE color: 12564855.

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

Color convert

RGB 119 185 191 -
CMYK 0.38 0.03 0 0.25
HSL 185º 0.36% 0.61% -
HSV(B) 185º 0.38% 0.75% -
XYZ 34.36 42.38 55.66 -
YUV 165.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 119 185 191 0.38 0.03 0 0.25 185 0.36 0.61
Hex 77 B9 BF 26 3 0 19 B9 24 3D
Octal 167 271 277 46 3 0 31 271 44 75
Binary 1110111 10111001 10111111 100110 11 0 11001 10111001 100100 111101

Color Harmonies of #77B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B9BF

Black with #77B9BF

Text Example


Text Example

White with #77B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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