COLOR #7A5B5C

HEX: #7A5B5C
RGB: (122,91,92)

Color info

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

RGB color model

#7A5B5C color RGB value is (122,91,92).

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

RGB channels and saturation

R 122 of 255 = 48%
G 91 of 255 = 36%
B 92 of 255 = 36%

122
91
92

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

Portions of RGB colors in percentages

R + G + B =
122 + 91 + 92 = 305 (100%)
R 122 of 305 ~ 40%
G 91 of 305 ~ 29.84%
B 92 of 305 ~ 30.16%

%40
%29.84
%30.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK:
(0,25,25,52)
C0M25Y25K52 
(0%,25%,25%,52%)
(0.00/0.25/0.25/0.52)	

CMYK percentages

%0
%25.41
%24.59
%52.16

Codes

Color #7A5B5C in popluar color models

7A5B5C
RGB1229192
HSL358°14.55%41.76%
HSB/HSV358°25.41%47.84%
CMYK0.00%25.41%24.59%
52.16%

Color #7A5B5C in popluar number systems.

HEX7A5B5C
Decimal1229192
Binary111101010110111011100
Octal172133134

Shades and tints

Shades of #7A5B5C

#7A5B5C
(122,91,92)
#6F5354
(111,83,84)
#644B4C
(100,75,76)
#594344
(89,67,68)
#4E3B3C
(78,59,60)
#433334
(67,51,52)
#382B2C
(56,43,44)
#2D2324
(45,35,36)
#221B1C
(34,27,28)
#171314
(23,19,20)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #7A5B5C

#7A5B5C
(122,91,92)
#86696A
(134,105,106)
#927778
(146,119,120)
#9E8586
(158,133,134)
#AA9394
(170,147,148)
#B6A1A2
(182,161,162)
#C2AFB0
(194,175,176)
#CEBDBE
(206,189,190)
#DACBCC
(218,203,204)
#E6D9DA
(230,217,218)
#F2E7E8
(242,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5B5C; }

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

This text font color is #7A5B5C.


Background Color

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

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

This div background color is #7A5B5C.


Border color

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

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

This div border color is #7A5B5C.


Opacity

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

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

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

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

This text has shadow with #7A5B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5B5C on black background.


Color preview on white background

This text has color #7A5B5C on white background.



Black color preview on #7A5B5C background

This text has black color on #7A5B5C background.


White color preview on #7A5B5C background

This text has white color on #7A5B5C background.