Color Hex Logo

#79514d Color Hex

#79514D
(121,81,77)
0 Favorites   0 Comments

Color spaces of #79514d

RGB 1218177
HSL0.020.220.39
HSV36°47°
CMYK 0.000.330.36   0.53
XYZ12.167110.48568.4038
Yxy10.48560.39180.3376
Hunter Lab32.381510.40257.2798
CIE-Lab38.700216.21499.1574

#79514d color RGB value is (121,81,77).

#79514d hex color red value is 121, green value is 81 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #79514d hue: 0.02 , saturation: 0.22 and the lightness value of 79514d is 0.39.

The process color (four color CMYK) of #79514d color hex is 0.00, 0.33, 0.36, 0.53. Web safe color of #79514d is #666666. Color #79514d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010001 01001101
Octal 171 121 115
Decimal 121 81 77
Hex 79 51 4D

RGB Percentages of Color #79514d

%43.37
%29.03
%27.60

CMYK Percentages of Color #79514d

%0
%33
%36
%53

Triadic Colors of #79514d

#79514d #4d7951 #514d79

Analogous Colors of #79514d

#79514d #79674d #794d5f

Monochromatic Colors of #79514d

#79514d

Complementary Color

#79514d #4d7579

#79514d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79514d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79514d Color CSS Codes

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

#79514d Text Font Color

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

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


#79514d Background Color

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

This div background color is #79514d


#79514d Border Color

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

This div border color is #79514d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,81,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79514d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79514d;
  -webkit-box-shadow: 1px 1px 3px 2px #79514d;
  box-shadow:         1px 1px 3px 2px #79514d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79514d


Comments

No comments written yet.

Please login to write comment.