COLOR #7A7730

HEX: #7A7730
RGB: (122,119,48)

Color info

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

RGB color model

#7A7730 color RGB value is (122,119,48).

  • red value is 122;
  • green value is 119;
  • blue value is 48.
RGB:
(122,119,48)
(48%,47%,19%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 48 of 255 = 19%

122
119
48

R + G + B ~ 38%. #7A7730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 48 = 289 (100%)
R 122 of 289 ~ 42.21%
G 119 of 289 ~ 41.18%
B 48 of 289 ~ 16.61%

%42.21
%41.18
%16.61

CMYK color model

#7A7730 color CMYK value is (0,2,61,52).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 60.66%
  • key color value is 52.16%
CMYK:
(0,2,61,52)
C0M2Y61K52 
(0%,2%,61%,52%)
(0.00/0.02/0.61/0.52)	

CMYK percentages

%0
%2.46
%60.66
%52.16

Codes

Color #7A7730 in popluar color models

7A7730
RGB12211948
HSL58°43.53%33.33%
HSB/HSV58°60.66%47.84%
CMYK0.00%2.46%60.66%
52.16%

Color #7A7730 in popluar number systems.

HEX7A7730
Decimal12211948
Binary11110101110111110000
Octal17216760

Shades and tints

Shades of #7A7730

#7A7730
(122,119,48)
#6F6D2C
(111,109,44)
#646328
(100,99,40)
#595924
(89,89,36)
#4E4F20
(78,79,32)
#43451C
(67,69,28)
#383B18
(56,59,24)
#2D3114
(45,49,20)
#222710
(34,39,16)
#171D0C
(23,29,12)
#0C1308
(12,19,8)
#000000
(0,0,0)

Tints of #7A7730

#7A7730
(122,119,48)
#868342
(134,131,66)
#928F54
(146,143,84)
#9E9B66
(158,155,102)
#AAA778
(170,167,120)
#B6B38A
(182,179,138)
#C2BF9C
(194,191,156)
#CECBAE
(206,203,174)
#DAD7C0
(218,215,192)
#E6E3D2
(230,227,210)
#F2EFE4
(242,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7730 color. Also use rgb(122,119,48) instead hex code.

Text Font Color

.myTextColor { color: #7A7730; }

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

This text font color is #7A7730.


Background Color

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

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

This div background color is #7A7730.


Border color

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

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

This div border color is #7A7730.


Opacity

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

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

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

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

This text has shadow with #7A7730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7730 on black background.


Color preview on white background

This text has color #7A7730 on white background.



Black color preview on #7A7730 background

This text has black color on #7A7730 background.


White color preview on #7A7730 background

This text has white color on #7A7730 background.