COLOR #7A5E65

HEX: #7A5E65
RGB: (122,94,101)

Color info

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

RGB color model

#7A5E65 color RGB value is (122,94,101).

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

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 101 of 255 = 40%

122
94
101

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

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 101 = 317 (100%)
R 122 of 317 ~ 38.49%
G 94 of 317 ~ 29.65%
B 101 of 317 ~ 31.86%

%38.49
%29.65
%31.86

CMYK color model

#7A5E65 color CMYK value is (0,23,17,52).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(0,23,17,52)
C0M23Y17K52 
(0%,23%,17%,52%)
(0.00/0.23/0.17/0.52)	

CMYK percentages

%0
%22.95
%17.21
%52.16

Codes

Color #7A5E65 in popluar color models

7A5E65
RGB12294101
HSL345°12.96%42.35%
HSB/HSV345°22.95%47.84%
CMYK0.00%22.95%17.21%
52.16%

Color #7A5E65 in popluar number systems.

HEX7A5E65
Decimal12294101
Binary111101010111101100101
Octal172136145

Shades and tints

Shades of #7A5E65

#7A5E65
(122,94,101)
#6F565C
(111,86,92)
#644E53
(100,78,83)
#59464A
(89,70,74)
#4E3E41
(78,62,65)
#433638
(67,54,56)
#382E2F
(56,46,47)
#2D2626
(45,38,38)
#221E1D
(34,30,29)
#171614
(23,22,20)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #7A5E65

#7A5E65
(122,94,101)
#866C73
(134,108,115)
#927A81
(146,122,129)
#9E888F
(158,136,143)
#AA969D
(170,150,157)
#B6A4AB
(182,164,171)
#C2B2B9
(194,178,185)
#CEC0C7
(206,192,199)
#DACED5
(218,206,213)
#E6DCE3
(230,220,227)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5E65; }

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

This text font color is #7A5E65.


Background Color

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

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

This div background color is #7A5E65.


Border color

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

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

This div border color is #7A5E65.


Opacity

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

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

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

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

This text has shadow with #7A5E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E65 on black background.


Color preview on white background

This text has color #7A5E65 on white background.



Black color preview on #7A5E65 background

This text has black color on #7A5E65 background.


White color preview on #7A5E65 background

This text has white color on #7A5E65 background.