Color Hex Logo

#79074c Color Hex

#79074C
(121,7,76)
0 Favorites   0 Comments

Color spaces of #79074c

RGB 121776
HSL0.900.890.25
HSV324°94°47°
CMYK 0.000.940.37   0.53
XYZ9.26564.73877.2638
Yxy4.73870.43570.2228
Hunter Lab21.768637.8820-4.5461
CIE-Lab25.977049.1816-8.7403

#79074c color RGB value is (121,7,76).

#79074c hex color red value is 121, green value is 7 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #79074c hue: 0.90 , saturation: 0.89 and the lightness value of 79074c is 0.25.

The process color (four color CMYK) of #79074c color hex is 0.00, 0.94, 0.37, 0.53. Web safe color of #79074c is #660033. Color #79074c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000111 01001100
Octal 171 7 114
Decimal 121 7 76
Hex 79 7 4C

RGB Percentages of Color #79074c

%59.31
%3.43
%37.25

CMYK Percentages of Color #79074c

%0
%94
%37
%53

Triadic Colors of #79074c

#79074c #4c7907 #074c79

Analogous Colors of #79074c

#79074c #790713 #6d0779

Monochromatic Colors of #79074c

#79074c

Complementary Color

#79074c #077934

#79074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79074c Color CSS Codes

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

#79074c Text Font Color

<p style="color:#79074c">Text here</p>

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


#79074c Background Color

<div style="background-color:#79074c">
Div content here</div>

This div background color is #79074c


#79074c Border Color

<div style="border:3px solid #79074c">
Div here</div>

This div border color is #79074c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,7,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79074c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79074c;
  -webkit-box-shadow: 1px 1px 3px 2px #79074c;
  box-shadow:         1px 1px 3px 2px #79074c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,7,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79074c


Comments

No comments written yet.

Please login to write comment.