COLOR #7A684B

HEX: #7A684B
RGB: (122,104,75)

Color info

#7A684B contains red, green and blue colors in about the same proportion. Web safe color of #7A684B is #666633 (or #663).

RGB color model

#7A684B color RGB value is (122,104,75).

  • red value is 122;
  • green value is 104;
  • blue value is 75.
RGB:
(122,104,75)
(48%,41%,29%)

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 75 of 255 = 29%

122
104
75

R + G + B ~ 39%. #7A684B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 104 + 75 = 301 (100%)
R 122 of 301 ~ 40.53%
G 104 of 301 ~ 34.55%
B 75 of 301 ~ 24.92%

%40.53
%34.55
%24.92

CMYK color model

#7A684B color CMYK value is (0,15,39,52).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 38.52%
  • key color value is 52.16%
CMYK:
(0,15,39,52)
C0M15Y39K52 
(0%,15%,39%,52%)
(0.00/0.15/0.39/0.52)	

CMYK percentages

%0
%14.75
%38.52
%52.16

Codes

Color #7A684B in popluar color models

7A684B
RGB12210475
HSL37°23.86%38.63%
HSB/HSV37°38.52%47.84%
CMYK0.00%14.75%38.52%
52.16%

Color #7A684B in popluar number systems.

HEX7A684B
Decimal12210475
Binary111101011010001001011
Octal172150113

Shades and tints

Shades of #7A684B

#7A684B
(122,104,75)
#6F5F45
(111,95,69)
#64563F
(100,86,63)
#594D39
(89,77,57)
#4E4433
(78,68,51)
#433B2D
(67,59,45)
#383227
(56,50,39)
#2D2921
(45,41,33)
#22201B
(34,32,27)
#171715
(23,23,21)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #7A684B

#7A684B
(122,104,75)
#86755B
(134,117,91)
#92826B
(146,130,107)
#9E8F7B
(158,143,123)
#AA9C8B
(170,156,139)
#B6A99B
(182,169,155)
#C2B6AB
(194,182,171)
#CEC3BB
(206,195,187)
#DAD0CB
(218,208,203)
#E6DDDB
(230,221,219)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A684B; }

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

This text font color is #7A684B.


Background Color

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

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

This div background color is #7A684B.


Border color

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

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

This div border color is #7A684B.


Opacity

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

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

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

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

This text has shadow with #7A684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A684B on black background.


Color preview on white background

This text has color #7A684B on white background.



Black color preview on #7A684B background

This text has black color on #7A684B background.


White color preview on #7A684B background

This text has white color on #7A684B background.