Color Hex Logo

#7c865b Color Hex

#7C865B
(124,134,91)
0 Favorites   0 Comments

Color spaces of #7c865b

RGB 12413491
HSL0.210.190.44
HSV74°32°53°
CMYK 0.070.000.32   0.47
XYZ18.725622.090613.1745
Yxy22.09060.34680.4092
Hunter Lab47.0006-11.134616.2812
CIE-Lab54.1230-11.315021.9808

#7c865b color RGB value is (124,134,91).

#7c865b hex color red value is 124, green value is 134 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #7c865b hue: 0.21 , saturation: 0.19 and the lightness value of 7c865b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000110 01011011
Octal 174 206 133
Decimal 124 134 91
Hex 7C 86 5B

RGB Percentages of Color #7c865b

%35.53
%38.40
%26.07

CMYK Percentages of Color #7c865b

%7
%0
%32
%47

Triadic Colors of #7c865b

#7c865b #5b7c86 #865b7c

Analogous Colors of #7c865b

#7c865b #67865b #867b5b

Monochromatic Colors of #7c865b

#7c865b

Complementary Color

#7c865b #655b86

#7c865b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c865b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c865b Color CSS Codes

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

#7c865b Text Font Color

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

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


#7c865b Background Color

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

This div background color is #7c865b


#7c865b Border Color

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

This div border color is #7c865b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c865b


Comments

No comments written yet.

Please login to write comment.