Color Hex Logo

#794955 Color Hex

#794955
(121,73,85)
0 Favorites   0 Comments

Color spaces of #794955

RGB 1217385
HSL0.960.250.38
HSV345°40°47°
CMYK 0.000.400.30   0.53
XYZ11.90749.48599.7977
Yxy9.48590.38180.3041
Hunter Lab30.799215.11202.6984
CIE-Lab36.903522.15371.5902

#794955 color RGB value is (121,73,85).

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

The process color (four color CMYK) of #794955 color hex is 0.00, 0.40, 0.30, 0.53. Web safe color of #794955 is #663366. Color #794955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001001 01010101
Octal 171 111 125
Decimal 121 73 85
Hex 79 49 55

RGB Percentages of Color #794955

%43.37
%26.16
%30.47

CMYK Percentages of Color #794955

%0
%40
%30
%53

Triadic Colors of #794955

#794955 #557949 #495579

Analogous Colors of #794955

#794955 #795549 #79496d

Monochromatic Colors of #794955

#794955

Complementary Color

#794955 #49796d

#794955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794955 Color CSS Codes

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

#794955 Text Font Color

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

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


#794955 Background Color

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

This div background color is #794955


#794955 Border Color

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

This div border color is #794955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794955


Comments

No comments written yet.

Please login to write comment.