Color Hex Logo

#7d634b Color Hex

#7D634B
(125,99,75)
1 Favorites   0 Comments

Color spaces of #7d634b

RGB 1259975
HSL0.080.250.39
HSV29°40°49°
CMYK 0.000.210.40   0.51
XYZ14.189313.79178.5708
Yxy13.79170.38820.3773
Hunter Lab37.13723.210912.3126
CIE-Lab43.93276.912517.6185

#7d634b color RGB value is (125,99,75).

#7d634b hex color red value is 125, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7d634b hue: 0.08 , saturation: 0.25 and the lightness value of 7d634b is 0.39.

The process color (four color CMYK) of #7d634b color hex is 0.00, 0.21, 0.40, 0.51. Web safe color of #7d634b is #666633. Color #7d634b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01100011 01001011
Octal 175 143 113
Decimal 125 99 75
Hex 7D 63 4B

RGB Percentages of Color #7d634b

%41.81
%33.11
%25.08

CMYK Percentages of Color #7d634b

%0
%21
%40
%51

Triadic Colors of #7d634b

#7d634b #4b7d63 #634b7d

Analogous Colors of #7d634b

#7d634b #7d7c4b #7d4b4c

Monochromatic Colors of #7d634b

#7d634b

Complementary Color

#7d634b #4b657d

#7d634b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d634b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d634b Color CSS Codes

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

#7d634b Text Font Color

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

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


#7d634b Background Color

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

This div background color is #7d634b


#7d634b Border Color

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

This div border color is #7d634b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d634b


Comments

No comments written yet.

Please login to write comment.