Color Hex Logo

#79752a Color Hex

#79752A
(121,117,42)
0 Favorites   0 Comments

Color spaces of #79752a

RGB 12111742
HSL0.160.480.32
HSV57°65°47°
CMYK 0.000.030.65   0.53
XYZ14.664416.95474.6902
Yxy16.95470.40390.4670
Hunter Lab41.1761-8.487422.0698
CIE-Lab48.2029-8.565640.5857

#79752a color RGB value is (121,117,42).

#79752a hex color red value is 121, green value is 117 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #79752a hue: 0.16 , saturation: 0.48 and the lightness value of 79752a is 0.32.

The process color (four color CMYK) of #79752a color hex is 0.00, 0.03, 0.65, 0.53. Web safe color of #79752a is #666633. Color #79752a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110101 00101010
Octal 171 165 52
Decimal 121 117 42
Hex 79 75 2A

RGB Percentages of Color #79752a

%43.21
%41.79
%15.00

CMYK Percentages of Color #79752a

%0
%3
%65
%53

Triadic Colors of #79752a

#79752a #2a7975 #752a79

Analogous Colors of #79752a

#79752a #56792a #794e2a

Monochromatic Colors of #79752a

#79752a

Complementary Color

#79752a #2a2e79

#79752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79752a Color CSS Codes

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

#79752a Text Font Color

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

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


#79752a Background Color

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

This div background color is #79752a


#79752a Border Color

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

This div border color is #79752a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,117,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79752a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79752a;
  -webkit-box-shadow: 1px 1px 3px 2px #79752a;
  box-shadow:         1px 1px 3px 2px #79752a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79752a


Comments

No comments written yet.

Please login to write comment.