COLOR #7A6050

HEX: #7A6050 RGB: (122,96,80)

Color info

#7A6050 contains red, green and blue colors in about the same proportion. Web safe color of #7A6050 is #666666 (or #666).

RGB color model

#7A6050 color RGB value is (122,96,80).

RGB: (122,96,80) (48%, 38%, 31%)

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 80 of 255 = 31%

122
96
80

R + G + B ~ 39%. #7A6050 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 96 + 80 = 298 (100%)
R 122 of 298 ~ 40.94%
G 96 of 298 ~ 32.21%
B 80 of 298 ~ 26.85'%

%40.94
%32.21
%26.85

CMYK color model

#7A6050 color CMYK value is (0,21,34,52).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 34.43%
  • key color value is 52.16%

CMYK: (0,21,34,52)
C0M21Y34K52 (0%, 21%, 34%, 52%)
(0.00 / 0.21 / 0.34 / 0.52)

CMYK percentages

%0
%21.31
%34.43
%52.16

Codes

Color #7A6050 in popluar color models

7A 60 50
RGB 122 96 80
HSL 23° 20.79% 39.61%
HSB/HSV 23° 34.43% 47.84%
CMYK 0.00% 21.31% 34.43%
52.16%

Color #7A6050 in popluar number systems.

HEX 7A 60 50
Decimal 122 96 80
Binary 1111010 1100000 1010000
Octal 172 140 120

Shades and tints

Shades of #7A6050

#7A6050
(122,96,80)
#6F5849
(111,88,73)
#645042
(100,80,66)
#59483B
(89,72,59)
#4E4034
(78,64,52)
#43382D
(67,56,45)
#383026
(56,48,38)
#2D281F
(45,40,31)
#222018
(34,32,24)
#171811
(23,24,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #7A6050

#7A6050
(122,96,80)
#866E5F
(134,110,95)
#927C6E
(146,124,110)
#9E8A7D
(158,138,125)
#AA988C
(170,152,140)
#B6A69B
(182,166,155)
#C2B4AA
(194,180,170)
#CEC2B9
(206,194,185)
#DAD0C8
(218,208,200)
#E6DED7
(230,222,215)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6050 color. Also use rgb(122,96,80) instead hex code.

Text Font Color

.myTextColor { color: #7A6050; }

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

This text font color is #7A6050.

Background Color

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

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

This div background color is #7A6050.

Border color

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

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

This div border color is #7A6050.

Opacity

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

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

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

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

This text has shadow with #7A6050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6050.

Preview

Color preview on black background

This text has color #7A6050 on black background.


Color preview on white background

This text has color #7A6050 on white background.


Black color preview on #7A6050 background

This text has black color on #7A6050 background.


White color preview on #7A6050 background

This text has white color on #7A6050 background.


Related colors

Complementary color

Complementary color for #hex is #859FAF.


I love getcolorcode.com

Triadic colors

1 #507A60 and #60507A with #7A6050 are triadic colors.

2 #50607A and #607A50 with #7A6050 are triadic colors.