Color Hex Logo

#7b885e Color Hex

#7B885E
(123,136,94)
0 Favorites   0 Comments

Color spaces of #7b885e

RGB 12313694
HSL0.220.180.45
HSV79°31°53°
CMYK 0.100.000.31   0.47
XYZ18.992922.627413.9562
Yxy22.62740.34170.4071
Hunter Lab47.5683-11.973615.9025
CIE-Lab54.6865-12.365921.0333

#7b885e color RGB value is (123,136,94).

#7b885e hex color red value is 123, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7b885e hue: 0.22 , saturation: 0.18 and the lightness value of 7b885e is 0.45.

The process color (four color CMYK) of #7b885e color hex is 0.10, 0.00, 0.31, 0.47. Web safe color of #7b885e is #669966. Color #7b885e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001000 01011110
Octal 173 210 136
Decimal 123 136 94
Hex 7B 88 5E

RGB Percentages of Color #7b885e

%34.84
%38.53
%26.63

CMYK Percentages of Color #7b885e

%10
%0
%31
%47

Triadic Colors of #7b885e

#7b885e #5e7b88 #885e7b

Analogous Colors of #7b885e

#7b885e #66885e #88805e

Monochromatic Colors of #7b885e

#7b885e

Complementary Color

#7b885e #6b5e88

#7b885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b885e Color CSS Codes

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

#7b885e Text Font Color

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

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


#7b885e Background Color

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

This div background color is #7b885e


#7b885e Border Color

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

This div border color is #7b885e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,136,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 #7b885e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b885e


Comments

No comments written yet.

Please login to write comment.