COLOR #7A635D

HEX: #7A635D
RGB: (122,99,93)

Color info

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

RGB color model

#7A635D color RGB value is (122,99,93).

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

RGB channels and saturation

R 122 of 255 = 48%
G 99 of 255 = 39%
B 93 of 255 = 36%

122
99
93

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

Portions of RGB colors in percentages

R + G + B =
122 + 99 + 93 = 314 (100%)
R 122 of 314 ~ 38.85%
G 99 of 314 ~ 31.53%
B 93 of 314 ~ 29.62%

%38.85
%31.53
%29.62

CMYK color model

#7A635D color CMYK value is (0,19,24,52).

  • cyan value is 0.00%
  • magenta value is 18.85%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,19,24,52)
C0M19Y24K52 
(0%,19%,24%,52%)
(0.00/0.19/0.24/0.52)	

CMYK percentages

%0
%18.85
%23.77
%52.16

Codes

Color #7A635D in popluar color models

7A635D
RGB1229993
HSL12°13.49%42.16%
HSB/HSV12°23.77%47.84%
CMYK0.00%18.85%23.77%
52.16%

Color #7A635D in popluar number systems.

HEX7A635D
Decimal1229993
Binary111101011000111011101
Octal172143135

Shades and tints

Shades of #7A635D

#7A635D
(122,99,93)
#6F5A55
(111,90,85)
#64514D
(100,81,77)
#594845
(89,72,69)
#4E3F3D
(78,63,61)
#433635
(67,54,53)
#382D2D
(56,45,45)
#2D2425
(45,36,37)
#221B1D
(34,27,29)
#171215
(23,18,21)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #7A635D

#7A635D
(122,99,93)
#86716B
(134,113,107)
#927F79
(146,127,121)
#9E8D87
(158,141,135)
#AA9B95
(170,155,149)
#B6A9A3
(182,169,163)
#C2B7B1
(194,183,177)
#CEC5BF
(206,197,191)
#DAD3CD
(218,211,205)
#E6E1DB
(230,225,219)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A635D; }

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

This text font color is #7A635D.


Background Color

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

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

This div background color is #7A635D.


Border color

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

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

This div border color is #7A635D.


Opacity

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

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

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

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

This text has shadow with #7A635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A635D on black background.


Color preview on white background

This text has color #7A635D on white background.



Black color preview on #7A635D background

This text has black color on #7A635D background.


White color preview on #7A635D background

This text has white color on #7A635D background.