COLOR #7A5C54

HEX: #7A5C54
RGB: (122,92,84)

Color info

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

RGB color model

#7A5C54 color RGB value is (122,92,84).

  • red value is 122;
  • green value is 92;
  • blue value is 84.
RGB:
(122,92,84)
(48%,36%,33%)

RGB channels and saturation

R 122 of 255 = 48%
G 92 of 255 = 36%
B 84 of 255 = 33%

122
92
84

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

Portions of RGB colors in percentages

R + G + B =
122 + 92 + 84 = 298 (100%)
R 122 of 298 ~ 40.94%
G 92 of 298 ~ 30.87%
B 84 of 298 ~ 28.19%

%40.94
%30.87
%28.19

CMYK color model

#7A5C54 color CMYK value is (0,25,31,52).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 31.15%
  • key color value is 52.16%
CMYK:
(0,25,31,52)
C0M25Y31K52 
(0%,25%,31%,52%)
(0.00/0.25/0.31/0.52)	

CMYK percentages

%0
%24.59
%31.15
%52.16

Codes

Color #7A5C54 in popluar color models

7A5C54
RGB1229284
HSL13°18.45%40.39%
HSB/HSV13°31.15%47.84%
CMYK0.00%24.59%31.15%
52.16%

Color #7A5C54 in popluar number systems.

HEX7A5C54
Decimal1229284
Binary111101010111001010100
Octal172134124

Shades and tints

Shades of #7A5C54

#7A5C54
(122,92,84)
#6F544D
(111,84,77)
#644C46
(100,76,70)
#59443F
(89,68,63)
#4E3C38
(78,60,56)
#433431
(67,52,49)
#382C2A
(56,44,42)
#2D2423
(45,36,35)
#221C1C
(34,28,28)
#171415
(23,20,21)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #7A5C54

#7A5C54
(122,92,84)
#866A63
(134,106,99)
#927872
(146,120,114)
#9E8681
(158,134,129)
#AA9490
(170,148,144)
#B6A29F
(182,162,159)
#C2B0AE
(194,176,174)
#CEBEBD
(206,190,189)
#DACCCC
(218,204,204)
#E6DADB
(230,218,219)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5C54 color. Also use rgb(122,92,84) instead hex code.

Text Font Color

.myTextColor { color: #7A5C54; }

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

This text font color is #7A5C54.


Background Color

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

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

This div background color is #7A5C54.


Border color

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

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

This div border color is #7A5C54.


Opacity

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

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

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

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

This text has shadow with #7A5C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5C54 on black background.


Color preview on white background

This text has color #7A5C54 on white background.



Black color preview on #7A5C54 background

This text has black color on #7A5C54 background.


White color preview on #7A5C54 background

This text has white color on #7A5C54 background.