Color Hex Logo

#78824f Color Hex

#78824F
(120,130,79)
0 Favorites   0 Comments

Color spaces of #78824f

RGB 12013079
HSL0.200.240.41
HSV72°39°51°
CMYK 0.080.000.39   0.49
XYZ17.139620.522810.4551
Yxy20.52280.35620.4265
Hunter Lab45.3021-11.745018.0282
CIE-Lab52.4232-12.445726.3871

#78824f color RGB value is (120,130,79).

#78824f hex color red value is 120, green value is 130 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #78824f hue: 0.20 , saturation: 0.24 and the lightness value of 78824f is 0.41.

The process color (four color CMYK) of #78824f color hex is 0.08, 0.00, 0.39, 0.49. Web safe color of #78824f is #669966. Color #78824f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000010 01001111
Octal 170 202 117
Decimal 120 130 79
Hex 78 82 4F

RGB Percentages of Color #78824f

%36.47
%39.51
%24.01

CMYK Percentages of Color #78824f

%8
%0
%39
%49

Triadic Colors of #78824f

#78824f #4f7882 #824f78

Analogous Colors of #78824f

#78824f #5f824f #82734f

Monochromatic Colors of #78824f

#78824f

Complementary Color

#78824f #594f82

#78824f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78824f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78824f Color CSS Codes

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

#78824f Text Font Color

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

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


#78824f Background Color

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

This div background color is #78824f


#78824f Border Color

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

This div border color is #78824f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,130,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78824f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78824f;
  -webkit-box-shadow: 1px 1px 3px 2px #78824f;
  box-shadow:         1px 1px 3px 2px #78824f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78824f


Comments

No comments written yet.

Please login to write comment.