Color Hex Logo

#767965 Color Hex

#767965
(118,121,101)
0 Favorites   0 Comments

Color spaces of #767965

RGB 118121101
HSL0.190.090.44
HSV69°17°47°
CMYK 0.020.000.17   0.53
XYZ16.657518.465914.9982
Yxy18.46590.33230.3684
Hunter Lab42.9720-6.00789.3868
CIE-Lab50.0564-4.917610.6008

#767965 color RGB value is (118,121,101).

#767965 hex color red value is 118, green value is 121 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #767965 hue: 0.19 , saturation: 0.09 and the lightness value of 767965 is 0.44.

The process color (four color CMYK) of #767965 color hex is 0.02, 0.00, 0.17, 0.53. Web safe color of #767965 is #666666. Color #767965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111001 01100101
Octal 166 171 145
Decimal 118 121 101
Hex 76 79 65

RGB Percentages of Color #767965

%34.71
%35.59
%29.71

CMYK Percentages of Color #767965

%2
%0
%17
%53

Triadic Colors of #767965

#767965 #657679 #796576

Analogous Colors of #767965

#767965 #6c7965 #797265

Monochromatic Colors of #767965

#767965

Complementary Color

#767965 #686579

#767965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767965 Color CSS Codes

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

#767965 Text Font Color

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

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


#767965 Background Color

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

This div background color is #767965


#767965 Border Color

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

This div border color is #767965


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,121,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767965; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767965;
  -webkit-box-shadow: 1px 1px 3px 2px #767965;
  box-shadow:         1px 1px 3px 2px #767965; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767965


Comments

No comments written yet.

Please login to write comment.