Color Hex Logo

#79464f Color Hex

#79464F
(121,70,79)
0 Favorites   0 Comments

Color spaces of #79464f

RGB 1217079
HSL0.970.270.37
HSV349°42°47°
CMYK 0.000.420.35   0.53
XYZ11.48669.00988.5308
Yxy9.00980.39570.3104
Hunter Lab30.016315.77954.1609
CIE-Lab36.003223.05184.0804

#79464f color RGB value is (121,70,79).

#79464f hex color red value is 121, green value is 70 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #79464f hue: 0.97 , saturation: 0.27 and the lightness value of 79464f is 0.37.

The process color (four color CMYK) of #79464f color hex is 0.00, 0.42, 0.35, 0.53. Web safe color of #79464f is #663366. Color #79464f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000110 01001111
Octal 171 106 117
Decimal 121 70 79
Hex 79 46 4F

RGB Percentages of Color #79464f

%44.81
%25.93
%29.26

CMYK Percentages of Color #79464f

%0
%42
%35
%53

Triadic Colors of #79464f

#79464f #4f7946 #464f79

Analogous Colors of #79464f

#79464f #795746 #794669

Monochromatic Colors of #79464f

#79464f

Complementary Color

#79464f #467970

#79464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79464f Color CSS Codes

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

#79464f Text Font Color

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

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


#79464f Background Color

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

This div background color is #79464f


#79464f Border Color

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

This div border color is #79464f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,70,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 #79464f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79464f


Comments

No comments written yet.

Please login to write comment.