COLOR #7A6369

HEX: #7A6369
RGB: (122,99,105)

Color info

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

RGB color model

#7A6369 color RGB value is (122,99,105).

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

RGB channels and saturation

R 122 of 255 = 48%
G 99 of 255 = 39%
B 105 of 255 = 41%

122
99
105

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

Portions of RGB colors in percentages

R + G + B =
122 + 99 + 105 = 326 (100%)
R 122 of 326 ~ 37.42%
G 99 of 326 ~ 30.37%
B 105 of 326 ~ 32.21%

%37.42
%30.37
%32.21

CMYK color model

#7A6369 color CMYK value is (0,19,14,52).

  • cyan value is 0.00%
  • magenta value is 18.85%
  • yellow value is 13.93%
  • key color value is 52.16%
CMYK:
(0,19,14,52)
C0M19Y14K52 
(0%,19%,14%,52%)
(0.00/0.19/0.14/0.52)	

CMYK percentages

%0
%18.85
%13.93
%52.16

Codes

Color #7A6369 in popluar color models

7A6369
RGB12299105
HSL344°10.41%43.33%
HSB/HSV344°18.85%47.84%
CMYK0.00%18.85%13.93%
52.16%

Color #7A6369 in popluar number systems.

HEX7A6369
Decimal12299105
Binary111101011000111101001
Octal172143151

Shades and tints

Shades of #7A6369

#7A6369
(122,99,105)
#6F5A60
(111,90,96)
#645157
(100,81,87)
#59484E
(89,72,78)
#4E3F45
(78,63,69)
#43363C
(67,54,60)
#382D33
(56,45,51)
#2D242A
(45,36,42)
#221B21
(34,27,33)
#171218
(23,18,24)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #7A6369

#7A6369
(122,99,105)
#867176
(134,113,118)
#927F83
(146,127,131)
#9E8D90
(158,141,144)
#AA9B9D
(170,155,157)
#B6A9AA
(182,169,170)
#C2B7B7
(194,183,183)
#CEC5C4
(206,197,196)
#DAD3D1
(218,211,209)
#E6E1DE
(230,225,222)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6369; }

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

This text font color is #7A6369.


Background Color

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

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

This div background color is #7A6369.


Border color

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

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

This div border color is #7A6369.


Opacity

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

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

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

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

This text has shadow with #7A6369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6369 on black background.


Color preview on white background

This text has color #7A6369 on white background.



Black color preview on #7A6369 background

This text has black color on #7A6369 background.


White color preview on #7A6369 background

This text has white color on #7A6369 background.