Color Hex Logo

#796852 Color Hex

#796852
(121,104,82)
0 Favorites   0 Comments

Color spaces of #796852

RGB 12110482
HSL0.090.190.40
HSV34°32°47°
CMYK 0.000.140.32   0.53
XYZ14.358514.574810.0391
Yxy14.57480.36840.3740
Hunter Lab38.17700.324911.1328
CIE-Lab45.04623.163014.8993

#796852 color RGB value is (121,104,82).

#796852 hex color red value is 121, green value is 104 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #796852 hue: 0.09 , saturation: 0.19 and the lightness value of 796852 is 0.40.

The process color (four color CMYK) of #796852 color hex is 0.00, 0.14, 0.32, 0.53. Web safe color of #796852 is #666666. Color #796852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101000 01010010
Octal 171 150 122
Decimal 121 104 82
Hex 79 68 52

RGB Percentages of Color #796852

%39.41
%33.88
%26.71

CMYK Percentages of Color #796852

%0
%14
%32
%53

Triadic Colors of #796852

#796852 #527968 #685279

Analogous Colors of #796852

#796852 #777952 #795552

Monochromatic Colors of #796852

#796852

Complementary Color

#796852 #526379

#796852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796852 Color CSS Codes

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

#796852 Text Font Color

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

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


#796852 Background Color

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

This div background color is #796852


#796852 Border Color

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

This div border color is #796852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796852


Comments

No comments written yet.

Please login to write comment.