Color Hex Logo

#78864b Color Hex

#78864B
(120,134,75)
0 Favorites   0 Comments

Color spaces of #78864b

RGB 12013475
HSL0.210.280.41
HSV74°44°53°
CMYK 0.100.000.44   0.47
XYZ17.540821.55139.8919
Yxy21.55130.35810.4400
Hunter Lab46.4234-13.795719.8628
CIE-Lab53.5477-15.105330.0007

#78864b color RGB value is (120,134,75).

#78864b hex color red value is 120, green value is 134 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #78864b hue: 0.21 , saturation: 0.28 and the lightness value of 78864b is 0.41.

The process color (four color CMYK) of #78864b color hex is 0.10, 0.00, 0.44, 0.47. Web safe color of #78864b is #669933. Color #78864b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000110 01001011
Octal 170 206 113
Decimal 120 134 75
Hex 78 86 4B

RGB Percentages of Color #78864b

%36.47
%40.73
%22.80

CMYK Percentages of Color #78864b

%10
%0
%44
%47

Triadic Colors of #78864b

#78864b #4b7886 #864b78

Analogous Colors of #78864b

#78864b #5a864b #86774b

Monochromatic Colors of #78864b

#78864b

Complementary Color

#78864b #594b86

#78864b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78864b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78864b Color CSS Codes

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

#78864b Text Font Color

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

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


#78864b Background Color

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

This div background color is #78864b


#78864b Border Color

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

This div border color is #78864b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78864b


Comments

No comments written yet.

Please login to write comment.