#77BFBF

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

Shades of Glacier #77BFBF

Tints of Glacier #77BFBF

Color information

#77BFBF (or 0x77BFBF) is unknown color: approx Glacier. HEX triplet: 77, BF and BF. RGB value is (119,191,191). Sum of RGB (Red+Green+Blue) = 119+191+191=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #77BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFBF is #884040. Grayscale: #A9A9A9. Windows color (decimal): -8929345 or 12566391. OLE color: 12566391.

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

Color convert

RGB119191191-
CMYK0.38000.25
HSL180º36%60.78%-
HSV(B)180º37.7%74.9%-
XYZ35.6444.9556.09-
YUV169.47140.1592-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 191 (75% from 255) = 38.12%
R=23.75%
G=38.12%
B=38.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911910.38000.251803660.78
Hex77BFBF260019b4243d
Octal1672772774600312644475
Binary11101111011111110111111100110001100110110100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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