COLOR #7A5F4F

HEX: #7A5F4F
RGB: (122,95,79)

Color info

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

RGB color model

#7A5F4F color RGB value is (122,95,79).

  • red value is 122;
  • green value is 95;
  • blue value is 79.
RGB: (122,95,79) (48%,37%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 95 of 255 = 37%
B 79 of 255 = 31%

122
95
79

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

Portions of RGB colors in percentages

R + G + B =
122 + 95 + 79 = 296 (100%)
R 122 of 296 ~ 41.22%
G 95 of 296 ~ 32.09%
B 79 of 296 ~ 26.69%

%41.22
%32.09
%26.69

CMYK color model

#7A5F4F color CMYK value is (0,22,35,52).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 35.25%
  • key color value is 52.16%
CMYK: (0,22,35,52) C0M22Y35K52 (0%,22%,35%,52%) (0.00/0.22/0.35/0.52)

CMYK percentages

%0
%22.13
%35.25
%52.16

Codes

Color #7A5F4F in popluar color models

7A5F4F
RGB1229579
HSL22°21.39%39.41%
HSB/HSV22°35.25%47.84%
CMYK0.00%22.13%35.25%
52.16%

Color #7A5F4F in popluar number systems.

HEX7A5F4F
Decimal1229579
Binary111101010111111001111
Octal172137117

Shades and tints

Shades of #7A5F4F

#7A5F4F
(122,95,79)
#6F5748
(111,87,72)
#644F41
(100,79,65)
#59473A
(89,71,58)
#4E3F33
(78,63,51)
#43372C
(67,55,44)
#382F25
(56,47,37)
#2D271E
(45,39,30)
#221F17
(34,31,23)
#171710
(23,23,16)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #7A5F4F

#7A5F4F
(122,95,79)
#866D5F
(134,109,95)
#927B6F
(146,123,111)
#9E897F
(158,137,127)
#AA978F
(170,151,143)
#B6A59F
(182,165,159)
#C2B3AF
(194,179,175)
#CEC1BF
(206,193,191)
#DACFCF
(218,207,207)
#E6DDDF
(230,221,223)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5F4F color. Also use rgb(122,95,79) instead hex code.

Text Font Color

.myTextColor { color: #7A5F4F; }

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

This text font color is #7A5F4F.


Background Color

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

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

This div background color is #7A5F4F.


Border color

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

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

This div border color is #7A5F4F.


Opacity

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

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

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

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

This text has shadow with #7A5F4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A5F4F on black background.


Color preview on white background

This text has color #7A5F4F on white background.



Black color preview on #7A5F4F background

This text has black color on #7A5F4F background.


White color preview on #7A5F4F background

This text has white color on #7A5F4F background.