Color Hex Logo

#77818a Color Hex

#77818A
(119,129,138)
0 Favorites   0 Comments

Color spaces of #77818a

RGB 119129138
HSL0.580.080.50
HSV208°14°54°
CMYK 0.140.070.00   0.46
XYZ20.045521.457427.1299
Yxy21.45740.29210.3126
Hunter Lab46.3221-3.8194-2.2994
CIE-Lab53.4465-1.7179-6.1164

#77818a color RGB value is (119,129,138).

#77818a hex color red value is 119, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #77818a hue: 0.58 , saturation: 0.08 and the lightness value of 77818a is 0.50.

The process color (four color CMYK) of #77818a color hex is 0.14, 0.07, 0.00, 0.46. Web safe color of #77818a is #669999. Color #77818a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000001 10001010
Octal 167 201 212
Decimal 119 129 138
Hex 77 81 8A

RGB Percentages of Color #77818a

%30.83
%33.42
%35.75

CMYK Percentages of Color #77818a

%14
%7
%0
%46

Triadic Colors of #77818a

#77818a #8a7781 #818a77

Analogous Colors of #77818a

#77818a #77788a #778a8a

Monochromatic Colors of #77818a

#77818a

Complementary Color

#77818a #8a8077

#77818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77818a Color CSS Codes

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

#77818a Text Font Color

<p style="color:#77818a">Text here</p>

This sample text font color is #77818a
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.


#77818a Background Color

<div style="background-color:#77818a">
Div content here</div>

This div background color is #77818a


#77818a Border Color

<div style="border:3px solid #77818a">
Div here</div>

This div border color is #77818a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,129,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77818a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77818a;
  -webkit-box-shadow: 1px 1px 3px 2px #77818a;
  box-shadow:         1px 1px 3px 2px #77818a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77818a

#77818a Color Palettes


Comments

No comments written yet.

Please login to write comment.