COLOR #7A873C

HEX: #7A873C RGB: (122,135,60)

Color info

#7A873C contains mainly red and green colors. Web safe color of #7A873C is #669933 (or #693).

RGB color model

#7A873C color RGB value is (122,135,60).

RGB: (122,135,60) (48%, 53%, 24%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 60 of 255 = 24%

122
135
60

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

Portions of RGB colors in percentages

R + G + B = 122 + 135 + 60 = 317 (100%)
R 122 of 317 ~ 38.49%
G 135 of 317 ~ 42.59%
B 60 of 317 ~ 18.93'%

%38.49
%42.59
%18.93

CMYK color model

#7A873C color CMYK value is (10,0,56,47).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 47.06%

CMYK: (10,0,56,47)
C10M0Y56K47 (10%, 0%, 56%, 47%)
(0.10 / 0.00 / 0.56 / 0.47)

CMYK percentages

%9.63
%0
%55.56
%47.06

Codes

Color #7A873C in popluar color models

7A 87 3C
RGB 122 135 60
HSL 70° 38.46% 38.24%
HSB/HSV 70° 55.56% 52.94%
CMYK 9.63% 0.00% 55.56%
47.06%

Color #7A873C in popluar number systems.

HEX 7A 87 3C
Decimal 122 135 60
Binary 1111010 10000111 111100
Octal 172 207 74

Shades and tints

Shades of #7A873C

#7A873C
(122,135,60)
#6F7B37
(111,123,55)
#646F32
(100,111,50)
#59632D
(89,99,45)
#4E5728
(78,87,40)
#434B23
(67,75,35)
#383F1E
(56,63,30)
#2D3319
(45,51,25)
#222714
(34,39,20)
#171B0F
(23,27,15)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #7A873C

#7A873C
(122,135,60)
#86914D
(134,145,77)
#929B5E
(146,155,94)
#9EA56F
(158,165,111)
#AAAF80
(170,175,128)
#B6B991
(182,185,145)
#C2C3A2
(194,195,162)
#CECDB3
(206,205,179)
#DAD7C4
(218,215,196)
#E6E1D5
(230,225,213)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A873C color. Also use rgb(122,135,60) instead hex code.

Text Font Color

.myTextColor { color: #7A873C; }

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

This text font color is #7A873C.

Background Color

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

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

This div background color is #7A873C.

Border color

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

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

This div border color is #7A873C.

Opacity

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

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

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

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

This text has shadow with #7A873C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A873C.

Preview

Color preview on black background

This text has color #7A873C on black background.


Color preview on white background

This text has color #7A873C on white background.


Black color preview on #7A873C background

This text has black color on #7A873C background.


White color preview on #7A873C background

This text has white color on #7A873C background.


Related colors

Complementary color

Complementary color for #hex is #8578C3.


I love getcolorcode.com

Triadic colors

1 #3C7A87 and #873C7A with #7A873C are triadic colors.

2 #3C877A and #877A3C with #7A873C are triadic colors.