Color Hex Logo

#7da576 Color Hex

#7DA576
(125,165,118)
0 Favorites   0 Comments

Color spaces of #7da576

RGB 125165118
HSL0.310.210.55
HSV111°28°65°
CMYK 0.240.000.28   0.35
XYZ25.182632.578222.1005
Yxy32.57820.31530.4079
Hunter Lab57.0773-21.130816.9969
CIE-Lab63.8179-22.905420.0793

#7da576 color RGB value is (125,165,118).

#7da576 hex color red value is 125, green value is 165 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #7da576 hue: 0.31 , saturation: 0.21 and the lightness value of 7da576 is 0.55.

The process color (four color CMYK) of #7da576 color hex is 0.24, 0.00, 0.28, 0.35. Web safe color of #7da576 is #669966. Color #7da576 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100101 01110110
Octal 175 245 166
Decimal 125 165 118
Hex 7D A5 76

RGB Percentages of Color #7da576

%30.64
%40.44
%28.92

CMYK Percentages of Color #7da576

%24
%0
%28
%35

Triadic Colors of #7da576

#7da576 #767da5 #a5767d

Analogous Colors of #7da576

#7da576 #76a587 #95a576

Monochromatic Colors of #7da576

#7da576

Complementary Color

#7da576 #9e76a5

#7da576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da576 Color CSS Codes

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

#7da576 Text Font Color

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

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


#7da576 Background Color

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

This div background color is #7da576


#7da576 Border Color

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

This div border color is #7da576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da576


Comments

No comments written yet.

Please login to write comment.