COLOR #7A6E67

HEX: #7A6E67
RGB: (122,110,103)

Color info

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

RGB color model

#7A6E67 color RGB value is (122,110,103).

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

RGB channels and saturation

R 122 of 255 = 48%
G 110 of 255 = 43%
B 103 of 255 = 40%

122
110
103

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

Portions of RGB colors in percentages

R + G + B =
122 + 110 + 103 = 335 (100%)
R 122 of 335 ~ 36.42%
G 110 of 335 ~ 32.84%
B 103 of 335 ~ 30.75%

%36.42
%32.84
%30.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 15.57%
  • key color value is 52.16%
CMYK:
(0,10,16,52)
C0M10Y16K52 
(0%,10%,16%,52%)
(0.00/0.10/0.16/0.52)	

CMYK percentages

%0
%9.84
%15.57
%52.16

Codes

Color #7A6E67 in popluar color models

7A6E67
RGB122110103
HSL22°8.44%44.12%
HSB/HSV22°15.57%47.84%
CMYK0.00%9.84%15.57%
52.16%

Color #7A6E67 in popluar number systems.

HEX7A6E67
Decimal122110103
Binary111101011011101100111
Octal172156147

Shades and tints

Shades of #7A6E67

#7A6E67
(122,110,103)
#6F645E
(111,100,94)
#645A55
(100,90,85)
#59504C
(89,80,76)
#4E4643
(78,70,67)
#433C3A
(67,60,58)
#383231
(56,50,49)
#2D2828
(45,40,40)
#221E1F
(34,30,31)
#171416
(23,20,22)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #7A6E67

#7A6E67
(122,110,103)
#867B74
(134,123,116)
#928881
(146,136,129)
#9E958E
(158,149,142)
#AAA29B
(170,162,155)
#B6AFA8
(182,175,168)
#C2BCB5
(194,188,181)
#CEC9C2
(206,201,194)
#DAD6CF
(218,214,207)
#E6E3DC
(230,227,220)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6E67; }

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

This text font color is #7A6E67.


Background Color

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

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

This div background color is #7A6E67.


Border color

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

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

This div border color is #7A6E67.


Opacity

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

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

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

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

This text has shadow with #7A6E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6E67 on black background.


Color preview on white background

This text has color #7A6E67 on white background.



Black color preview on #7A6E67 background

This text has black color on #7A6E67 background.


White color preview on #7A6E67 background

This text has white color on #7A6E67 background.