COLOR #7A6272

HEX: #7A6272
RGB: (122,98,114)

Color info

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

RGB color model

#7A6272 color RGB value is (122,98,114).

  • red value is 122;
  • green value is 98;
  • blue value is 114.
RGB:
(122,98,114)
(48%,38%,45%)

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 114 of 255 = 45%

122
98
114

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

Portions of RGB colors in percentages

R + G + B =
122 + 98 + 114 = 334 (100%)
R 122 of 334 ~ 36.53%
G 98 of 334 ~ 29.34%
B 114 of 334 ~ 34.13%

%36.53
%29.34
%34.13

CMYK color model

#7A6272 color CMYK value is (0,20,7,52).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(0,20,7,52)
C0M20Y7K52 
(0%,20%,7%,52%)
(0.00/0.20/0.07/0.52)	

CMYK percentages

%0
%19.67
%6.56
%52.16

Codes

Color #7A6272 in popluar color models

7A6272
RGB12298114
HSL320°10.91%43.14%
HSB/HSV320°19.67%47.84%
CMYK0.00%19.67%6.56%
52.16%

Color #7A6272 in popluar number systems.

HEX7A6272
Decimal12298114
Binary111101011000101110010
Octal172142162

Shades and tints

Shades of #7A6272

#7A6272
(122,98,114)
#6F5A68
(111,90,104)
#64525E
(100,82,94)
#594A54
(89,74,84)
#4E424A
(78,66,74)
#433A40
(67,58,64)
#383236
(56,50,54)
#2D2A2C
(45,42,44)
#222222
(34,34,34)
#171A18
(23,26,24)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #7A6272

#7A6272
(122,98,114)
#86707E
(134,112,126)
#927E8A
(146,126,138)
#9E8C96
(158,140,150)
#AA9AA2
(170,154,162)
#B6A8AE
(182,168,174)
#C2B6BA
(194,182,186)
#CEC4C6
(206,196,198)
#DAD2D2
(218,210,210)
#E6E0DE
(230,224,222)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6272 color. Also use rgb(122,98,114) instead hex code.

Text Font Color

.myTextColor { color: #7A6272; }

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

This text font color is #7A6272.


Background Color

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

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

This div background color is #7A6272.


Border color

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

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

This div border color is #7A6272.


Opacity

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

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

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

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

This text has shadow with #7A6272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6272 on black background.


Color preview on white background

This text has color #7A6272 on white background.



Black color preview on #7A6272 background

This text has black color on #7A6272 background.


White color preview on #7A6272 background

This text has white color on #7A6272 background.