COLOR #7A485A

HEX: #7A485A RGB: (122,72,90)

Color info

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

RGB color model

#7A485A color RGB value is (122,72,90).

RGB: (122,72,90) (48%, 28%, 35%)

RGB channels and saturation

R 122 of 255 = 48%
G 72 of 255 = 28%
B 90 of 255 = 35%

122
72
90

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

Portions of RGB colors in percentages

R + G + B = 122 + 72 + 90 = 284 (100%)
R 122 of 284 ~ 42.96%
G 72 of 284 ~ 25.35%
B 90 of 284 ~ 31.69'%

%42.96
%25.35
%31.69

CMYK color model

#7A485A color CMYK value is (0,41,26,52).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 26.23%
  • key color value is 52.16%

CMYK: (0,41,26,52)
C0M41Y26K52 (0%, 41%, 26%, 52%)
(0.00 / 0.41 / 0.26 / 0.52)

CMYK percentages

%0
%40.98
%26.23
%52.16

Codes

Color #7A485A in popluar color models

7A 48 5A
RGB 122 72 90
HSL 338° 25.77% 38.04%
HSB/HSV 338° 40.98% 47.84%
CMYK 0.00% 40.98% 26.23%
52.16%

Color #7A485A in popluar number systems.

HEX 7A 48 5A
Decimal 122 72 90
Binary 1111010 1001000 1011010
Octal 172 110 132

Shades and tints

Shades of #7A485A

#7A485A
(122,72,90)
#6F4252
(111,66,82)
#643C4A
(100,60,74)
#593642
(89,54,66)
#4E303A
(78,48,58)
#432A32
(67,42,50)
#38242A
(56,36,42)
#2D1E22
(45,30,34)
#22181A
(34,24,26)
#171212
(23,18,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #7A485A

#7A485A
(122,72,90)
#865869
(134,88,105)
#926878
(146,104,120)
#9E7887
(158,120,135)
#AA8896
(170,136,150)
#B698A5
(182,152,165)
#C2A8B4
(194,168,180)
#CEB8C3
(206,184,195)
#DAC8D2
(218,200,210)
#E6D8E1
(230,216,225)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A485A color. Also use rgb(122,72,90) instead hex code.

Text Font Color

.myTextColor { color: #7A485A; }

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

This text font color is #7A485A.

Background Color

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

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

This div background color is #7A485A.

Border color

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

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

This div border color is #7A485A.

Opacity

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

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

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

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

This text has shadow with #7A485A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A485A.

Preview

Color preview on black background

This text has color #7A485A on black background.


Color preview on white background

This text has color #7A485A on white background.


Black color preview on #7A485A background

This text has black color on #7A485A background.


White color preview on #7A485A background

This text has white color on #7A485A background.


Related colors

Complementary color

Complementary color for #hex is #85B7A5.


I love getcolorcode.com

Triadic colors

1 #5A7A48 and #485A7A with #7A485A are triadic colors.

2 #5A487A and #487A5A with #7A485A are triadic colors.