Color Hex Logo

#78425f Color Hex

#78425F
(120,66,95)
0 Favorites   0 Comments

Color spaces of #78425f

RGB 1206695
HSL0.910.290.36
HSV328°45°47°
CMYK 0.000.450.21   0.53
XYZ11.75958.715711.8890
Yxy8.71570.36330.2693
Hunter Lab29.522419.4369-3.2111
CIE-Lab35.431127.4602-6.9185

#78425f color RGB value is (120,66,95).

#78425f hex color red value is 120, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #78425f hue: 0.91 , saturation: 0.29 and the lightness value of 78425f is 0.36.

The process color (four color CMYK) of #78425f color hex is 0.00, 0.45, 0.21, 0.53. Web safe color of #78425f is #663366. Color #78425f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000010 01011111
Octal 170 102 137
Decimal 120 66 95
Hex 78 42 5F

RGB Percentages of Color #78425f

%42.70
%23.49
%33.81

CMYK Percentages of Color #78425f

%0
%45
%21
%53

Triadic Colors of #78425f

#78425f #5f7842 #425f78

Analogous Colors of #78425f

#78425f #784244 #764278

Monochromatic Colors of #78425f

#78425f

Complementary Color

#78425f #42785b

#78425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78425f Color CSS Codes

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

#78425f Text Font Color

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

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


#78425f Background Color

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

This div background color is #78425f


#78425f Border Color

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

This div border color is #78425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78425f


Comments

No comments written yet.

Please login to write comment.