COLOR #7A6E1B

HEX: #7A6E1B RGB: (122,110,27)

Color info

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

RGB color model

#7A6E1B color RGB value is (122,110,27).

RGB: (122,110,27) (48%, 43%, 11%)

RGB channels and saturation

R 122 of 255 = 48%
G 110 of 255 = 43%
B 27 of 255 = 11%

122
110
27

R + G + B ~ 34%. #7A6E1B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 110 + 27 = 259 (100%)
R 122 of 259 ~ 47.1%
G 110 of 259 ~ 42.47%
B 27 of 259 ~ 10.42'%

%47.1
%42.47

CMYK color model

#7A6E1B color CMYK value is (0,10,78,52).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 77.87%
  • key color value is 52.16%

CMYK: (0,10,78,52)
C0M10Y78K52 (0%, 10%, 78%, 52%)
(0.00 / 0.10 / 0.78 / 0.52)

CMYK percentages

%0
%9.84
%77.87
%52.16

Codes

Color #7A6E1B in popluar color models

7A 6E 1B
RGB 122 110 27
HSL 52° 63.76% 29.22%
HSB/HSV 52° 77.87% 47.84%
CMYK 0.00% 9.84% 77.87%
52.16%

Color #7A6E1B in popluar number systems.

HEX 7A 6E 1B
Decimal 122 110 27
Binary 1111010 1101110 11011
Octal 172 156 33

Shades and tints

Shades of #7A6E1B

#7A6E1B
(122,110,27)
#6F6419
(111,100,25)
#645A17
(100,90,23)
#595015
(89,80,21)
#4E4613
(78,70,19)
#433C11
(67,60,17)
#38320F
(56,50,15)
#2D280D
(45,40,13)
#221E0B
(34,30,11)
#171409
(23,20,9)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #7A6E1B

#7A6E1B
(122,110,27)
#867B2F
(134,123,47)
#928843
(146,136,67)
#9E9557
(158,149,87)
#AAA26B
(170,162,107)
#B6AF7F
(182,175,127)
#C2BC93
(194,188,147)
#CEC9A7
(206,201,167)
#DAD6BB
(218,214,187)
#E6E3CF
(230,227,207)
#F2F0E3
(242,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6E1B; }

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

This text font color is #7A6E1B.

Background Color

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

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

This div background color is #7A6E1B.

Border color

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

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

This div border color is #7A6E1B.

Opacity

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

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

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

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

This text has shadow with #7A6E1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6E1B.

Preview

Color preview on black background

This text has color #7A6E1B on black background.


Color preview on white background

This text has color #7A6E1B on white background.


Black color preview on #7A6E1B background

This text has black color on #7A6E1B background.


White color preview on #7A6E1B background

This text has white color on #7A6E1B background.


Related colors

Complementary color

Complementary color for #hex is #8591E4.


I love getcolorcode.com

Triadic colors

1 #1B7A6E and #6E1B7A with #7A6E1B are triadic colors.

2 #1B6E7A and #6E7A1B with #7A6E1B are triadic colors.