COLOR #7A6633

HEX: #7A6633 RGB: (122,102,51)

Color info

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

RGB color model

#7A6633 color RGB value is (122,102,51).

RGB: (122,102,51) (48%, 40%, 20%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 51 of 255 = 20%

122
102
51

R + G + B ~ 36%. #7A6633 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 102 + 51 = 275 (100%)
R 122 of 275 ~ 44.36%
G 102 of 275 ~ 37.09%
B 51 of 275 ~ 18.55'%

%44.36
%37.09
%18.55

CMYK color model

#7A6633 color CMYK value is (0,16,58,52).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 58.20%
  • key color value is 52.16%

CMYK: (0,16,58,52)
C0M16Y58K52 (0%, 16%, 58%, 52%)
(0.00 / 0.16 / 0.58 / 0.52)

CMYK percentages

%0
%16.39
%58.2
%52.16

Codes

Color #7A6633 in popluar color models

7A 66 33
RGB 122 102 51
HSL 43° 41.04% 33.92%
HSB/HSV 43° 58.20% 47.84%
CMYK 0.00% 16.39% 58.20%
52.16%

Color #7A6633 in popluar number systems.

HEX 7A 66 33
Decimal 122 102 51
Binary 1111010 1100110 110011
Octal 172 146 63

Shades and tints

Shades of #7A6633

#7A6633
(122,102,51)
#6F5D2F
(111,93,47)
#64542B
(100,84,43)
#594B27
(89,75,39)
#4E4223
(78,66,35)
#43391F
(67,57,31)
#38301B
(56,48,27)
#2D2717
(45,39,23)
#221E13
(34,30,19)
#17150F
(23,21,15)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #7A6633

#7A6633
(122,102,51)
#867345
(134,115,69)
#928057
(146,128,87)
#9E8D69
(158,141,105)
#AA9A7B
(170,154,123)
#B6A78D
(182,167,141)
#C2B49F
(194,180,159)
#CEC1B1
(206,193,177)
#DACEC3
(218,206,195)
#E6DBD5
(230,219,213)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6633; }

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

This text font color is #7A6633.

Background Color

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

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

This div background color is #7A6633.

Border color

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

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

This div border color is #7A6633.

Opacity

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

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

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

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

This text has shadow with #7A6633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6633.

Preview

Color preview on black background

This text has color #7A6633 on black background.


Color preview on white background

This text has color #7A6633 on white background.


Black color preview on #7A6633 background

This text has black color on #7A6633 background.


White color preview on #7A6633 background

This text has white color on #7A6633 background.


Related colors

Complementary color

Complementary color for #hex is #8599CC.


I love getcolorcode.com

Triadic colors

1 #337A66 and #66337A with #7A6633 are triadic colors.

2 #33667A and #667A33 with #7A6633 are triadic colors.