COLOR #7A6771

HEX: #7A6771
RGB: (122,103,113)

Color info

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

RGB color model

#7A6771 color RGB value is (122,103,113).

  • red value is 122;
  • green value is 103;
  • blue value is 113.
RGB:
(122,103,113)
(48%,40%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 113 of 255 = 44%

122
103
113

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

Portions of RGB colors in percentages

R + G + B =
122 + 103 + 113 = 338 (100%)
R 122 of 338 ~ 36.09%
G 103 of 338 ~ 30.47%
B 113 of 338 ~ 33.43%

%36.09
%30.47
%33.43

CMYK color model

#7A6771 color CMYK value is (0,16,7,52).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(0,16,7,52)
C0M16Y7K52 
(0%,16%,7%,52%)
(0.00/0.16/0.07/0.52)	

CMYK percentages

%0
%15.57
%7.38
%52.16

Codes

Color #7A6771 in popluar color models

7A6771
RGB122103113
HSL328°8.44%44.12%
HSB/HSV328°15.57%47.84%
CMYK0.00%15.57%7.38%
52.16%

Color #7A6771 in popluar number systems.

HEX7A6771
Decimal122103113
Binary111101011001111110001
Octal172147161

Shades and tints

Shades of #7A6771

#7A6771
(122,103,113)
#6F5E67
(111,94,103)
#64555D
(100,85,93)
#594C53
(89,76,83)
#4E4349
(78,67,73)
#433A3F
(67,58,63)
#383135
(56,49,53)
#2D282B
(45,40,43)
#221F21
(34,31,33)
#171617
(23,22,23)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #7A6771

#7A6771
(122,103,113)
#86747D
(134,116,125)
#928189
(146,129,137)
#9E8E95
(158,142,149)
#AA9BA1
(170,155,161)
#B6A8AD
(182,168,173)
#C2B5B9
(194,181,185)
#CEC2C5
(206,194,197)
#DACFD1
(218,207,209)
#E6DCDD
(230,220,221)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6771 color. Also use rgb(122,103,113) instead hex code.

Text Font Color

.myTextColor { color: #7A6771; }

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

This text font color is #7A6771.


Background Color

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

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

This div background color is #7A6771.


Border color

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

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

This div border color is #7A6771.


Opacity

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

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

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

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

This text has shadow with #7A6771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6771 on black background.


Color preview on white background

This text has color #7A6771 on white background.



Black color preview on #7A6771 background

This text has black color on #7A6771 background.


White color preview on #7A6771 background

This text has white color on #7A6771 background.