COLOR #7A5F5B

HEX: #7A5F5B
RGB: (122,95,91)

Color info

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

RGB color model

#7A5F5B color RGB value is (122,95,91).

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

RGB channels and saturation

R 122 of 255 = 48%
G 95 of 255 = 37%
B 91 of 255 = 36%

122
95
91

R + G + B ~ 40%. #7A5F5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 95 + 91 = 308 (100%)
R 122 of 308 ~ 39.61%
G 95 of 308 ~ 30.84%
B 91 of 308 ~ 29.55%

%39.61
%30.84
%29.55

CMYK color model

#7A5F5B color CMYK value is (0,22,25,52).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 25.41%
  • key color value is 52.16%
CMYK:
(0,22,25,52)
C0M22Y25K52 
(0%,22%,25%,52%)
(0.00/0.22/0.25/0.52)	

CMYK percentages

%0
%22.13
%25.41
%52.16

Codes

Color #7A5F5B in popluar color models

7A5F5B
RGB1229591
HSL14.55%41.76%
HSB/HSV25.41%47.84%
CMYK0.00%22.13%25.41%
52.16%

Color #7A5F5B in popluar number systems.

HEX7A5F5B
Decimal1229591
Binary111101010111111011011
Octal172137133

Shades and tints

Shades of #7A5F5B

#7A5F5B
(122,95,91)
#6F5753
(111,87,83)
#644F4B
(100,79,75)
#594743
(89,71,67)
#4E3F3B
(78,63,59)
#433733
(67,55,51)
#382F2B
(56,47,43)
#2D2723
(45,39,35)
#221F1B
(34,31,27)
#171713
(23,23,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #7A5F5B

#7A5F5B
(122,95,91)
#866D69
(134,109,105)
#927B77
(146,123,119)
#9E8985
(158,137,133)
#AA9793
(170,151,147)
#B6A5A1
(182,165,161)
#C2B3AF
(194,179,175)
#CEC1BD
(206,193,189)
#DACFCB
(218,207,203)
#E6DDD9
(230,221,217)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5F5B; }

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

This text font color is #7A5F5B.


Background Color

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

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

This div background color is #7A5F5B.


Border color

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

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

This div border color is #7A5F5B.


Opacity

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

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

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

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

This text has shadow with #7A5F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5F5B on black background.


Color preview on white background

This text has color #7A5F5B on white background.



Black color preview on #7A5F5B background

This text has black color on #7A5F5B background.


White color preview on #7A5F5B background

This text has white color on #7A5F5B background.