COLOR #7A6434

HEX: #7A6434
RGB: (122,100,52)

Color info

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

RGB color model

#7A6434 color RGB value is (122,100,52).

  • red value is 122;
  • green value is 100;
  • blue value is 52.
RGB:
(122,100,52)
(48%,39%,20%)

RGB channels and saturation

R 122 of 255 = 48%
G 100 of 255 = 39%
B 52 of 255 = 20%

122
100
52

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

Portions of RGB colors in percentages

R + G + B =
122 + 100 + 52 = 274 (100%)
R 122 of 274 ~ 44.53%
G 100 of 274 ~ 36.5%
B 52 of 274 ~ 18.98%

%44.53
%36.5
%18.98

CMYK color model

#7A6434 color CMYK value is (0,18,57,52).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 57.38%
  • key color value is 52.16%
CMYK:
(0,18,57,52)
C0M18Y57K52 
(0%,18%,57%,52%)
(0.00/0.18/0.57/0.52)	

CMYK percentages

%0
%18.03
%57.38
%52.16

Codes

Color #7A6434 in popluar color models

7A6434
RGB12210052
HSL41°40.23%34.12%
HSB/HSV41°57.38%47.84%
CMYK0.00%18.03%57.38%
52.16%

Color #7A6434 in popluar number systems.

HEX7A6434
Decimal12210052
Binary11110101100100110100
Octal17214464

Shades and tints

Shades of #7A6434

#7A6434
(122,100,52)
#6F5B30
(111,91,48)
#64522C
(100,82,44)
#594928
(89,73,40)
#4E4024
(78,64,36)
#433720
(67,55,32)
#382E1C
(56,46,28)
#2D2518
(45,37,24)
#221C14
(34,28,20)
#171310
(23,19,16)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #7A6434

#7A6434
(122,100,52)
#867246
(134,114,70)
#928058
(146,128,88)
#9E8E6A
(158,142,106)
#AA9C7C
(170,156,124)
#B6AA8E
(182,170,142)
#C2B8A0
(194,184,160)
#CEC6B2
(206,198,178)
#DAD4C4
(218,212,196)
#E6E2D6
(230,226,214)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6434; }

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

This text font color is #7A6434.


Background Color

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

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

This div background color is #7A6434.


Border color

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

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

This div border color is #7A6434.


Opacity

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

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

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

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

This text has shadow with #7A6434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6434 on black background.


Color preview on white background

This text has color #7A6434 on white background.



Black color preview on #7A6434 background

This text has black color on #7A6434 background.


White color preview on #7A6434 background

This text has white color on #7A6434 background.