Color Hex Logo

#7b802e Color Hex

#7B802E
(123,128,46)
0 Favorites   0 Comments

Color spaces of #7b802e

RGB 12312846
HSL0.180.470.34
HSV64°64°50°
CMYK 0.040.000.64   0.50
XYZ16.380719.84665.5522
Yxy19.84660.39210.4750
Hunter Lab44.5495-12.327923.7954
CIE-Lab51.6633-13.402642.4960

#7b802e color RGB value is (123,128,46).

#7b802e hex color red value is 123, green value is 128 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7b802e hue: 0.18 , saturation: 0.47 and the lightness value of 7b802e is 0.34.

The process color (four color CMYK) of #7b802e color hex is 0.04, 0.00, 0.64, 0.50. Web safe color of #7b802e is #669933. Color #7b802e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000000 00101110
Octal 173 200 56
Decimal 123 128 46
Hex 7B 80 2E

RGB Percentages of Color #7b802e

%41.41
%43.10
%15.49

CMYK Percentages of Color #7b802e

%4
%0
%64
%50

Triadic Colors of #7b802e

#7b802e #2e7b80 #802e7b

Analogous Colors of #7b802e

#7b802e #52802e #805c2e

Monochromatic Colors of #7b802e

#7b802e

Complementary Color

#7b802e #332e80

#7b802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b802e Color CSS Codes

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

#7b802e Text Font Color

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

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


#7b802e Background Color

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

This div background color is #7b802e


#7b802e Border Color

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

This div border color is #7b802e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b802e


Comments

No comments written yet.

Please login to write comment.