Color Hex Logo

#7b715e Color Hex

#7B715E
(123,113,94)
0 Favorites   0 Comments

Color spaces of #7b715e

RGB 12311394
HSL0.110.130.43
HSV39°24°48°
CMYK 0.000.080.24   0.52
XYZ16.093916.829412.9898
Yxy16.82940.35050.3665
Hunter Lab41.0237-1.76449.9429
CIE-Lab48.04440.563011.9649

#7b715e color RGB value is (123,113,94).

#7b715e hex color red value is 123, green value is 113 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7b715e hue: 0.11 , saturation: 0.13 and the lightness value of 7b715e is 0.43.

The process color (four color CMYK) of #7b715e color hex is 0.00, 0.08, 0.24, 0.52. Web safe color of #7b715e is #666666. Color #7b715e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110001 01011110
Octal 173 161 136
Decimal 123 113 94
Hex 7B 71 5E

RGB Percentages of Color #7b715e

%37.27
%34.24
%28.48

CMYK Percentages of Color #7b715e

%0
%8
%24
%52

Triadic Colors of #7b715e

#7b715e #5e7b71 #715e7b

Analogous Colors of #7b715e

#7b715e #777b5e #7b635e

Monochromatic Colors of #7b715e

#7b715e

Complementary Color

#7b715e #5e687b

#7b715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b715e Color CSS Codes

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

#7b715e Text Font Color

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

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


#7b715e Background Color

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

This div background color is #7b715e


#7b715e Border Color

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

This div border color is #7b715e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,113,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b715e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b715e;
  -webkit-box-shadow: 1px 1px 3px 2px #7b715e;
  box-shadow:         1px 1px 3px 2px #7b715e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,113,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b715e


Comments

No comments written yet.

Please login to write comment.