Color Hex Logo

#7a371d Color Hex

#7A371D
(122,55,29)
0 Favorites   0 Comments

Color spaces of #7a371d

RGB 1225529
HSL0.050.620.30
HSV17°76°48°
CMYK 0.000.550.76   0.52
XYZ9.61406.95871.9988
Yxy6.95870.51770.3747
Hunter Lab26.379318.890813.9731
CIE-Lab31.712727.307529.5039

#7a371d color RGB value is (122,55,29).

#7a371d hex color red value is 122, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7a371d hue: 0.05 , saturation: 0.62 and the lightness value of 7a371d is 0.30.

The process color (four color CMYK) of #7a371d color hex is 0.00, 0.55, 0.76, 0.52. Web safe color of #7a371d is #663333. Color #7a371d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00110111 00011101
Octal 172 67 35
Decimal 122 55 29
Hex 7A 37 1D

RGB Percentages of Color #7a371d

%59.22
%26.70
%14.08

CMYK Percentages of Color #7a371d

%0
%55
%76
%52

Triadic Colors of #7a371d

#7a371d #1d7a37 #371d7a

Analogous Colors of #7a371d

#7a371d #7a661d #7a1d32

Monochromatic Colors of #7a371d

#7a371d

Complementary Color

#7a371d #1d607a

#7a371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a371d Color CSS Codes

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

#7a371d Text Font Color

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

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


#7a371d Background Color

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

This div background color is #7a371d


#7a371d Border Color

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

This div border color is #7a371d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,55,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a371d


Comments

No comments written yet.

Please login to write comment.