Color Hex Logo

#7a373b Color Hex

#7A373B
(122,55,59)
0 Favorites   0 Comments

Color spaces of #7a373b

RGB 1225559
HSL0.990.380.35
HSV356°55°48°
CMYK 0.000.550.52   0.52
XYZ10.18167.18574.9880
Yxy7.18570.45540.3214
Hunter Lab26.806220.88777.7318
CIE-Lab32.226029.592411.5857

#7a373b color RGB value is (122,55,59).

#7a373b hex color red value is 122, green value is 55 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7a373b hue: 0.99 , saturation: 0.38 and the lightness value of 7a373b is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00110111 00111011
Octal 172 67 73
Decimal 122 55 59
Hex 7A 37 3B

RGB Percentages of Color #7a373b

%51.69
%23.31
%25.00

CMYK Percentages of Color #7a373b

%0
%55
%52
%52

Triadic Colors of #7a373b

#7a373b #3b7a37 #373b7a

Analogous Colors of #7a373b

#7a373b #7a5537 #7a375d

Monochromatic Colors of #7a373b

#7a373b

Complementary Color

#7a373b #377a76

#7a373b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a373b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a373b Color CSS Codes

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

#7a373b Text Font Color

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

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


#7a373b Background Color

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

This div background color is #7a373b


#7a373b Border Color

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

This div border color is #7a373b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a373b


Comments

No comments written yet.

Please login to write comment.