Color Hex Logo

#7d9069 Color Hex

#7D9069
(125,144,105)
0 Favorites   0 Comments

Color spaces of #7d9069

RGB 125144105
HSL0.250.160.49
HSV89°27°56°
CMYK 0.130.000.27   0.44
XYZ20.980525.326417.1473
Yxy25.32640.33060.3991
Hunter Lab50.3253-13.653215.0259
CIE-Lab57.3921-14.167418.5335

#7d9069 color RGB value is (125,144,105).

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

The process color (four color CMYK) of #7d9069 color hex is 0.13, 0.00, 0.27, 0.44. Web safe color of #7d9069 is #669966. Color #7d9069 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010000 01101001
Octal 175 220 151
Decimal 125 144 105
Hex 7D 90 69

RGB Percentages of Color #7d9069

%33.42
%38.50
%28.07

CMYK Percentages of Color #7d9069

%13
%0
%27
%44

Triadic Colors of #7d9069

#7d9069 #697d90 #90697d

Analogous Colors of #7d9069

#7d9069 #6a9069 #909069

Monochromatic Colors of #7d9069

#7d9069

Complementary Color

#7d9069 #7c6990

#7d9069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9069 Color CSS Codes

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

#7d9069 Text Font Color

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

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


#7d9069 Background Color

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

This div background color is #7d9069


#7d9069 Border Color

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

This div border color is #7d9069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9069


Comments

No comments written yet.

Please login to write comment.