Color Hex Logo

#794012 Color Hex

#794012
(121,64,18)
0 Favorites   0 Comments

Color spaces of #794012

RGB 1216418
HSL0.070.740.27
HSV27°85°47°
CMYK 0.000.470.85   0.53
XYZ9.82777.77541.5551
Yxy7.77540.51300.4059
Hunter Lab27.884414.113616.2125
CIE-Lab33.510721.271036.8386

#794012 color RGB value is (121,64,18).

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

The process color (four color CMYK) of #794012 color hex is 0.00, 0.47, 0.85, 0.53. Web safe color of #794012 is #663300. Color #794012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000000 00010010
Octal 171 100 22
Decimal 121 64 18
Hex 79 40 12

RGB Percentages of Color #794012

%59.61
%31.53
%8.87

CMYK Percentages of Color #794012

%0
%47
%85
%53

Triadic Colors of #794012

#794012 #127940 #401279

Analogous Colors of #794012

#794012 #797412 #791217

Monochromatic Colors of #794012

#794012

Complementary Color

#794012 #124b79

#794012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794012 Color CSS Codes

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

#794012 Text Font Color

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

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


#794012 Background Color

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

This div background color is #794012


#794012 Border Color

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

This div border color is #794012


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,64,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 #794012">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794012


Comments

No comments written yet.

Please login to write comment.