COLOR #7A6F77

HEX: #7A6F77
RGB: (122,111,119)

Color info

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

RGB color model

#7A6F77 color RGB value is (122,111,119).

  • red value is 122;
  • green value is 111;
  • blue value is 119.
RGB:
(122,111,119)
(48%,44%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 111 of 255 = 44%
B 119 of 255 = 47%

122
111
119

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

Portions of RGB colors in percentages

R + G + B =
122 + 111 + 119 = 352 (100%)
R 122 of 352 ~ 34.66%
G 111 of 352 ~ 31.53%
B 119 of 352 ~ 33.81%

%34.66
%31.53
%33.81

CMYK color model

#7A6F77 color CMYK value is (0,9,2,52).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 2.46%
  • key color value is 52.16%
CMYK:
(0,9,2,52)
C0M9Y2K52 
(0%,9%,2%,52%)
(0.00/0.09/0.02/0.52)	

CMYK percentages

%0
%9.02
%2.46
%52.16

Codes

Color #7A6F77 in popluar color models

7A6F77
RGB122111119
HSL316°4.72%45.69%
HSB/HSV316°9.02%47.84%
CMYK0.00%9.02%2.46%
52.16%

Color #7A6F77 in popluar number systems.

HEX7A6F77
Decimal122111119
Binary111101011011111110111
Octal172157167

Shades and tints

Shades of #7A6F77

#7A6F77
(122,111,119)
#6F656D
(111,101,109)
#645B63
(100,91,99)
#595159
(89,81,89)
#4E474F
(78,71,79)
#433D45
(67,61,69)
#38333B
(56,51,59)
#2D2931
(45,41,49)
#221F27
(34,31,39)
#17151D
(23,21,29)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A6F77

#7A6F77
(122,111,119)
#867C83
(134,124,131)
#92898F
(146,137,143)
#9E969B
(158,150,155)
#AAA3A7
(170,163,167)
#B6B0B3
(182,176,179)
#C2BDBF
(194,189,191)
#CECACB
(206,202,203)
#DAD7D7
(218,215,215)
#E6E4E3
(230,228,227)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6F77 color. Also use rgb(122,111,119) instead hex code.

Text Font Color

.myTextColor { color: #7A6F77; }

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

This text font color is #7A6F77.


Background Color

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

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

This div background color is #7A6F77.


Border color

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

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

This div border color is #7A6F77.


Opacity

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

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

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

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

This text has shadow with #7A6F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6F77 on black background.


Color preview on white background

This text has color #7A6F77 on white background.



Black color preview on #7A6F77 background

This text has black color on #7A6F77 background.


White color preview on #7A6F77 background

This text has white color on #7A6F77 background.