Color Hex Logo

#7f844d Color Hex

#7F844D
(127,132,77)
0 Favorites   0 Comments

Color spaces of #7f844d

RGB 12713277
HSL0.180.260.41
HSV65°42°52°
CMYK 0.040.000.42   0.48
XYZ18.343221.550410.2140
Yxy21.55040.36610.4301
Hunter Lab46.4224-10.707319.4505
CIE-Lab53.5467-10.824929.0336

#7f844d color RGB value is (127,132,77).

#7f844d hex color red value is 127, green value is 132 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7f844d hue: 0.18 , saturation: 0.26 and the lightness value of 7f844d is 0.41.

The process color (four color CMYK) of #7f844d color hex is 0.04, 0.00, 0.42, 0.48. Web safe color of #7f844d is #669966. Color #7f844d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10000100 01001101
Octal 177 204 115
Decimal 127 132 77
Hex 7F 84 4D

RGB Percentages of Color #7f844d

%37.80
%39.29
%22.92

CMYK Percentages of Color #7f844d

%4
%0
%42
%48

Triadic Colors of #7f844d

#7f844d #4d7f84 #844d7f

Analogous Colors of #7f844d

#7f844d #64844d #846e4d

Monochromatic Colors of #7f844d

#7f844d

Complementary Color

#7f844d #524d84

#7f844d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f844d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f844d Color CSS Codes

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

#7f844d Text Font Color

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

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


#7f844d Background Color

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

This div background color is #7f844d


#7f844d Border Color

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

This div border color is #7f844d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f844d


Comments

No comments written yet.

Please login to write comment.