Color Hex Logo

#78675a Color Hex

#78675A
(120,103,90)
0 Favorites   0 Comments

Color spaces of #78675a

RGB 12010390
HSL0.070.140.41
HSV26°25°47°
CMYK 0.000.140.25   0.53
XYZ14.441414.431811.6973
Yxy14.43180.35600.3557
Hunter Lab37.98921.37478.3364
CIE-Lab44.84594.53799.8306

#78675a color RGB value is (120,103,90).

#78675a hex color red value is 120, green value is 103 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #78675a hue: 0.07 , saturation: 0.14 and the lightness value of 78675a is 0.41.

The process color (four color CMYK) of #78675a color hex is 0.00, 0.14, 0.25, 0.53. Web safe color of #78675a is #666666. Color #78675a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100111 01011010
Octal 170 147 132
Decimal 120 103 90
Hex 78 67 5A

RGB Percentages of Color #78675a

%38.34
%32.91
%28.75

CMYK Percentages of Color #78675a

%0
%14
%25
%53

Triadic Colors of #78675a

#78675a #5a7867 #675a78

Analogous Colors of #78675a

#78675a #78765a #785a5c

Monochromatic Colors of #78675a

#78675a

Complementary Color

#78675a #5a6b78

#78675a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78675a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78675a Color CSS Codes

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

#78675a Text Font Color

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

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


#78675a Background Color

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

This div background color is #78675a


#78675a Border Color

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

This div border color is #78675a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,103,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78675a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78675a;
  -webkit-box-shadow: 1px 1px 3px 2px #78675a;
  box-shadow:         1px 1px 3px 2px #78675a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,103,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78675a


Comments

No comments written yet.

Please login to write comment.