Color Hex Logo

#795c10 Color Hex

#795C10
(121,92,16)
0 Favorites   0 Comments

Color spaces of #795c10

RGB 1219216
HSL0.120.770.27
HSV43°87°47°
CMYK 0.000.240.87   0.53
XYZ11.805811.75672.1372
Yxy11.75670.45940.4575
Hunter Lab34.28801.455720.3060
CIE-Lab40.82684.529244.0272

#795c10 color RGB value is (121,92,16).

#795c10 hex color red value is 121, green value is 92 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #795c10 hue: 0.12 , saturation: 0.77 and the lightness value of 795c10 is 0.27.

The process color (four color CMYK) of #795c10 color hex is 0.00, 0.24, 0.87, 0.53. Web safe color of #795c10 is #666600. Color #795c10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011100 00010000
Octal 171 134 20
Decimal 121 92 16
Hex 79 5C 10

RGB Percentages of Color #795c10

%52.84
%40.17
%6.99

CMYK Percentages of Color #795c10

%0
%24
%87
%53

Triadic Colors of #795c10

#795c10 #10795c #5c1079

Analogous Colors of #795c10

#795c10 #627910 #792810

Monochromatic Colors of #795c10

#795c10

Complementary Color

#795c10 #102d79

#795c10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795c10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795c10 Color CSS Codes

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

#795c10 Text Font Color

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

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


#795c10 Background Color

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

This div background color is #795c10


#795c10 Border Color

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

This div border color is #795c10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,92,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #795c10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #795c10;
  -webkit-box-shadow: 1px 1px 3px 2px #795c10;
  box-shadow:         1px 1px 3px 2px #795c10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795c10


Comments

No comments written yet.

Please login to write comment.