Color Hex Logo

#77848e Color Hex

#77848E
(119,132,142)
0 Favorites   0 Comments

Color spaces of #77848e

RGB 119132142
HSL0.570.090.51
HSV206°16°56°
CMYK 0.160.070.00   0.44
XYZ20.741522.377528.8173
Yxy22.37750.28830.3111
Hunter Lab47.3049-4.5176-3.0050
CIE-Lab54.4253-2.5313-6.9858

#77848e color RGB value is (119,132,142).

#77848e hex color red value is 119, green value is 132 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #77848e hue: 0.57 , saturation: 0.09 and the lightness value of 77848e is 0.51.

The process color (four color CMYK) of #77848e color hex is 0.16, 0.07, 0.00, 0.44. Web safe color of #77848e is #669999. Color #77848e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000100 10001110
Octal 167 204 216
Decimal 119 132 142
Hex 77 84 8E

RGB Percentages of Color #77848e

%30.28
%33.59
%36.13

CMYK Percentages of Color #77848e

%16
%7
%0
%44

Triadic Colors of #77848e

#77848e #8e7784 #848e77

Analogous Colors of #77848e

#77848e #77798e #778e8d

Monochromatic Colors of #77848e

#77848e

Complementary Color

#77848e #8e8177

#77848e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77848e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77848e Color CSS Codes

.mybgcolor {background-color:#77848e; } 
.myforecolor {color:#77848e; }
.mybordercolor {border:3px solid #77848e; }

#77848e Text Font Color

<p style="color:#77848e">Text here</p>

This sample text font color is #77848e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#77848e Background Color

<div style="background-color:#77848e">
Div content here</div>

This div background color is #77848e


#77848e Border Color

<div style="border:3px solid #77848e">
Div here</div>

This div border color is #77848e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,132,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77848e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77848e;
  -webkit-box-shadow: 1px 1px 3px 2px #77848e;
  box-shadow:         1px 1px 3px 2px #77848e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,132,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #77848e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #77848e;
  -webkit-box-shadow: 1px 1px 3px 2px #77848e;
  box-shadow:         1px 1px 3px 2px #77848e;">
Div content here</div>

This div box has shadow with color #77848e


Comments

No comments written yet.

Please login to write comment.