Color Hex Logo

#795642 Color Hex

#795642
(121,86,66)
0 Favorites   0 Comments

Color spaces of #795642

RGB 1218666
HSL0.060.290.37
HSV22°45°47°
CMYK 0.000.290.45   0.53
XYZ12.196311.11396.6566
Yxy11.11390.40700.3709
Hunter Lab33.33756.962311.4977
CIE-Lab39.771611.798117.3699

#795642 color RGB value is (121,86,66).

#795642 hex color red value is 121, green value is 86 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #795642 hue: 0.06 , saturation: 0.29 and the lightness value of 795642 is 0.37.

The process color (four color CMYK) of #795642 color hex is 0.00, 0.29, 0.45, 0.53. Web safe color of #795642 is #666633. Color #795642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010110 01000010
Octal 171 126 102
Decimal 121 86 66
Hex 79 56 42

RGB Percentages of Color #795642

%44.32
%31.50
%24.18

CMYK Percentages of Color #795642

%0
%29
%45
%53

Triadic Colors of #795642

#795642 #427956 #564279

Analogous Colors of #795642

#795642 #797242 #79424a

Monochromatic Colors of #795642

#795642

Complementary Color

#795642 #426579

#795642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795642 Color CSS Codes

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

#795642 Text Font Color

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

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


#795642 Background Color

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

This div background color is #795642


#795642 Border Color

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

This div border color is #795642


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,86,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #795642; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #795642;
  -webkit-box-shadow: 1px 1px 3px 2px #795642;
  box-shadow:         1px 1px 3px 2px #795642; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795642


Comments

No comments written yet.

Please login to write comment.