Color Hex Logo

#795648 Color Hex

#795648
(121,86,72)
0 Favorites   0 Comments

Color spaces of #795648

RGB 1218672
HSL0.050.250.38
HSV17°40°47°
CMYK 0.000.290.40   0.53
XYZ12.382611.18847.6378
Yxy11.18840.39680.3585
Hunter Lab33.44917.54359.8760
CIE-Lab39.896012.539713.8891

#795648 color RGB value is (121,86,72).

#795648 hex color red value is 121, green value is 86 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #795648 hue: 0.05 , saturation: 0.25 and the lightness value of 795648 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010110 01001000
Octal 171 126 110
Decimal 121 86 72
Hex 79 56 48

RGB Percentages of Color #795648

%43.37
%30.82
%25.81

CMYK Percentages of Color #795648

%0
%29
%40
%53

Triadic Colors of #795648

#795648 #487956 #564879

Analogous Colors of #795648

#795648 #796f48 #794853

Monochromatic Colors of #795648

#795648

Complementary Color

#795648 #486b79

#795648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795648 Color CSS Codes

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

#795648 Text Font Color

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

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


#795648 Background Color

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

This div background color is #795648


#795648 Border Color

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

This div border color is #795648


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,86,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795648


Comments

No comments written yet.

Please login to write comment.