COLOR #7A6353

HEX: #7A6353 RGB: (122,99,83)

Color info

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

RGB color model

#7A6353 color RGB value is (122,99,83).

RGB: (122,99,83) (48%, 39%, 33%)

RGB channels and saturation

R 122 of 255 = 48%
G 99 of 255 = 39%
B 83 of 255 = 33%

122
99
83

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

Portions of RGB colors in percentages

R + G + B = 122 + 99 + 83 = 304 (100%)
R 122 of 304 ~ 40.13%
G 99 of 304 ~ 32.57%
B 83 of 304 ~ 27.3'%

%40.13
%32.57
%27.3

CMYK color model

#7A6353 color CMYK value is (0,19,32,52).

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

CMYK: (0,19,32,52)
C0M19Y32K52 (0%, 19%, 32%, 52%)
(0.00 / 0.19 / 0.32 / 0.52)

CMYK percentages

%0
%18.85
%31.97
%52.16

Codes

Color #7A6353 in popluar color models

7A 63 53
RGB 122 99 83
HSL 25° 19.02% 40.20%
HSB/HSV 25° 31.97% 47.84%
CMYK 0.00% 18.85% 31.97%
52.16%

Color #7A6353 in popluar number systems.

HEX 7A 63 53
Decimal 122 99 83
Binary 1111010 1100011 1010011
Octal 172 143 123

Shades and tints

Shades of #7A6353

#7A6353
(122,99,83)
#6F5A4C
(111,90,76)
#645145
(100,81,69)
#59483E
(89,72,62)
#4E3F37
(78,63,55)
#433630
(67,54,48)
#382D29
(56,45,41)
#2D2422
(45,36,34)
#221B1B
(34,27,27)
#171214
(23,18,20)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #7A6353

#7A6353
(122,99,83)
#867162
(134,113,98)
#927F71
(146,127,113)
#9E8D80
(158,141,128)
#AA9B8F
(170,155,143)
#B6A99E
(182,169,158)
#C2B7AD
(194,183,173)
#CEC5BC
(206,197,188)
#DAD3CB
(218,211,203)
#E6E1DA
(230,225,218)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6353; }

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

This text font color is #7A6353.

Background Color

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

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

This div background color is #7A6353.

Border color

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

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

This div border color is #7A6353.

Opacity

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

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

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

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

This text has shadow with #7A6353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6353.

Preview

Color preview on black background

This text has color #7A6353 on black background.


Color preview on white background

This text has color #7A6353 on white background.


Black color preview on #7A6353 background

This text has black color on #7A6353 background.


White color preview on #7A6353 background

This text has white color on #7A6353 background.


Related colors

Complementary color

Complementary color for #hex is #859CAC.


I love getcolorcode.com

Triadic colors

1 #537A63 and #63537A with #7A6353 are triadic colors.

2 #53637A and #637A53 with #7A6353 are triadic colors.