COLOR #7A855D

HEX: #7A855D RGB: (122,133,93)

Color info

#7A855D contains red, green and blue colors in about the same proportion. Web safe color of #7A855D is #669966 (or #696).

RGB color model

#7A855D color RGB value is (122,133,93).

RGB: (122,133,93) (48%, 52%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 93 of 255 = 36%

122
133
93

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

Portions of RGB colors in percentages

R + G + B = 122 + 133 + 93 = 348 (100%)
R 122 of 348 ~ 35.06%
G 133 of 348 ~ 38.22%
B 93 of 348 ~ 26.72'%

%35.06
%38.22
%26.72

CMYK color model

#7A855D color CMYK value is (8,0,30,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%

CMYK: (8,0,30,48)
C8M0Y30K48 (8%, 0%, 30%, 48%)
(0.08 / 0.00 / 0.30 / 0.48)

CMYK percentages

%8.27
%0
%30.08
%47.84

Codes

Color #7A855D in popluar color models

7A 85 5D
RGB 122 133 93
HSL 77° 17.70% 44.31%
HSB/HSV 77° 30.08% 52.16%
CMYK 8.27% 0.00% 30.08%
47.84%

Color #7A855D in popluar number systems.

HEX 7A 85 5D
Decimal 122 133 93
Binary 1111010 10000101 1011101
Octal 172 205 135

Shades and tints

Shades of #7A855D

#7A855D
(122,133,93)
#6F7955
(111,121,85)
#646D4D
(100,109,77)
#596145
(89,97,69)
#4E553D
(78,85,61)
#434935
(67,73,53)
#383D2D
(56,61,45)
#2D3125
(45,49,37)
#22251D
(34,37,29)
#171915
(23,25,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #7A855D

#7A855D
(122,133,93)
#86906B
(134,144,107)
#929B79
(146,155,121)
#9EA687
(158,166,135)
#AAB195
(170,177,149)
#B6BCA3
(182,188,163)
#C2C7B1
(194,199,177)
#CED2BF
(206,210,191)
#DADDCD
(218,221,205)
#E6E8DB
(230,232,219)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A855D color. Also use rgb(122,133,93) instead hex code.

Text Font Color

.myTextColor { color: #7A855D; }

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

This text font color is #7A855D.

Background Color

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

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

This div background color is #7A855D.

Border color

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

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

This div border color is #7A855D.

Opacity

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

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

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

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

This text has shadow with #7A855D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A855D.

Preview

Color preview on black background

This text has color #7A855D on black background.


Color preview on white background

This text has color #7A855D on white background.


Black color preview on #7A855D background

This text has black color on #7A855D background.


White color preview on #7A855D background

This text has white color on #7A855D background.


Related colors

Complementary color

Complementary color for #hex is #857AA2.


I love getcolorcode.com

Triadic colors

1 #5D7A85 and #855D7A with #7A855D are triadic colors.

2 #5D857A and #857A5D with #7A855D are triadic colors.