COLOR #7A762D

HEX: #7A762D
RGB: (122,118,45)

Color info

#7A762D contains mainly red and green colors. Web safe color of #7A762D is #666633 (or #663).

RGB color model

#7A762D color RGB value is (122,118,45).

  • red value is 122;
  • green value is 118;
  • blue value is 45.
RGB:
(122,118,45)
(48%,46%,18%)

RGB channels and saturation

R 122 of 255 = 48%
G 118 of 255 = 46%
B 45 of 255 = 18%

122
118
45

R + G + B ~ 37%. #7A762D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 118 + 45 = 285 (100%)
R 122 of 285 ~ 42.81%
G 118 of 285 ~ 41.4%
B 45 of 285 ~ 15.79%

%42.81
%41.4
%15.79

CMYK color model

#7A762D color CMYK value is (0,3,63,52).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 63.11%
  • key color value is 52.16%
CMYK:
(0,3,63,52)
C0M3Y63K52 
(0%,3%,63%,52%)
(0.00/0.03/0.63/0.52)	

CMYK percentages

%0
%3.28
%63.11
%52.16

Codes

Color #7A762D in popluar color models

7A762D
RGB12211845
HSL57°46.11%32.75%
HSB/HSV57°63.11%47.84%
CMYK0.00%3.28%63.11%
52.16%

Color #7A762D in popluar number systems.

HEX7A762D
Decimal12211845
Binary11110101110110101101
Octal17216655

Shades and tints

Shades of #7A762D

#7A762D
(122,118,45)
#6F6C29
(111,108,41)
#646225
(100,98,37)
#595821
(89,88,33)
#4E4E1D
(78,78,29)
#434419
(67,68,25)
#383A15
(56,58,21)
#2D3011
(45,48,17)
#22260D
(34,38,13)
#171C09
(23,28,9)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #7A762D

#7A762D
(122,118,45)
#868240
(134,130,64)
#928E53
(146,142,83)
#9E9A66
(158,154,102)
#AAA679
(170,166,121)
#B6B28C
(182,178,140)
#C2BE9F
(194,190,159)
#CECAB2
(206,202,178)
#DAD6C5
(218,214,197)
#E6E2D8
(230,226,216)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A762D color. Also use rgb(122,118,45) instead hex code.

Text Font Color

.myTextColor { color: #7A762D; }

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

This text font color is #7A762D.


Background Color

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

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

This div background color is #7A762D.


Border color

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

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

This div border color is #7A762D.


Opacity

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

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

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

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

This text has shadow with #7A762D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A762D on black background.


Color preview on white background

This text has color #7A762D on white background.



Black color preview on #7A762D background

This text has black color on #7A762D background.


White color preview on #7A762D background

This text has white color on #7A762D background.