COLOR #7A5609

HEX: #7A5609
RGB: (122,86,9)

Color info

#7A5609 contains mainly red and green colors. Web safe color of #7A5609 is #666600 (or #660).

RGB color model

#7A5609 color RGB value is (122,86,9).

  • red value is 122;
  • green value is 86;
  • blue value is 9.
RGB:
(122,86,9)
(48%,34%,4%)

RGB channels and saturation

R 122 of 255 = 48%
G 86 of 255 = 34%
B 9 of 255 = 4%

122
86
9

R + G + B ~ 29%. #7A5609 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 86 + 9 = 217 (100%)
R 122 of 217 ~ 56.22%
G 86 of 217 ~ 39.63%
B 9 of 217 ~ 4.15%

%56.22
%39.63

CMYK color model

#7A5609 color CMYK value is (0,30,93,52).

  • cyan value is 0.00%
  • magenta value is 29.51%
  • yellow value is 92.62%
  • key color value is 52.16%
CMYK:
(0,30,93,52)
C0M30Y93K52 
(0%,30%,93%,52%)
(0.00/0.30/0.93/0.52)	

CMYK percentages

%0
%29.51
%92.62
%52.16

Codes

Color #7A5609 in popluar color models

7A5609
RGB122869
HSL41°86.26%25.69%
HSB/HSV41°92.62%47.84%
CMYK0.00%29.51%92.62%
52.16%

Color #7A5609 in popluar number systems.

HEX7A5609
Decimal122869
Binary111101010101101001
Octal17212611

Shades and tints

Shades of #7A5609

#7A5609
(122,86,9)
#6F4F09
(111,79,9)
#644809
(100,72,9)
#594109
(89,65,9)
#4E3A09
(78,58,9)
#433309
(67,51,9)
#382C09
(56,44,9)
#2D2509
(45,37,9)
#221E09
(34,30,9)
#171709
(23,23,9)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #7A5609

#7A5609
(122,86,9)
#86651F
(134,101,31)
#927435
(146,116,53)
#9E834B
(158,131,75)
#AA9261
(170,146,97)
#B6A177
(182,161,119)
#C2B08D
(194,176,141)
#CEBFA3
(206,191,163)
#DACEB9
(218,206,185)
#E6DDCF
(230,221,207)
#F2ECE5
(242,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5609 color. Also use rgb(122,86,9) instead hex code.

Text Font Color

.myTextColor { color: #7A5609; }

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

This text font color is #7A5609.


Background Color

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

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

This div background color is #7A5609.


Border color

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

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

This div border color is #7A5609.


Opacity

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

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

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

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

This text has shadow with #7A5609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5609 on black background.


Color preview on white background

This text has color #7A5609 on white background.



Black color preview on #7A5609 background

This text has black color on #7A5609 background.


White color preview on #7A5609 background

This text has white color on #7A5609 background.