COLOR #7A7855

HEX: #7A7855 RGB: (122,120,85)

Color info

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

RGB color model

#7A7855 color RGB value is (122,120,85).

RGB: (122,120,85) (48%, 47%, 33%)

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 85 of 255 = 33%

122
120
85

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

Portions of RGB colors in percentages

R + G + B = 122 + 120 + 85 = 327 (100%)
R 122 of 327 ~ 37.31%
G 120 of 327 ~ 36.7%
B 85 of 327 ~ 25.99'%

%37.31
%36.7
%25.99

CMYK color model

#7A7855 color CMYK value is (0,2,30,52).

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

CMYK: (0,2,30,52)
C0M2Y30K52 (0%, 2%, 30%, 52%)
(0.00 / 0.02 / 0.30 / 0.52)

CMYK percentages

%0
%1.64
%30.33
%52.16

Codes

Color #7A7855 in popluar color models

7A 78 55
RGB 122 120 85
HSL 57° 17.87% 40.59%
HSB/HSV 57° 30.33% 47.84%
CMYK 0.00% 1.64% 30.33%
52.16%

Color #7A7855 in popluar number systems.

HEX 7A 78 55
Decimal 122 120 85
Binary 1111010 1111000 1010101
Octal 172 170 125

Shades and tints

Shades of #7A7855

#7A7855
(122,120,85)
#6F6E4E
(111,110,78)
#646447
(100,100,71)
#595A40
(89,90,64)
#4E5039
(78,80,57)
#434632
(67,70,50)
#383C2B
(56,60,43)
#2D3224
(45,50,36)
#22281D
(34,40,29)
#171E16
(23,30,22)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #7A7855

#7A7855
(122,120,85)
#868464
(134,132,100)
#929073
(146,144,115)
#9E9C82
(158,156,130)
#AAA891
(170,168,145)
#B6B4A0
(182,180,160)
#C2C0AF
(194,192,175)
#CECCBE
(206,204,190)
#DAD8CD
(218,216,205)
#E6E4DC
(230,228,220)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7855; }

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

This text font color is #7A7855.

Background Color

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

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

This div background color is #7A7855.

Border color

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

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

This div border color is #7A7855.

Opacity

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

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

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

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

This text has shadow with #7A7855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7855.

Preview

Color preview on black background

This text has color #7A7855 on black background.


Color preview on white background

This text has color #7A7855 on white background.


Black color preview on #7A7855 background

This text has black color on #7A7855 background.


White color preview on #7A7855 background

This text has white color on #7A7855 background.


Related colors

Complementary color

Complementary color for #hex is #8587AA.


I love getcolorcode.com

Triadic colors

1 #557A78 and #78557A with #7A7855 are triadic colors.

2 #55787A and #787A55 with #7A7855 are triadic colors.