COLOR #7A6552

HEX: #7A6552
RGB: (122,101,82)

Color info

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

RGB color model

#7A6552 color RGB value is (122,101,82).

  • red value is 122;
  • green value is 101;
  • blue value is 82.
RGB:
(122,101,82)
(48%,40%,32%)

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 82 of 255 = 32%

122
101
82

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

Portions of RGB colors in percentages

R + G + B =
122 + 101 + 82 = 305 (100%)
R 122 of 305 ~ 40%
G 101 of 305 ~ 33.11%
B 82 of 305 ~ 26.89%

%40
%33.11
%26.89

CMYK color model

#7A6552 color CMYK value is (0,17,33,52).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 32.79%
  • key color value is 52.16%
CMYK:
(0,17,33,52)
C0M17Y33K52 
(0%,17%,33%,52%)
(0.00/0.17/0.33/0.52)	

CMYK percentages

%0
%17.21
%32.79
%52.16

Codes

Color #7A6552 in popluar color models

7A6552
RGB12210182
HSL29°19.61%40.00%
HSB/HSV29°32.79%47.84%
CMYK0.00%17.21%32.79%
52.16%

Color #7A6552 in popluar number systems.

HEX7A6552
Decimal12210182
Binary111101011001011010010
Octal172145122

Shades and tints

Shades of #7A6552

#7A6552
(122,101,82)
#6F5C4B
(111,92,75)
#645344
(100,83,68)
#594A3D
(89,74,61)
#4E4136
(78,65,54)
#43382F
(67,56,47)
#382F28
(56,47,40)
#2D2621
(45,38,33)
#221D1A
(34,29,26)
#171413
(23,20,19)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #7A6552

#7A6552
(122,101,82)
#867361
(134,115,97)
#928170
(146,129,112)
#9E8F7F
(158,143,127)
#AA9D8E
(170,157,142)
#B6AB9D
(182,171,157)
#C2B9AC
(194,185,172)
#CEC7BB
(206,199,187)
#DAD5CA
(218,213,202)
#E6E3D9
(230,227,217)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6552 color. Also use rgb(122,101,82) instead hex code.

Text Font Color

.myTextColor { color: #7A6552; }

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

This text font color is #7A6552.


Background Color

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

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

This div background color is #7A6552.


Border color

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

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

This div border color is #7A6552.


Opacity

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

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

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

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

This text has shadow with #7A6552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6552 on black background.


Color preview on white background

This text has color #7A6552 on white background.



Black color preview on #7A6552 background

This text has black color on #7A6552 background.


White color preview on #7A6552 background

This text has white color on #7A6552 background.