COLOR #7A6663

HEX: #7A6663
RGB: (122,102,99)

Color info

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

RGB color model

#7A6663 color RGB value is (122,102,99).

  • red value is 122;
  • green value is 102;
  • blue value is 99.
RGB:
(122,102,99)
(48%,40%,39%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 99 of 255 = 39%

122
102
99

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 99 = 323 (100%)
R 122 of 323 ~ 37.77%
G 102 of 323 ~ 31.58%
B 99 of 323 ~ 30.65%

%37.77
%31.58
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 18.85%
  • key color value is 52.16%
CMYK:
(0,16,19,52)
C0M16Y19K52 
(0%,16%,19%,52%)
(0.00/0.16/0.19/0.52)	

CMYK percentages

%0
%16.39
%18.85
%52.16

Codes

Color #7A6663 in popluar color models

7A6663
RGB12210299
HSL10.41%43.33%
HSB/HSV18.85%47.84%
CMYK0.00%16.39%18.85%
52.16%

Color #7A6663 in popluar number systems.

HEX7A6663
Decimal12210299
Binary111101011001101100011
Octal172146143

Shades and tints

Shades of #7A6663

#7A6663
(122,102,99)
#6F5D5A
(111,93,90)
#645451
(100,84,81)
#594B48
(89,75,72)
#4E423F
(78,66,63)
#433936
(67,57,54)
#38302D
(56,48,45)
#2D2724
(45,39,36)
#221E1B
(34,30,27)
#171512
(23,21,18)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #7A6663

#7A6663
(122,102,99)
#867371
(134,115,113)
#92807F
(146,128,127)
#9E8D8D
(158,141,141)
#AA9A9B
(170,154,155)
#B6A7A9
(182,167,169)
#C2B4B7
(194,180,183)
#CEC1C5
(206,193,197)
#DACED3
(218,206,211)
#E6DBE1
(230,219,225)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6663 color. Also use rgb(122,102,99) instead hex code.

Text Font Color

.myTextColor { color: #7A6663; }

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

This text font color is #7A6663.


Background Color

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

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

This div background color is #7A6663.


Border color

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

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

This div border color is #7A6663.


Opacity

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

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

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

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

This text has shadow with #7A6663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6663 on black background.


Color preview on white background

This text has color #7A6663 on white background.



Black color preview on #7A6663 background

This text has black color on #7A6663 background.


White color preview on #7A6663 background

This text has white color on #7A6663 background.