Color Hex Logo

#7d6f15 Color Hex

#7D6F15
(125,111,21)
0 Favorites   0 Comments

Color spaces of #7d6f15

RGB 12511121
HSL0.140.710.29
HSV52°83°49°
CMYK 0.000.110.83   0.51
XYZ14.277215.78303.0034
Yxy15.78300.43180.4774
Hunter Lab39.7278-5.375223.3272
CIE-Lab46.6885-4.419347.6543

#7d6f15 color RGB value is (125,111,21).

#7d6f15 hex color red value is 125, green value is 111 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #7d6f15 hue: 0.14 , saturation: 0.71 and the lightness value of 7d6f15 is 0.29.

The process color (four color CMYK) of #7d6f15 color hex is 0.00, 0.11, 0.83, 0.51. Web safe color of #7d6f15 is #666600. Color #7d6f15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01101111 00010101
Octal 175 157 25
Decimal 125 111 21
Hex 7D 6F 15

RGB Percentages of Color #7d6f15

%48.64
%43.19
%8.17

CMYK Percentages of Color #7d6f15

%0
%11
%83
%51

Triadic Colors of #7d6f15

#7d6f15 #157d6f #6f157d

Analogous Colors of #7d6f15

#7d6f15 #577d15 #7d3b15

Monochromatic Colors of #7d6f15

#7d6f15

Complementary Color

#7d6f15 #15237d

#7d6f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d6f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d6f15 Color CSS Codes

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

#7d6f15 Text Font Color

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

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


#7d6f15 Background Color

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

This div background color is #7d6f15


#7d6f15 Border Color

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

This div border color is #7d6f15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,111,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d6f15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d6f15;
  -webkit-box-shadow: 1px 1px 3px 2px #7d6f15;
  box-shadow:         1px 1px 3px 2px #7d6f15; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,111,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d6f15


Comments

No comments written yet.

Please login to write comment.