Color Hex Logo

#767465 Color Hex

#767465
(118,116,101)
0 Favorites   0 Comments

Color spaces of #767465

RGB 118116101
HSL0.150.080.43
HSV53°14°46°
CMYK 0.000.020.14   0.54
XYZ16.065617.281914.8009
Yxy17.28190.33370.3589
Hunter Lab41.5715-3.76767.9908
CIE-Lab48.6133-2.05168.5676

#767465 color RGB value is (118,116,101).

#767465 hex color red value is 118, green value is 116 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #767465 hue: 0.15 , saturation: 0.08 and the lightness value of 767465 is 0.43.

The process color (four color CMYK) of #767465 color hex is 0.00, 0.02, 0.14, 0.54. Web safe color of #767465 is #666666. Color #767465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110100 01100101
Octal 166 164 145
Decimal 118 116 101
Hex 76 74 65

RGB Percentages of Color #767465

%35.22
%34.63
%30.15

CMYK Percentages of Color #767465

%0
%2
%14
%54

Triadic Colors of #767465

#767465 #657674 #746576

Analogous Colors of #767465

#767465 #707665 #766c65

Monochromatic Colors of #767465

#767465

Complementary Color

#767465 #656776

#767465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767465 Color CSS Codes

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

#767465 Text Font Color

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

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


#767465 Background Color

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

This div background color is #767465


#767465 Border Color

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

This div border color is #767465


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,116,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 #767465">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767465


Comments

No comments written yet.

Please login to write comment.