Color Hex Logo

#79480a Color Hex

#79480A
(121,72,10)
0 Favorites   0 Comments

Color spaces of #79480a

RGB 1217210
HSL0.090.850.26
HSV34°92°47°
CMYK 0.000.400.92   0.53
XYZ10.25738.72161.4300
Yxy8.72160.50260.4273
Hunter Lab29.532410.315717.8017
CIE-Lab35.442716.314441.5073

#79480a color RGB value is (121,72,10).

#79480a hex color red value is 121, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #79480a hue: 0.09 , saturation: 0.85 and the lightness value of 79480a is 0.26.

The process color (four color CMYK) of #79480a color hex is 0.00, 0.40, 0.92, 0.53. Web safe color of #79480a is #663300. Color #79480a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001000 00001010
Octal 171 110 12
Decimal 121 72 10
Hex 79 48 A

RGB Percentages of Color #79480a

%59.61
%35.47
%4.93

CMYK Percentages of Color #79480a

%0
%40
%92
%53

Triadic Colors of #79480a

#79480a #0a7948 #480a79

Analogous Colors of #79480a

#79480a #73790a #79110a

Monochromatic Colors of #79480a

#79480a

Complementary Color

#79480a #0a3b79

#79480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79480a Color CSS Codes

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

#79480a Text Font Color

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

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


#79480a Background Color

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

This div background color is #79480a


#79480a Border Color

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

This div border color is #79480a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79480a


Comments

No comments written yet.

Please login to write comment.