Color Hex Logo

#78614b Color Hex

#78614B
(120,97,75)
0 Favorites   0 Comments

Color spaces of #78614b

RGB 1209775
HSL0.080.230.38
HSV29°38°47°
CMYK 0.000.190.38   0.53
XYZ13.290413.05058.4751
Yxy13.05050.38170.3748
Hunter Lab36.12552.449811.3783
CIE-Lab42.83925.902016.0534

#78614b color RGB value is (120,97,75).

#78614b hex color red value is 120, green value is 97 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #78614b hue: 0.08 , saturation: 0.23 and the lightness value of 78614b is 0.38.

The process color (four color CMYK) of #78614b color hex is 0.00, 0.19, 0.38, 0.53. Web safe color of #78614b is #666633. Color #78614b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100001 01001011
Octal 170 141 113
Decimal 120 97 75
Hex 78 61 4B

RGB Percentages of Color #78614b

%41.10
%33.22
%25.68

CMYK Percentages of Color #78614b

%0
%19
%38
%53

Triadic Colors of #78614b

#78614b #4b7861 #614b78

Analogous Colors of #78614b

#78614b #78784b #784b4c

Monochromatic Colors of #78614b

#78614b

Complementary Color

#78614b #4b6278

#78614b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78614b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78614b Color CSS Codes

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

#78614b Text Font Color

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

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


#78614b Background Color

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

This div background color is #78614b


#78614b Border Color

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

This div border color is #78614b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,97,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78614b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78614b;
  -webkit-box-shadow: 1px 1px 3px 2px #78614b;
  box-shadow:         1px 1px 3px 2px #78614b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78614b


Comments

No comments written yet.

Please login to write comment.