Color Hex Logo

#767a5e Color Hex

#767A5E
(118,122,94)
0 Favorites   0 Comments

Color spaces of #767a5e

RGB 11812294
HSL0.190.130.42
HSV69°23°48°
CMYK 0.030.000.23   0.52
XYZ16.451118.578813.3087
Yxy18.57880.34030.3843
Hunter Lab43.1031-7.302711.8656
CIE-Lab50.1907-6.657214.8663

#767a5e color RGB value is (118,122,94).

#767a5e hex color red value is 118, green value is 122 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #767a5e hue: 0.19 , saturation: 0.13 and the lightness value of 767a5e is 0.42.

The process color (four color CMYK) of #767a5e color hex is 0.03, 0.00, 0.23, 0.52. Web safe color of #767a5e is #666666. Color #767a5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111010 01011110
Octal 166 172 136
Decimal 118 122 94
Hex 76 7A 5E

RGB Percentages of Color #767a5e

%35.33
%36.53
%28.14

CMYK Percentages of Color #767a5e

%3
%0
%23
%52

Triadic Colors of #767a5e

#767a5e #5e767a #7a5e76

Analogous Colors of #767a5e

#767a5e #687a5e #7a705e

Monochromatic Colors of #767a5e

#767a5e

Complementary Color

#767a5e #625e7a

#767a5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767a5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#767a5e Color CSS Codes

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

#767a5e Text Font Color

<p style="color:#767a5e">Text here</p>

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


#767a5e Background Color

<div style="background-color:#767a5e">
Div content here</div>

This div background color is #767a5e


#767a5e Border Color

<div style="border:3px solid #767a5e">
Div here</div>

This div border color is #767a5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,122,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767a5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767a5e;
  -webkit-box-shadow: 1px 1px 3px 2px #767a5e;
  box-shadow:         1px 1px 3px 2px #767a5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767a5e


Comments

No comments written yet.

Please login to write comment.