Color Hex Logo

#7d8774 Color Hex

#7D8774
(125,135,116)
0 Favorites   0 Comments

Color spaces of #7d8774

RGB 125135116
HSL0.250.080.49
HSV92°14°53°
CMYK 0.070.000.14   0.47
XYZ20.273822.948919.8840
Yxy22.94890.32130.3637
Hunter Lab47.9050-8.29118.9239
CIE-Lab55.0197-7.37318.9785

#7d8774 color RGB value is (125,135,116).

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

The process color (four color CMYK) of #7d8774 color hex is 0.07, 0.00, 0.14, 0.47. Web safe color of #7d8774 is #669966. Color #7d8774 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000111 01110100
Octal 175 207 164
Decimal 125 135 116
Hex 7D 87 74

RGB Percentages of Color #7d8774

%33.24
%35.90
%30.85

CMYK Percentages of Color #7d8774

%7
%0
%14
%47

Triadic Colors of #7d8774

#7d8774 #747d87 #87747d

Analogous Colors of #7d8774

#7d8774 #748775 #878774

Monochromatic Colors of #7d8774

#7d8774

Complementary Color

#7d8774 #7e7487

#7d8774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8774 Color CSS Codes

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

#7d8774 Text Font Color

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

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


#7d8774 Background Color

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

This div background color is #7d8774


#7d8774 Border Color

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

This div border color is #7d8774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8774


Comments

No comments written yet.

Please login to write comment.