COLOR #7A5F5A

HEX: #7A5F5A
RGB: (122,95,90)

Color info

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

RGB color model

#7A5F5A color RGB value is (122,95,90).

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

RGB channels and saturation

R 122 of 255 = 48%
G 95 of 255 = 37%
B 90 of 255 = 35%

122
95
90

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

Portions of RGB colors in percentages

R + G + B =
122 + 95 + 90 = 307 (100%)
R 122 of 307 ~ 39.74%
G 95 of 307 ~ 30.94%
B 90 of 307 ~ 29.32%

%39.74
%30.94
%29.32

CMYK color model

#7A5F5A color CMYK value is (0,22,26,52).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(0,22,26,52)
C0M22Y26K52 
(0%,22%,26%,52%)
(0.00/0.22/0.26/0.52)	

CMYK percentages

%0
%22.13
%26.23
%52.16

Codes

Color #7A5F5A in popluar color models

7A5F5A
RGB1229590
HSL15.09%41.57%
HSB/HSV26.23%47.84%
CMYK0.00%22.13%26.23%
52.16%

Color #7A5F5A in popluar number systems.

HEX7A5F5A
Decimal1229590
Binary111101010111111011010
Octal172137132

Shades and tints

Shades of #7A5F5A

#7A5F5A
(122,95,90)
#6F5752
(111,87,82)
#644F4A
(100,79,74)
#594742
(89,71,66)
#4E3F3A
(78,63,58)
#433732
(67,55,50)
#382F2A
(56,47,42)
#2D2722
(45,39,34)
#221F1A
(34,31,26)
#171712
(23,23,18)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #7A5F5A

#7A5F5A
(122,95,90)
#866D69
(134,109,105)
#927B78
(146,123,120)
#9E8987
(158,137,135)
#AA9796
(170,151,150)
#B6A5A5
(182,165,165)
#C2B3B4
(194,179,180)
#CEC1C3
(206,193,195)
#DACFD2
(218,207,210)
#E6DDE1
(230,221,225)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5F5A; }

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

This text font color is #7A5F5A.


Background Color

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

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

This div background color is #7A5F5A.


Border color

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

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

This div border color is #7A5F5A.


Opacity

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

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

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

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

This text has shadow with #7A5F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5F5A on black background.


Color preview on white background

This text has color #7A5F5A on white background.



Black color preview on #7A5F5A background

This text has black color on #7A5F5A background.


White color preview on #7A5F5A background

This text has white color on #7A5F5A background.