Color Hex Logo

#77727a Color Hex

#77727A
(119,114,122)
0 Favorites   0 Comments

Color spaces of #77727a

RGB 119114122
HSL0.770.030.46
HSV278°48°
CMYK 0.020.070.00   0.52
XYZ17.137917.361720.8602
Yxy17.36170.30960.3136
Hunter Lab41.66740.4996-0.5156
CIE-Lab48.71263.5391-3.7231

#77727a color RGB value is (119,114,122).

#77727a hex color red value is 119, green value is 114 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #77727a hue: 0.77 , saturation: 0.03 and the lightness value of 77727a is 0.46.

The process color (four color CMYK) of #77727a color hex is 0.02, 0.07, 0.00, 0.52. Web safe color of #77727a is #666666. Color #77727a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110010 01111010
Octal 167 162 172
Decimal 119 114 122
Hex 77 72 7A

RGB Percentages of Color #77727a

%33.52
%32.11
%34.37

CMYK Percentages of Color #77727a

%2
%7
%0
%52

Triadic Colors of #77727a

#77727a #7a7772 #727a77

Analogous Colors of #77727a

#77727a #7a7279 #73727a

Monochromatic Colors of #77727a

#77727a

Complementary Color

#77727a #757a72

#77727a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77727a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77727a Color CSS Codes

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

#77727a Text Font Color

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

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


#77727a Background Color

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

This div background color is #77727a


#77727a Border Color

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

This div border color is #77727a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77727a


Comments

No comments written yet.

Please login to write comment.