COLOR #7A465E

HEX: #7A465E RGB: (122,70,94)

Color info

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

RGB color model

#7A465E color RGB value is (122,70,94).

RGB: (122,70,94) (48%, 27%, 37%)

RGB channels and saturation

R 122 of 255 = 48%
G 70 of 255 = 27%
B 94 of 255 = 37%

122
70
94

R + G + B ~ 37%. #7A465E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 70 + 94 = 286 (100%)
R 122 of 286 ~ 42.66%
G 70 of 286 ~ 24.48%
B 94 of 286 ~ 32.87'%

%42.66
%24.48
%32.87

CMYK color model

#7A465E color CMYK value is (0,43,23,52).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 22.95%
  • key color value is 52.16%

CMYK: (0,43,23,52)
C0M43Y23K52 (0%, 43%, 23%, 52%)
(0.00 / 0.43 / 0.23 / 0.52)

CMYK percentages

%0
%42.62
%22.95
%52.16

Codes

Color #7A465E in popluar color models

7A 46 5E
RGB 122 70 94
HSL 332° 27.08% 37.65%
HSB/HSV 332° 42.62% 47.84%
CMYK 0.00% 42.62% 22.95%
52.16%

Color #7A465E in popluar number systems.

HEX 7A 46 5E
Decimal 122 70 94
Binary 1111010 1000110 1011110
Octal 172 106 136

Shades and tints

Shades of #7A465E

#7A465E
(122,70,94)
#6F4056
(111,64,86)
#643A4E
(100,58,78)
#593446
(89,52,70)
#4E2E3E
(78,46,62)
#432836
(67,40,54)
#38222E
(56,34,46)
#2D1C26
(45,28,38)
#22161E
(34,22,30)
#171016
(23,16,22)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #7A465E

#7A465E
(122,70,94)
#86566C
(134,86,108)
#92667A
(146,102,122)
#9E7688
(158,118,136)
#AA8696
(170,134,150)
#B696A4
(182,150,164)
#C2A6B2
(194,166,178)
#CEB6C0
(206,182,192)
#DAC6CE
(218,198,206)
#E6D6DC
(230,214,220)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A465E color. Also use rgb(122,70,94) instead hex code.

Text Font Color

.myTextColor { color: #7A465E; }

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

This text font color is #7A465E.

Background Color

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

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

This div background color is #7A465E.

Border color

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

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

This div border color is #7A465E.

Opacity

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

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

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

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

This text has shadow with #7A465E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A465E.

Preview

Color preview on black background

This text has color #7A465E on black background.


Color preview on white background

This text has color #7A465E on white background.


Black color preview on #7A465E background

This text has black color on #7A465E background.


White color preview on #7A465E background

This text has white color on #7A465E background.


Related colors

Complementary color

Complementary color for #hex is #85B9A1.


I love getcolorcode.com

Triadic colors

1 #5E7A46 and #465E7A with #7A465E are triadic colors.

2 #5E467A and #467A5E with #7A465E are triadic colors.