#77B0BF

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

Shades of Glacier #77B0BF

Tints of Glacier #77B0BF

Color information

#77B0BF (or 0x77B0BF) is unknown color: approx Glacier. HEX triplet: 77, B0 and BF. RGB value is (119,176,191). Sum of RGB (Red+Green+Blue) = 119+176+191=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #77B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0BF is #884F40. Grayscale: #A0A0A0. Windows color (decimal): -8933185 or 12562551. OLE color: 12562551.

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

Color convert

RGB119176191-
CMYK0.380.0800.25
HSL192.5º36%60.78%-
HSV(B)192.5º37.7%74.9%-
XYZ32.5438.7355.05-
YUV160.67145.1298.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.49%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 191 (75% from 255) = 39.30%
R=24.49%
G=36.21%
B=39.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191761910.380.0800.25192.53660.78
Hex77B0BF268019c0243d
Octal16726027746100313004475
Binary11101111011000010111111100110100001100111000000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77B0BF;
 }
 .AnyTagClassName
 {
   color: #77B0BF;
 }
</style>
background-color css

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

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

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

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

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

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