COLOR #7A5850

HEX: #7A5850 RGB: (122,88,80)

Color info

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

RGB color model

#7A5850 color RGB value is (122,88,80).

RGB: (122,88,80) (48%, 35%, 31%)

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 80 of 255 = 31%

122
88
80

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

Portions of RGB colors in percentages

R + G + B = 122 + 88 + 80 = 290 (100%)
R 122 of 290 ~ 42.07%
G 88 of 290 ~ 30.34%
B 80 of 290 ~ 27.59'%

%42.07
%30.34
%27.59

CMYK color model

#7A5850 color CMYK value is (0,28,34,52).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK: (0,28,34,52) C0M28Y34K52 (0%,28%,34%,52%) (0.00/0.28/0.34/0.52) 

CMYK percentages

%0
%27.87
%34.43
%52.16

Codes

Color #7A5850 in popluar color models

7A 58 50
RGB 122 88 80
HSL 11° 20.79% 39.61%
HSB/HSV 11° 34.43% 47.84%
CMYK 0.00% 27.87% 34.43%
52.16%

Color #7A5850 in popluar number systems.

HEX 7A 58 50
Decimal 122 88 80
Binary 1111010 1011000 1010000
Octal 172 130 120

Shades and tints

Shades of #7A5850

#7A5850
(122,88,80)
#6F5049
(111,80,73)
#644842
(100,72,66)
#59403B
(89,64,59)
#4E3834
(78,56,52)
#43302D
(67,48,45)
#382826
(56,40,38)
#2D201F
(45,32,31)
#221818
(34,24,24)
#171011
(23,16,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #7A5850

#7A5850
(122,88,80)
#86675F
(134,103,95)
#92766E
(146,118,110)
#9E857D
(158,133,125)
#AA948C
(170,148,140)
#B6A39B
(182,163,155)
#C2B2AA
(194,178,170)
#CEC1B9
(206,193,185)
#DAD0C8
(218,208,200)
#E6DFD7
(230,223,215)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5850; }

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

This text font color is #7A5850.

Background Color

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

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

This div background color is #7A5850.

Border color

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

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

This div border color is #7A5850.

Opacity

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

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

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

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

This text has shadow with #7A5850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5850.

Preview

Color preview on black background

This text has color #7A5850 on black background.


Color preview on white background

This text has color #7A5850 on white background.


Black color preview on #7A5850 background

This text has black color on #7A5850 background.


White color preview on #7A5850 background

This text has white color on #7A5850 background.


Related colors

Complementary color

Complementary color for #hex is #85A7AF.


I love getcolorcode.com

Triadic colors

1 #507A58 and #58507A with #7A5850 are triadic colors.

2 #50587A and #587A50 with #7A5850 are triadic colors.