COLOR #7A634E

HEX: #7A634E
RGB: (122,99,78)

Color info

#7A634E contains red, green and blue colors in about the same proportion. Web safe color of #7A634E is #666666 (or #666).

RGB color model

#7A634E color RGB value is (122,99,78).

  • red value is 122;
  • green value is 99;
  • blue value is 78.
RGB:
(122,99,78)
(48%,39%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 99 of 255 = 39%
B 78 of 255 = 31%

122
99
78

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

Portions of RGB colors in percentages

R + G + B =
122 + 99 + 78 = 299 (100%)
R 122 of 299 ~ 40.8%
G 99 of 299 ~ 33.11%
B 78 of 299 ~ 26.09%

%40.8
%33.11
%26.09

CMYK color model

#7A634E color CMYK value is (0,19,36,52).

  • cyan value is 0.00%
  • magenta value is 18.85%
  • yellow value is 36.07%
  • key color value is 52.16%
CMYK:
(0,19,36,52)
C0M19Y36K52 
(0%,19%,36%,52%)
(0.00/0.19/0.36/0.52)	

CMYK percentages

%0
%18.85
%36.07
%52.16

Codes

Color #7A634E in popluar color models

7A634E
RGB1229978
HSL29°22.00%39.22%
HSB/HSV29°36.07%47.84%
CMYK0.00%18.85%36.07%
52.16%

Color #7A634E in popluar number systems.

HEX7A634E
Decimal1229978
Binary111101011000111001110
Octal172143116

Shades and tints

Shades of #7A634E

#7A634E
(122,99,78)
#6F5A47
(111,90,71)
#645140
(100,81,64)
#594839
(89,72,57)
#4E3F32
(78,63,50)
#43362B
(67,54,43)
#382D24
(56,45,36)
#2D241D
(45,36,29)
#221B16
(34,27,22)
#17120F
(23,18,15)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #7A634E

#7A634E
(122,99,78)
#86715E
(134,113,94)
#927F6E
(146,127,110)
#9E8D7E
(158,141,126)
#AA9B8E
(170,155,142)
#B6A99E
(182,169,158)
#C2B7AE
(194,183,174)
#CEC5BE
(206,197,190)
#DAD3CE
(218,211,206)
#E6E1DE
(230,225,222)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A634E; }

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

This text font color is #7A634E.


Background Color

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

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

This div background color is #7A634E.


Border color

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

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

This div border color is #7A634E.


Opacity

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

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

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

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

This text has shadow with #7A634E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A634E on black background.


Color preview on white background

This text has color #7A634E on white background.



Black color preview on #7A634E background

This text has black color on #7A634E background.


White color preview on #7A634E background

This text has white color on #7A634E background.