Color Hex Logo

#7b6442 Color Hex

#7B6442
(123,100,66)
0 Favorites   0 Comments

Color spaces of #7b6442

RGB 12310066
HSL0.100.300.37
HSV36°46°48°
CMYK 0.000.190.46   0.52
XYZ13.708913.71867.0797
Yxy13.71860.39730.3976
Hunter Lab37.03861.249614.5941
CIE-Lab43.82664.341922.7261

#7b6442 color RGB value is (123,100,66).

#7b6442 hex color red value is 123, green value is 100 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #7b6442 hue: 0.10 , saturation: 0.30 and the lightness value of 7b6442 is 0.37.

The process color (four color CMYK) of #7b6442 color hex is 0.00, 0.19, 0.46, 0.52. Web safe color of #7b6442 is #666633. Color #7b6442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01100100 01000010
Octal 173 144 102
Decimal 123 100 66
Hex 7B 64 42

RGB Percentages of Color #7b6442

%42.56
%34.60
%22.84

CMYK Percentages of Color #7b6442

%0
%19
%46
%52

Triadic Colors of #7b6442

#7b6442 #427b64 #64427b

Analogous Colors of #7b6442

#7b6442 #767b42 #7b4842

Monochromatic Colors of #7b6442

#7b6442

Complementary Color

#7b6442 #42597b

#7b6442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b6442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b6442 Color CSS Codes

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

#7b6442 Text Font Color

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

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


#7b6442 Background Color

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

This div background color is #7b6442


#7b6442 Border Color

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

This div border color is #7b6442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b6442


Comments

No comments written yet.

Please login to write comment.