Color Hex Logo

#795421 Color Hex

#795421
(121,84,33)
0 Favorites   0 Comments

Color spaces of #795421

RGB 1218433
HSL0.100.570.30
HSV35°73°47°
CMYK 0.000.310.73   0.53
XYZ11.330010.51542.8714
Yxy10.51540.45840.4254
Hunter Lab32.42755.619017.4492
CIE-Lab38.752010.074934.8693

#795421 color RGB value is (121,84,33).

#795421 hex color red value is 121, green value is 84 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #795421 hue: 0.10 , saturation: 0.57 and the lightness value of 795421 is 0.30.

The process color (four color CMYK) of #795421 color hex is 0.00, 0.31, 0.73, 0.53. Web safe color of #795421 is #666633. Color #795421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010100 00100001
Octal 171 124 41
Decimal 121 84 33
Hex 79 54 21

RGB Percentages of Color #795421

%50.84
%35.29
%13.87

CMYK Percentages of Color #795421

%0
%31
%73
%53

Triadic Colors of #795421

#795421 #217954 #542179

Analogous Colors of #795421

#795421 #727921 #792821

Monochromatic Colors of #795421

#795421

Complementary Color

#795421 #214679

#795421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795421 Color CSS Codes

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

#795421 Text Font Color

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

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


#795421 Background Color

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

This div background color is #795421


#795421 Border Color

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

This div border color is #795421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795421


Comments

No comments written yet.

Please login to write comment.