Color Hex Logo

#796950 Color Hex

#796950
(121,105,80)
0 Favorites   0 Comments

Color spaces of #796950

RGB 12110580
HSL0.100.200.39
HSV37°34°47°
CMYK 0.000.130.34   0.53
XYZ14.384714.74739.6778
Yxy14.74730.37060.3800
Hunter Lab38.4022-0.341311.9398
CIE-Lab45.28612.290816.4101

#796950 color RGB value is (121,105,80).

#796950 hex color red value is 121, green value is 105 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #796950 hue: 0.10 , saturation: 0.20 and the lightness value of 796950 is 0.39.

The process color (four color CMYK) of #796950 color hex is 0.00, 0.13, 0.34, 0.53. Web safe color of #796950 is #666666. Color #796950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101001 01010000
Octal 171 151 120
Decimal 121 105 80
Hex 79 69 50

RGB Percentages of Color #796950

%39.54
%34.31
%26.14

CMYK Percentages of Color #796950

%0
%13
%34
%53

Triadic Colors of #796950

#796950 #507969 #695079

Analogous Colors of #796950

#796950 #757950 #795550

Monochromatic Colors of #796950

#796950

Complementary Color

#796950 #506079

#796950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796950 Color CSS Codes

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

#796950 Text Font Color

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

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


#796950 Background Color

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

This div background color is #796950


#796950 Border Color

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

This div border color is #796950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796950


Comments

No comments written yet.

Please login to write comment.