Color Hex Logo

#7c7965 Color Hex

#7C7965
(124,121,101)
0 Favorites   0 Comments

Color spaces of #7c7965

RGB 124121101
HSL0.140.100.44
HSV52°19°49°
CMYK 0.000.020.19   0.51
XYZ17.498518.899415.0376
Yxy18.89940.34020.3674
Hunter Lab43.4734-4.23059.9228
CIE-Lab50.5693-2.496611.3947

#7c7965 color RGB value is (124,121,101).

#7c7965 hex color red value is 124, green value is 121 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #7c7965 hue: 0.14 , saturation: 0.10 and the lightness value of 7c7965 is 0.44.

The process color (four color CMYK) of #7c7965 color hex is 0.00, 0.02, 0.19, 0.51. Web safe color of #7c7965 is #666666. Color #7c7965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111001 01100101
Octal 174 171 145
Decimal 124 121 101
Hex 7C 79 65

RGB Percentages of Color #7c7965

%35.84
%34.97
%29.19

CMYK Percentages of Color #7c7965

%0
%2
%19
%51

Triadic Colors of #7c7965

#7c7965 #657c79 #79657c

Analogous Colors of #7c7965

#7c7965 #747c65 #7c6e65

Monochromatic Colors of #7c7965

#7c7965

Complementary Color

#7c7965 #65687c

#7c7965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7965 Color CSS Codes

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

#7c7965 Text Font Color

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

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


#7c7965 Background Color

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

This div background color is #7c7965


#7c7965 Border Color

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

This div border color is #7c7965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7965


Comments

No comments written yet.

Please login to write comment.