Color Hex Logo

#7b855f Color Hex

#7B855F
(123,133,95)
0 Favorites   0 Comments

Color spaces of #7b855f

RGB 12313395
HSL0.210.170.45
HSV76°29°52°
CMYK 0.080.000.29   0.48
XYZ18.621521.812214.0552
Yxy21.81220.34170.4003
Hunter Lab46.7035-10.560214.8494
CIE-Lab53.8272-10.580019.3139

#7b855f color RGB value is (123,133,95).

#7b855f hex color red value is 123, green value is 133 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7b855f hue: 0.21 , saturation: 0.17 and the lightness value of 7b855f is 0.45.

The process color (four color CMYK) of #7b855f color hex is 0.08, 0.00, 0.29, 0.48. Web safe color of #7b855f is #669966. Color #7b855f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000101 01011111
Octal 173 205 137
Decimal 123 133 95
Hex 7B 85 5F

RGB Percentages of Color #7b855f

%35.04
%37.89
%27.07

CMYK Percentages of Color #7b855f

%8
%0
%29
%48

Triadic Colors of #7b855f

#7b855f #5f7b85 #855f7b

Analogous Colors of #7b855f

#7b855f #68855f #857c5f

Monochromatic Colors of #7b855f

#7b855f

Complementary Color

#7b855f #695f85

#7b855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b855f Color CSS Codes

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

#7b855f Text Font Color

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

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


#7b855f Background Color

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

This div background color is #7b855f


#7b855f Border Color

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

This div border color is #7b855f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b855f


Comments

No comments written yet.

Please login to write comment.