Color Hex Logo

#787168 Color Hex

#787168
(120,113,104)
0 Favorites   0 Comments

Color spaces of #787168

RGB 120113104
HSL0.090.070.44
HSV34°13°47°
CMYK 0.000.060.13   0.53
XYZ16.149516.802815.4888
Yxy16.80280.33340.3469
Hunter Lab40.9912-1.41026.2907
CIE-Lab48.01061.02665.9594

#787168 color RGB value is (120,113,104).

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

The process color (four color CMYK) of #787168 color hex is 0.00, 0.06, 0.13, 0.53. Web safe color of #787168 is #666666. Color #787168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110001 01101000
Octal 170 161 150
Decimal 120 113 104
Hex 78 71 68

RGB Percentages of Color #787168

%35.61
%33.53
%30.86

CMYK Percentages of Color #787168

%0
%6
%13
%53

Triadic Colors of #787168

#787168 #687871 #716878

Analogous Colors of #787168

#787168 #777868 #786968

Monochromatic Colors of #787168

#787168

Complementary Color

#787168 #686f78

#787168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787168 Color CSS Codes

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

#787168 Text Font Color

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

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


#787168 Background Color

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

This div background color is #787168


#787168 Border Color

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

This div border color is #787168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787168


Comments

No comments written yet.

Please login to write comment.