Color Hex Logo

#7c760d Color Hex

#7C760D
(124,118,13)
0 Favorites   0 Comments

Color spaces of #7c760d

RGB 12411813
HSL0.160.810.27
HSV57°90°49°
CMYK 0.000.050.90   0.51
XYZ14.863317.27102.9310
Yxy17.27100.42390.4925
Hunter Lab41.5584-8.886924.9093
CIE-Lab48.5997-9.068951.4390

#7c760d color RGB value is (124,118,13).

#7c760d hex color red value is 124, green value is 118 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #7c760d hue: 0.16 , saturation: 0.81 and the lightness value of 7c760d is 0.27.

The process color (four color CMYK) of #7c760d color hex is 0.00, 0.05, 0.90, 0.51. Web safe color of #7c760d is #666600. Color #7c760d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110110 00001101
Octal 174 166 15
Decimal 124 118 13
Hex 7C 76 D

RGB Percentages of Color #7c760d

%48.63
%46.27
%5.10

CMYK Percentages of Color #7c760d

%0
%5
%90
%51

Triadic Colors of #7c760d

#7c760d #0d7c76 #760d7c

Analogous Colors of #7c760d

#7c760d #4b7c0d #7c3f0d

Monochromatic Colors of #7c760d

#7c760d

Complementary Color

#7c760d #0d137c

#7c760d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c760d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c760d Color CSS Codes

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

#7c760d Text Font Color

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

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


#7c760d Background Color

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

This div background color is #7c760d


#7c760d Border Color

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

This div border color is #7c760d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c760d


Comments

No comments written yet.

Please login to write comment.