COLOR #7A6362

HEX: #7A6362 RGB: (122,99,98)

Color info

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

RGB color model

#7A6362 color RGB value is (122,99,98).

RGB: (122,99,98) (48%, 39%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 99 of 255 = 39%
B 98 of 255 = 38%

122
99
98

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

Portions of RGB colors in percentages

R + G + B = 122 + 99 + 98 = 319 (100%)
R 122 of 319 ~ 38.24%
G 99 of 319 ~ 31.03%
B 98 of 319 ~ 30.72'%

%38.24
%31.03
%30.72

CMYK color model

#7A6362 color CMYK value is (0,19,20,52).

  • cyan value is 0.00%
  • magenta value is 18.85%
  • yellow value is 19.67%
  • key color value is 52.16%

CMYK: (0,19,20,52)
C0M19Y20K52 (0%, 19%, 20%, 52%)
(0.00 / 0.19 / 0.20 / 0.52)

CMYK percentages

%0
%18.85
%19.67
%52.16

Codes

Color #7A6362 in popluar color models

7A 63 62
RGB 122 99 98
HSL 10.91% 43.14%
HSB/HSV 19.67% 47.84%
CMYK 0.00% 18.85% 19.67%
52.16%

Color #7A6362 in popluar number systems.

HEX 7A 63 62
Decimal 122 99 98
Binary 1111010 1100011 1100010
Octal 172 143 142

Shades and tints

Shades of #7A6362

#7A6362
(122,99,98)
#6F5A5A
(111,90,90)
#645152
(100,81,82)
#59484A
(89,72,74)
#4E3F42
(78,63,66)
#43363A
(67,54,58)
#382D32
(56,45,50)
#2D242A
(45,36,42)
#221B22
(34,27,34)
#17121A
(23,18,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #7A6362

#7A6362
(122,99,98)
#867170
(134,113,112)
#927F7E
(146,127,126)
#9E8D8C
(158,141,140)
#AA9B9A
(170,155,154)
#B6A9A8
(182,169,168)
#C2B7B6
(194,183,182)
#CEC5C4
(206,197,196)
#DAD3D2
(218,211,210)
#E6E1E0
(230,225,224)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6362; }

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

This text font color is #7A6362.

Background Color

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

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

This div background color is #7A6362.

Border color

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

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

This div border color is #7A6362.

Opacity

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

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

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

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

This text has shadow with #7A6362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6362.

Preview

Color preview on black background

This text has color #7A6362 on black background.


Color preview on white background

This text has color #7A6362 on white background.


Black color preview on #7A6362 background

This text has black color on #7A6362 background.


White color preview on #7A6362 background

This text has white color on #7A6362 background.


Related colors

Complementary color

Complementary color for #hex is #859C9D.


I love getcolorcode.com

Triadic colors

1 #627A63 and #63627A with #7A6362 are triadic colors.

2 #62637A and #637A62 with #7A6362 are triadic colors.