COLOR #7A635E

HEX: #7A635E
RGB: (122,99,94)

Color info

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

RGB color model

#7A635E color RGB value is (122,99,94).

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

RGB channels and saturation

R 122 of 255 = 48%
G 99 of 255 = 39%
B 94 of 255 = 37%

122
99
94

R + G + B ~ 41%. #7A635E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 99 + 94 = 315 (100%)
R 122 of 315 ~ 38.73%
G 99 of 315 ~ 31.43%
B 94 of 315 ~ 29.84%

%38.73
%31.43
%29.84

CMYK color model

#7A635E color CMYK value is (0,19,23,52).

  • cyan value is 0.00%
  • magenta value is 18.85%
  • yellow value is 22.95%
  • key color value is 52.16%
CMYK:
(0,19,23,52)
C0M19Y23K52 
(0%,19%,23%,52%)
(0.00/0.19/0.23/0.52)	

CMYK percentages

%0
%18.85
%22.95
%52.16

Codes

Color #7A635E in popluar color models

7A635E
RGB1229994
HSL11°12.96%42.35%
HSB/HSV11°22.95%47.84%
CMYK0.00%18.85%22.95%
52.16%

Color #7A635E in popluar number systems.

HEX7A635E
Decimal1229994
Binary111101011000111011110
Octal172143136

Shades and tints

Shades of #7A635E

#7A635E
(122,99,94)
#6F5A56
(111,90,86)
#64514E
(100,81,78)
#594846
(89,72,70)
#4E3F3E
(78,63,62)
#433636
(67,54,54)
#382D2E
(56,45,46)
#2D2426
(45,36,38)
#221B1E
(34,27,30)
#171216
(23,18,22)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #7A635E

#7A635E
(122,99,94)
#86716C
(134,113,108)
#927F7A
(146,127,122)
#9E8D88
(158,141,136)
#AA9B96
(170,155,150)
#B6A9A4
(182,169,164)
#C2B7B2
(194,183,178)
#CEC5C0
(206,197,192)
#DAD3CE
(218,211,206)
#E6E1DC
(230,225,220)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A635E; }

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

This text font color is #7A635E.


Background Color

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

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

This div background color is #7A635E.


Border color

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

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

This div border color is #7A635E.


Opacity

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

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

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

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

This text has shadow with #7A635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A635E on black background.


Color preview on white background

This text has color #7A635E on white background.



Black color preview on #7A635E background

This text has black color on #7A635E background.


White color preview on #7A635E background

This text has white color on #7A635E background.