Color Hex Logo

#7d8a70 Color Hex

#7D8A70
(125,138,112)
0 Favorites   0 Comments

Color spaces of #7d8a70

RGB 125138112
HSL0.250.100.49
HSV90°19°54°
CMYK 0.090.000.19   0.46
XYZ20.470623.706818.8262
Yxy23.70680.32490.3763
Hunter Lab48.6896-10.160011.1578
CIE-Lab55.7930-9.743112.3608

#7d8a70 color RGB value is (125,138,112).

#7d8a70 hex color red value is 125, green value is 138 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7d8a70 hue: 0.25 , saturation: 0.10 and the lightness value of 7d8a70 is 0.49.

The process color (four color CMYK) of #7d8a70 color hex is 0.09, 0.00, 0.19, 0.46. Web safe color of #7d8a70 is #669966. Color #7d8a70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001010 01110000
Octal 175 212 160
Decimal 125 138 112
Hex 7D 8A 70

RGB Percentages of Color #7d8a70

%33.33
%36.80
%29.87

CMYK Percentages of Color #7d8a70

%9
%0
%19
%46

Triadic Colors of #7d8a70

#7d8a70 #707d8a #8a707d

Analogous Colors of #7d8a70

#7d8a70 #708a70 #8a8a70

Monochromatic Colors of #7d8a70

#7d8a70

Complementary Color

#7d8a70 #7d708a

#7d8a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8a70 Color CSS Codes

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

#7d8a70 Text Font Color

<p style="color:#7d8a70">Text here</p>

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


#7d8a70 Background Color

<div style="background-color:#7d8a70">
Div content here</div>

This div background color is #7d8a70


#7d8a70 Border Color

<div style="border:3px solid #7d8a70">
Div here</div>

This div border color is #7d8a70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,138,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d8a70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d8a70;
  -webkit-box-shadow: 1px 1px 3px 2px #7d8a70;
  box-shadow:         1px 1px 3px 2px #7d8a70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,138,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8a70


Comments

No comments written yet.

Please login to write comment.