Color Hex Logo

#796512 Color Hex

#796512
(121,101,18)
0 Favorites   0 Comments

Color spaces of #796512

RGB 12110118
HSL0.130.740.27
HSV48°85°47°
CMYK 0.000.170.85   0.53
XYZ12.648013.41602.4952
Yxy13.41600.44290.4698
Hunter Lab36.6279-2.460721.6005
CIE-Lab43.3835-0.694445.5770

#796512 color RGB value is (121,101,18).

#796512 hex color red value is 121, green value is 101 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #796512 hue: 0.13 , saturation: 0.74 and the lightness value of 796512 is 0.27.

The process color (four color CMYK) of #796512 color hex is 0.00, 0.17, 0.85, 0.53. Web safe color of #796512 is #666600. Color #796512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100101 00010010
Octal 171 145 22
Decimal 121 101 18
Hex 79 65 12

RGB Percentages of Color #796512

%50.42
%42.08
%7.50

CMYK Percentages of Color #796512

%0
%17
%85
%53

Triadic Colors of #796512

#796512 #127965 #651279

Analogous Colors of #796512

#796512 #5a7912 #793112

Monochromatic Colors of #796512

#796512

Complementary Color

#796512 #122679

#796512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796512 Color CSS Codes

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

#796512 Text Font Color

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

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


#796512 Background Color

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

This div background color is #796512


#796512 Border Color

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

This div border color is #796512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796512


Comments

No comments written yet.

Please login to write comment.