Color Hex Logo

#78752d Color Hex

#78752D
(120,117,45)
0 Favorites   0 Comments

Color spaces of #78752d

RGB 12011745
HSL0.160.450.32
HSV58°63°47°
CMYK 0.000.030.63   0.53
XYZ14.580716.90514.9772
Yxy16.90510.39990.4636
Hunter Lab41.1158-8.652121.6038
CIE-Lab48.1402-8.806639.0758

#78752d color RGB value is (120,117,45).

#78752d hex color red value is 120, green value is 117 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #78752d hue: 0.16 , saturation: 0.45 and the lightness value of 78752d is 0.32.

The process color (four color CMYK) of #78752d color hex is 0.00, 0.03, 0.63, 0.53. Web safe color of #78752d is #666633. Color #78752d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110101 00101101
Octal 170 165 55
Decimal 120 117 45
Hex 78 75 2D

RGB Percentages of Color #78752d

%42.55
%41.49
%15.96

CMYK Percentages of Color #78752d

%0
%3
%63
%53

Triadic Colors of #78752d

#78752d #2d7875 #752d78

Analogous Colors of #78752d

#78752d #56782d #78502d

Monochromatic Colors of #78752d

#78752d

Complementary Color

#78752d #2d3078

#78752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78752d Color CSS Codes

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

#78752d Text Font Color

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

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


#78752d Background Color

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

This div background color is #78752d


#78752d Border Color

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

This div border color is #78752d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,117,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78752d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78752d;
  -webkit-box-shadow: 1px 1px 3px 2px #78752d;
  box-shadow:         1px 1px 3px 2px #78752d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78752d


Comments

No comments written yet.

Please login to write comment.