COLOR #7A6755

HEX: #7A6755 RGB: (122,103,85)

Color info

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

RGB color model

#7A6755 color RGB value is (122,103,85).

RGB: (122,103,85) (48%, 40%, 33%)

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 85 of 255 = 33%

122
103
85

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

Portions of RGB colors in percentages

R + G + B = 122 + 103 + 85 = 310 (100%)
R 122 of 310 ~ 39.35%
G 103 of 310 ~ 33.23%
B 85 of 310 ~ 27.42'%

%39.35
%33.23
%27.42

CMYK color model

#7A6755 color CMYK value is (0,16,30,52).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 30.33%
  • key color value is 52.16%

CMYK: (0,16,30,52)
C0M16Y30K52 (0%, 16%, 30%, 52%)
(0.00 / 0.16 / 0.30 / 0.52)

CMYK percentages

%0
%15.57
%30.33
%52.16

Codes

Color #7A6755 in popluar color models

7A 67 55
RGB 122 103 85
HSL 29° 17.87% 40.59%
HSB/HSV 29° 30.33% 47.84%
CMYK 0.00% 15.57% 30.33%
52.16%

Color #7A6755 in popluar number systems.

HEX 7A 67 55
Decimal 122 103 85
Binary 1111010 1100111 1010101
Octal 172 147 125

Shades and tints

Shades of #7A6755

#7A6755
(122,103,85)
#6F5E4E
(111,94,78)
#645547
(100,85,71)
#594C40
(89,76,64)
#4E4339
(78,67,57)
#433A32
(67,58,50)
#38312B
(56,49,43)
#2D2824
(45,40,36)
#221F1D
(34,31,29)
#171616
(23,22,22)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #7A6755

#7A6755
(122,103,85)
#867464
(134,116,100)
#928173
(146,129,115)
#9E8E82
(158,142,130)
#AA9B91
(170,155,145)
#B6A8A0
(182,168,160)
#C2B5AF
(194,181,175)
#CEC2BE
(206,194,190)
#DACFCD
(218,207,205)
#E6DCDC
(230,220,220)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6755 color. Also use rgb(122,103,85) instead hex code.

Text Font Color

.myTextColor { color: #7A6755; }

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

This text font color is #7A6755.

Background Color

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

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

This div background color is #7A6755.

Border color

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

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

This div border color is #7A6755.

Opacity

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

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

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

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

This text has shadow with #7A6755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6755.

Preview

Color preview on black background

This text has color #7A6755 on black background.


Color preview on white background

This text has color #7A6755 on white background.


Black color preview on #7A6755 background

This text has black color on #7A6755 background.


White color preview on #7A6755 background

This text has white color on #7A6755 background.


Related colors

Complementary color

Complementary color for #hex is #8598AA.


I love getcolorcode.com

Triadic colors

1 #557A67 and #67557A with #7A6755 are triadic colors.

2 #55677A and #677A55 with #7A6755 are triadic colors.