Color Hex Logo

#767768 Color Hex

#767768
(118,119,104)
0 Favorites   0 Comments

Color spaces of #767768

RGB 118119104
HSL0.180.070.44
HSV64°13°47°
CMYK 0.010.000.13   0.53
XYZ16.566718.044715.7065
Yxy18.04470.32920.3586
Hunter Lab42.4791-4.72397.8130
CIE-Lab49.5503-3.24548.1272

#767768 color RGB value is (118,119,104).

#767768 hex color red value is 118, green value is 119 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #767768 hue: 0.18 , saturation: 0.07 and the lightness value of 767768 is 0.44.

The process color (four color CMYK) of #767768 color hex is 0.01, 0.00, 0.13, 0.53. Web safe color of #767768 is #666666. Color #767768 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110111 01101000
Octal 166 167 150
Decimal 118 119 104
Hex 76 77 68

RGB Percentages of Color #767768

%34.60
%34.90
%30.50

CMYK Percentages of Color #767768

%1
%0
%13
%53

Triadic Colors of #767768

#767768 #687677 #776876

Analogous Colors of #767768

#767768 #6f7768 #777168

Monochromatic Colors of #767768

#767768

Complementary Color

#767768 #696877

#767768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767768 Color CSS Codes

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

#767768 Text Font Color

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

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


#767768 Background Color

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

This div background color is #767768


#767768 Border Color

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

This div border color is #767768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767768


Comments

No comments written yet.

Please login to write comment.