Color Hex Logo

#7f885d Color Hex

#7F885D
(127,136,93)
0 Favorites   0 Comments

Color spaces of #7f885d

RGB 12713693
HSL0.200.190.45
HSV73°32°53°
CMYK 0.070.000.32   0.47
XYZ19.532322.910713.7487
Yxy22.91070.34760.4077
Hunter Lab47.8651-10.923516.4752
CIE-Lab54.9802-10.890722.0421

#7f885d color RGB value is (127,136,93).

#7f885d hex color red value is 127, green value is 136 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #7f885d hue: 0.20 , saturation: 0.19 and the lightness value of 7f885d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10001000 01011101
Octal 177 210 135
Decimal 127 136 93
Hex 7F 88 5D

RGB Percentages of Color #7f885d

%35.67
%38.20
%26.12

CMYK Percentages of Color #7f885d

%7
%0
%32
%47

Triadic Colors of #7f885d

#7f885d #5d7f88 #885d7f

Analogous Colors of #7f885d

#7f885d #6a885d #887c5d

Monochromatic Colors of #7f885d

#7f885d

Complementary Color

#7f885d #665d88

#7f885d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f885d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f885d Color CSS Codes

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

#7f885d Text Font Color

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

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


#7f885d Background Color

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

This div background color is #7f885d


#7f885d Border Color

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

This div border color is #7f885d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f885d


Comments

No comments written yet.

Please login to write comment.