COLOR #7A374F

HEX: #7A374F
RGB: (122,55,79)

Color info

#7A374F contains mainly red and blue colors. Web safe color of #7A374F is #663366 (or #636).

RGB color model

#7A374F color RGB value is (122,55,79).

  • red value is 122;
  • green value is 55;
  • blue value is 79.
RGB:
(122,55,79)
(48%,22%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 55 of 255 = 22%
B 79 of 255 = 31%

122
55
79

R + G + B ~ 34%. #7A374F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 55 + 79 = 256 (100%)
R 122 of 256 ~ 47.66%
G 55 of 256 ~ 21.48%
B 79 of 256 ~ 30.86%

%47.66
%21.48
%30.86

CMYK color model

#7A374F color CMYK value is (0,55,35,52).

  • cyan value is 0.00%
  • magenta value is 54.92%
  • yellow value is 35.25%
  • key color value is 52.16%
CMYK:
(0,55,35,52)
C0M55Y35K52 
(0%,55%,35%,52%)
(0.00/0.55/0.35/0.52)	

CMYK percentages

%0
%54.92
%35.25
%52.16

Codes

Color #7A374F in popluar color models

7A374F
RGB1225579
HSL339°37.85%34.71%
HSB/HSV339°54.92%47.84%
CMYK0.00%54.92%35.25%
52.16%

Color #7A374F in popluar number systems.

HEX7A374F
Decimal1225579
Binary11110101101111001111
Octal17267117

Shades and tints

Shades of #7A374F

#7A374F
(122,55,79)
#6F3248
(111,50,72)
#642D41
(100,45,65)
#59283A
(89,40,58)
#4E2333
(78,35,51)
#431E2C
(67,30,44)
#381925
(56,25,37)
#2D141E
(45,20,30)
#220F17
(34,15,23)
#170A10
(23,10,16)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #7A374F

#7A374F
(122,55,79)
#86495F
(134,73,95)
#925B6F
(146,91,111)
#9E6D7F
(158,109,127)
#AA7F8F
(170,127,143)
#B6919F
(182,145,159)
#C2A3AF
(194,163,175)
#CEB5BF
(206,181,191)
#DAC7CF
(218,199,207)
#E6D9DF
(230,217,223)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A374F color. Also use rgb(122,55,79) instead hex code.

Text Font Color

.myTextColor { color: #7A374F; }

<p style="color:#7A374F">This sample text font color is #7A374F.</p>

This text font color is #7A374F.


Background Color

.myBgColor { background-color: #7A374F; }

<div style="background-color:#7A374F">Inner text</div>

This div background color is #7A374F.


Border color

.myBorderColor { border: 1px solid #7A374F; }

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

This div border color is #7A374F.


Opacity

.myOpacity80 { color: #7A374F; opacity: 0.8; }

<p style="color:#7A374F;opacity:0.8;">80%</p>

Text with #7A374F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A374F;}

<p style="text-shadow: 3px 3px 1px #7A374F">Text here.</p>

This text has shadow with #7A374F color.

.textShadow {text-shadow: 3px 3px 1px #7A374F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A374F, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A374F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A374F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A374F, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A374F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A374F;
  -webkit-box-shadow:	1px 1px 3px 2px #7A374F;
  box-shadow:		1px 1px 3px 2px #7A374F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A374F;
-webkit-box-shadow: 1px 1px 3px 2px #7A374F;
box-shadow:1px 1px 3px 2px #7A374F;">
Div content here</div>
This div box has shadow with color #7A374F.

Preview

Color preview on black background

This text has color #7A374F on black background.


Color preview on white background

This text has color #7A374F on white background.



Black color preview on #7A374F background

This text has black color on #7A374F background.


White color preview on #7A374F background

This text has white color on #7A374F background.