Color Hex Logo

#7a422a Color Hex

#7A422A
(122,66,42)
0 Favorites   0 Comments

Color spaces of #7a422a

RGB 1226642
HSL0.050.490.32
HSV18°66°48°
CMYK 0.000.460.66   0.52
XYZ10.39228.20123.2257
Yxy8.20120.47630.3759
Hunter Lab28.637714.658913.3681
CIE-Lab34.398421.854425.0090

#7a422a color RGB value is (122,66,42).

#7a422a hex color red value is 122, green value is 66 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7a422a hue: 0.05 , saturation: 0.49 and the lightness value of 7a422a is 0.32.

The process color (four color CMYK) of #7a422a color hex is 0.00, 0.46, 0.66, 0.52. Web safe color of #7a422a is #663333. Color #7a422a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01000010 00101010
Octal 172 102 52
Decimal 122 66 42
Hex 7A 42 2A

RGB Percentages of Color #7a422a

%53.04
%28.70
%18.26

CMYK Percentages of Color #7a422a

%0
%46
%66
%52

Triadic Colors of #7a422a

#7a422a #2a7a42 #422a7a

Analogous Colors of #7a422a

#7a422a #7a6a2a #7a2a3a

Monochromatic Colors of #7a422a

#7a422a

Complementary Color

#7a422a #2a627a

#7a422a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a422a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a422a Color CSS Codes

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

#7a422a Text Font Color

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

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


#7a422a Background Color

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

This div background color is #7a422a


#7a422a Border Color

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

This div border color is #7a422a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,66,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a422a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a422a;
  -webkit-box-shadow: 1px 1px 3px 2px #7a422a;
  box-shadow:         1px 1px 3px 2px #7a422a; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a422a


Comments

No comments written yet.

Please login to write comment.