Color Hex Logo

#7f867d Color Hex

#7F867D
(127,134,125)
0 Favorites   0 Comments

Color spaces of #7f867d

RGB 127134125
HSL0.300.040.51
HSV107°53°
CMYK 0.050.000.07   0.47
XYZ20.979223.042922.7440
Yxy23.04290.31420.3451
Hunter Lab48.0030-5.99385.5103
CIE-Lab55.1165-4.36513.9470

#7f867d color RGB value is (127,134,125).

#7f867d hex color red value is 127, green value is 134 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7f867d hue: 0.30 , saturation: 0.04 and the lightness value of 7f867d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10000110 01111101
Octal 177 206 175
Decimal 127 134 125
Hex 7F 86 7D

RGB Percentages of Color #7f867d

%32.90
%34.72
%32.38

CMYK Percentages of Color #7f867d

%5
%0
%7
%47

Triadic Colors of #7f867d

#7f867d #7d7f86 #867d7f

Analogous Colors of #7f867d

#7f867d #7d8680 #84867d

Monochromatic Colors of #7f867d

#7f867d

Complementary Color

#7f867d #847d86

#7f867d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f867d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f867d Color CSS Codes

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

#7f867d Text Font Color

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

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


#7f867d Background Color

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

This div background color is #7f867d


#7f867d Border Color

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

This div border color is #7f867d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f867d


Comments

No comments written yet.

Please login to write comment.