#77B9BF

Color #77B9BF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #77B9BF

Tints of Glacier #77B9BF

Color information

#77B9BF (or 0x77B9BF) is unknown color: approx 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

RGB119185191-
CMYK0.380.0300.25
HSL185º36%60.78%-
HSV(B)185º37.7%74.9%-
XYZ34.3642.3855.66-
YUV165.95142.1394.51-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191851910.380.0300.251853660.78
Hex77B9BF263019b9243d
Octal1672712774630312714475
Binary111011110111001101111111001101101100110111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>