COLOR #7A4365

HEX: #7A4365
RGB: (122,67,101)

Color info

#7A4365 contains red, green and blue colors in about the same proportion. Web safe color of #7A4365 is #663366 (or #636).

RGB color model

#7A4365 color RGB value is (122,67,101).

  • red value is 122;
  • green value is 67;
  • blue value is 101.
RGB:
(122,67,101)
(48%,26%,40%)

RGB channels and saturation

R 122 of 255 = 48%
G 67 of 255 = 26%
B 101 of 255 = 40%

122
67
101

R + G + B ~ 38%. #7A4365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 67 + 101 = 290 (100%)
R 122 of 290 ~ 42.07%
G 67 of 290 ~ 23.1%
B 101 of 290 ~ 34.83%

%42.07
%23.1
%34.83

CMYK color model

#7A4365 color CMYK value is (0,45,17,52).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(0,45,17,52)
C0M45Y17K52 
(0%,45%,17%,52%)
(0.00/0.45/0.17/0.52)	

CMYK percentages

%0
%45.08
%17.21
%52.16

Codes

Color #7A4365 in popluar color models

7A4365
RGB12267101
HSL323°29.10%37.06%
HSB/HSV323°45.08%47.84%
CMYK0.00%45.08%17.21%
52.16%

Color #7A4365 in popluar number systems.

HEX7A4365
Decimal12267101
Binary111101010000111100101
Octal172103145

Shades and tints

Shades of #7A4365

#7A4365
(122,67,101)
#6F3D5C
(111,61,92)
#643753
(100,55,83)
#59314A
(89,49,74)
#4E2B41
(78,43,65)
#432538
(67,37,56)
#381F2F
(56,31,47)
#2D1926
(45,25,38)
#22131D
(34,19,29)
#170D14
(23,13,20)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #7A4365

#7A4365
(122,67,101)
#865473
(134,84,115)
#926581
(146,101,129)
#9E768F
(158,118,143)
#AA879D
(170,135,157)
#B698AB
(182,152,171)
#C2A9B9
(194,169,185)
#CEBAC7
(206,186,199)
#DACBD5
(218,203,213)
#E6DCE3
(230,220,227)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4365 color. Also use rgb(122,67,101) instead hex code.

Text Font Color

.myTextColor { color: #7A4365; }

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

This text font color is #7A4365.


Background Color

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

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

This div background color is #7A4365.


Border color

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

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

This div border color is #7A4365.


Opacity

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

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

Text with #7A4365 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 #7A4365;}

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

This text has shadow with #7A4365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4365 on black background.


Color preview on white background

This text has color #7A4365 on white background.



Black color preview on #7A4365 background

This text has black color on #7A4365 background.


White color preview on #7A4365 background

This text has white color on #7A4365 background.