Color Hex Logo

#7e8566 Color Hex

#7E8566
(126,133,102)
1 Favorites   0 Comments

Color spaces of #7e8566

RGB 126133102
HSL0.200.130.46
HSV74°23°52°
CMYK 0.050.000.23   0.48
XYZ19.390022.170015.8276
Yxy22.17000.33790.3863
Hunter Lab47.0850-8.891013.0292
CIE-Lab54.2069-8.275715.8869

#7e8566 color RGB value is (126,133,102).

#7e8566 hex color red value is 126, green value is 133 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #7e8566 hue: 0.20 , saturation: 0.13 and the lightness value of 7e8566 is 0.46.

The process color (four color CMYK) of #7e8566 color hex is 0.05, 0.00, 0.23, 0.48. Web safe color of #7e8566 is #669966. Color #7e8566 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000101 01100110
Octal 176 205 146
Decimal 126 133 102
Hex 7E 85 66

RGB Percentages of Color #7e8566

%34.90
%36.84
%28.25

CMYK Percentages of Color #7e8566

%5
%0
%23
%48

Triadic Colors of #7e8566

#7e8566 #667e85 #85667e

Analogous Colors of #7e8566

#7e8566 #6f8566 #857d66

Monochromatic Colors of #7e8566

#7e8566

Complementary Color

#7e8566 #6d6685

#7e8566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8566 Color CSS Codes

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

#7e8566 Text Font Color

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

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


#7e8566 Background Color

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

This div background color is #7e8566


#7e8566 Border Color

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

This div border color is #7e8566


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,133,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e8566; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e8566;
  -webkit-box-shadow: 1px 1px 3px 2px #7e8566;
  box-shadow:         1px 1px 3px 2px #7e8566; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,133,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8566


Comments

No comments written yet.

Please login to write comment.