Color Hex Logo

#79676d Color Hex

#79676D
(121,103,109)
0 Favorites   0 Comments

Color spaces of #79676d

RGB 121103109
HSL0.940.080.44
HSV340°15°47°
CMYK 0.000.150.10   0.53
XYZ15.495714.869616.5214
Yxy14.86960.33050.3171
Hunter Lab38.56114.24791.5902
CIE-Lab45.45518.2531-0.7171

#79676d color RGB value is (121,103,109).

#79676d hex color red value is 121, green value is 103 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #79676d hue: 0.94 , saturation: 0.08 and the lightness value of 79676d is 0.44.

The process color (four color CMYK) of #79676d color hex is 0.00, 0.15, 0.10, 0.53. Web safe color of #79676d is #666666. Color #79676d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100111 01101101
Octal 171 147 155
Decimal 121 103 109
Hex 79 67 6D

RGB Percentages of Color #79676d

%36.34
%30.93
%32.73

CMYK Percentages of Color #79676d

%0
%15
%10
%53

Triadic Colors of #79676d

#79676d #6d7967 #676d79

Analogous Colors of #79676d

#79676d #796a67 #796776

Monochromatic Colors of #79676d

#79676d

Complementary Color

#79676d #677973

#79676d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79676d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79676d Color CSS Codes

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

#79676d Text Font Color

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

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


#79676d Background Color

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

This div background color is #79676d


#79676d Border Color

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

This div border color is #79676d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79676d


Comments

No comments written yet.

Please login to write comment.