COLOR #7A6507

HEX: #7A6507 RGB: (122,101,7)

Color info

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

RGB color model

#7A6507 color RGB value is (122,101,7).

RGB: (122,101,7) (48%, 40%, 3%)

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 7 of 255 = 3%

122
101
7

R + G + B ~ 30%. #7A6507 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 101 + 7 = 230 (100%)
R 122 of 230 ~ 53.04%
G 101 of 230 ~ 43.91%
B 7 of 230 ~ 3.04'%

%53.04
%43.91

CMYK color model

#7A6507 color CMYK value is (0,17,94,52).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 94.26%
  • key color value is 52.16%

CMYK: (0,17,94,52)
C0M17Y94K52 (0%, 17%, 94%, 52%)
(0.00 / 0.17 / 0.94 / 0.52)

CMYK percentages

%0
%17.21
%94.26
%52.16

Codes

Color #7A6507 in popluar color models

7A 65 07
RGB 122 101 7
HSL 49° 89.15% 25.29%
HSB/HSV 49° 94.26% 47.84%
CMYK 0.00% 17.21% 94.26%
52.16%

Color #7A6507 in popluar number systems.

HEX 7A 65 07
Decimal 122 101 7
Binary 1111010 1100101 111
Octal 172 145 7

Shades and tints

Shades of #7A6507

#7A6507
(122,101,7)
#6F5C07
(111,92,7)
#645307
(100,83,7)
#594A07
(89,74,7)
#4E4107
(78,65,7)
#433807
(67,56,7)
#382F07
(56,47,7)
#2D2607
(45,38,7)
#221D07
(34,29,7)
#171407
(23,20,7)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #7A6507

#7A6507
(122,101,7)
#86731D
(134,115,29)
#928133
(146,129,51)
#9E8F49
(158,143,73)
#AA9D5F
(170,157,95)
#B6AB75
(182,171,117)
#C2B98B
(194,185,139)
#CEC7A1
(206,199,161)
#DAD5B7
(218,213,183)
#E6E3CD
(230,227,205)
#F2F1E3
(242,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6507; }

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

This text font color is #7A6507.

Background Color

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

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

This div background color is #7A6507.

Border color

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

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

This div border color is #7A6507.

Opacity

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

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

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

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

This text has shadow with #7A6507 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6507.

Preview

Color preview on black background

This text has color #7A6507 on black background.


Color preview on white background

This text has color #7A6507 on white background.


Black color preview on #7A6507 background

This text has black color on #7A6507 background.


White color preview on #7A6507 background

This text has white color on #7A6507 background.


Related colors

Complementary color

Complementary color for #hex is #859AF8.


I love getcolorcode.com

Triadic colors

1 #077A65 and #65077A with #7A6507 are triadic colors.

2 #07657A and #657A07 with #7A6507 are triadic colors.