COLOR #7A7650

HEX: #7A7650
RGB: (122,118,80)

Color info

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

RGB color model

#7A7650 color RGB value is (122,118,80).

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

RGB channels and saturation

R 122 of 255 = 48%
G 118 of 255 = 46%
B 80 of 255 = 31%

122
118
80

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

Portions of RGB colors in percentages

R + G + B =
122 + 118 + 80 = 320 (100%)
R 122 of 320 ~ 38.13%
G 118 of 320 ~ 36.88%
B 80 of 320 ~ 25%

%38.13
%36.88
%25

CMYK color model

#7A7650 color CMYK value is (0,3,34,52).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK:
(0,3,34,52)
C0M3Y34K52 
(0%,3%,34%,52%)
(0.00/0.03/0.34/0.52)	

CMYK percentages

%0
%3.28
%34.43
%52.16

Codes

Color #7A7650 in popluar color models

7A7650
RGB12211880
HSL54°20.79%39.61%
HSB/HSV54°34.43%47.84%
CMYK0.00%3.28%34.43%
52.16%

Color #7A7650 in popluar number systems.

HEX7A7650
Decimal12211880
Binary111101011101101010000
Octal172166120

Shades and tints

Shades of #7A7650

#7A7650
(122,118,80)
#6F6C49
(111,108,73)
#646242
(100,98,66)
#59583B
(89,88,59)
#4E4E34
(78,78,52)
#43442D
(67,68,45)
#383A26
(56,58,38)
#2D301F
(45,48,31)
#222618
(34,38,24)
#171C11
(23,28,17)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #7A7650

#7A7650
(122,118,80)
#86825F
(134,130,95)
#928E6E
(146,142,110)
#9E9A7D
(158,154,125)
#AAA68C
(170,166,140)
#B6B29B
(182,178,155)
#C2BEAA
(194,190,170)
#CECAB9
(206,202,185)
#DAD6C8
(218,214,200)
#E6E2D7
(230,226,215)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7650; }

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

This text font color is #7A7650.


Background Color

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

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

This div background color is #7A7650.


Border color

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

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

This div border color is #7A7650.


Opacity

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

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

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

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

This text has shadow with #7A7650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7650 on black background.


Color preview on white background

This text has color #7A7650 on white background.



Black color preview on #7A7650 background

This text has black color on #7A7650 background.


White color preview on #7A7650 background

This text has white color on #7A7650 background.