Color Hex Logo

#7b876e Color Hex

#7B876E
(123,135,110)
0 Favorites   0 Comments

Color spaces of #7b876e

RGB 123135110
HSL0.250.100.48
HSV89°19°53°
CMYK 0.090.000.19   0.47
XYZ19.646822.664718.0911
Yxy22.66470.32530.3752
Hunter Lab47.6075-9.649110.7947
CIE-Lab54.7253-9.216311.9894

#7b876e color RGB value is (123,135,110).

#7b876e hex color red value is 123, green value is 135 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7b876e hue: 0.25 , saturation: 0.10 and the lightness value of 7b876e is 0.48.

The process color (four color CMYK) of #7b876e color hex is 0.09, 0.00, 0.19, 0.47. Web safe color of #7b876e is #669966. Color #7b876e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000111 01101110
Octal 173 207 156
Decimal 123 135 110
Hex 7B 87 6E

RGB Percentages of Color #7b876e

%33.42
%36.68
%29.89

CMYK Percentages of Color #7b876e

%9
%0
%19
%47

Triadic Colors of #7b876e

#7b876e #6e7b87 #876e7b

Analogous Colors of #7b876e

#7b876e #6f876e #87876e

Monochromatic Colors of #7b876e

#7b876e

Complementary Color

#7b876e #7a6e87

#7b876e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b876e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b876e Color CSS Codes

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

#7b876e Text Font Color

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

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


#7b876e Background Color

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

This div background color is #7b876e


#7b876e Border Color

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

This div border color is #7b876e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b876e


Comments

No comments written yet.

Please login to write comment.