Color Hex Logo

#7d905e Color Hex

#7D905E
(125,144,94)
0 Favorites   0 Comments

Color spaces of #7d905e

RGB 12514494
HSL0.230.210.47
HSV83°35°56°
CMYK 0.130.000.35   0.44
XYZ20.451125.114614.3594
Yxy25.11460.34130.4191
Hunter Lab50.1145-14.856718.0916
CIE-Lab57.1869-15.846424.3825

#7d905e color RGB value is (125,144,94).

#7d905e hex color red value is 125, green value is 144 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7d905e hue: 0.23 , saturation: 0.21 and the lightness value of 7d905e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010000 01011110
Octal 175 220 136
Decimal 125 144 94
Hex 7D 90 5E

RGB Percentages of Color #7d905e

%34.44
%39.67
%25.90

CMYK Percentages of Color #7d905e

%13
%0
%35
%44

Triadic Colors of #7d905e

#7d905e #5e7d90 #905e7d

Analogous Colors of #7d905e

#7d905e #64905e #908a5e

Monochromatic Colors of #7d905e

#7d905e

Complementary Color

#7d905e #715e90

#7d905e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d905e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d905e Color CSS Codes

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

#7d905e Text Font Color

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

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


#7d905e Background Color

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

This div background color is #7d905e


#7d905e Border Color

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

This div border color is #7d905e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d905e


Comments

No comments written yet.

Please login to write comment.