COLOR #7A6250

HEX: #7A6250
RGB: (122,98,80)

Color info

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

RGB color model

#7A6250 color RGB value is (122,98,80).

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

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 80 of 255 = 31%

122
98
80

R + G + B ~ 39%. #7A6250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 98 + 80 = 300 (100%)
R 122 of 300 ~ 40.67%
G 98 of 300 ~ 32.67%
B 80 of 300 ~ 26.67%

%40.67
%32.67
%26.67

CMYK color model

#7A6250 color CMYK value is (0,20,34,52).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK:
(0,20,34,52)
C0M20Y34K52 
(0%,20%,34%,52%)
(0.00/0.20/0.34/0.52)	

CMYK percentages

%0
%19.67
%34.43
%52.16

Codes

Color #7A6250 in popluar color models

7A6250
RGB1229880
HSL26°20.79%39.61%
HSB/HSV26°34.43%47.84%
CMYK0.00%19.67%34.43%
52.16%

Color #7A6250 in popluar number systems.

HEX7A6250
Decimal1229880
Binary111101011000101010000
Octal172142120

Shades and tints

Shades of #7A6250

#7A6250
(122,98,80)
#6F5A49
(111,90,73)
#645242
(100,82,66)
#594A3B
(89,74,59)
#4E4234
(78,66,52)
#433A2D
(67,58,45)
#383226
(56,50,38)
#2D2A1F
(45,42,31)
#222218
(34,34,24)
#171A11
(23,26,17)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #7A6250

#7A6250
(122,98,80)
#86705F
(134,112,95)
#927E6E
(146,126,110)
#9E8C7D
(158,140,125)
#AA9A8C
(170,154,140)
#B6A89B
(182,168,155)
#C2B6AA
(194,182,170)
#CEC4B9
(206,196,185)
#DAD2C8
(218,210,200)
#E6E0D7
(230,224,215)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6250; }

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

This text font color is #7A6250.


Background Color

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

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

This div background color is #7A6250.


Border color

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

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

This div border color is #7A6250.


Opacity

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

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

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

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

This text has shadow with #7A6250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6250 on black background.


Color preview on white background

This text has color #7A6250 on white background.



Black color preview on #7A6250 background

This text has black color on #7A6250 background.


White color preview on #7A6250 background

This text has white color on #7A6250 background.