COLOR #7A6872

HEX: #7A6872
RGB: (122,104,114)

Color info

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

RGB color model

#7A6872 color RGB value is (122,104,114).

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

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 114 of 255 = 45%

122
104
114

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

Portions of RGB colors in percentages

R + G + B =
122 + 104 + 114 = 340 (100%)
R 122 of 340 ~ 35.88%
G 104 of 340 ~ 30.59%
B 114 of 340 ~ 33.53%

%35.88
%30.59
%33.53

CMYK color model

#7A6872 color CMYK value is (0,15,7,52).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(0,15,7,52)
C0M15Y7K52 
(0%,15%,7%,52%)
(0.00/0.15/0.07/0.52)	

CMYK percentages

%0
%14.75
%6.56
%52.16

Codes

Color #7A6872 in popluar color models

7A6872
RGB122104114
HSL327°7.96%44.31%
HSB/HSV327°14.75%47.84%
CMYK0.00%14.75%6.56%
52.16%

Color #7A6872 in popluar number systems.

HEX7A6872
Decimal122104114
Binary111101011010001110010
Octal172150162

Shades and tints

Shades of #7A6872

#7A6872
(122,104,114)
#6F5F68
(111,95,104)
#64565E
(100,86,94)
#594D54
(89,77,84)
#4E444A
(78,68,74)
#433B40
(67,59,64)
#383236
(56,50,54)
#2D292C
(45,41,44)
#222022
(34,32,34)
#171718
(23,23,24)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #7A6872

#7A6872
(122,104,114)
#86757E
(134,117,126)
#92828A
(146,130,138)
#9E8F96
(158,143,150)
#AA9CA2
(170,156,162)
#B6A9AE
(182,169,174)
#C2B6BA
(194,182,186)
#CEC3C6
(206,195,198)
#DAD0D2
(218,208,210)
#E6DDDE
(230,221,222)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6872; }

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

This text font color is #7A6872.


Background Color

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

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

This div background color is #7A6872.


Border color

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

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

This div border color is #7A6872.


Opacity

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

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

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

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

This text has shadow with #7A6872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6872 on black background.


Color preview on white background

This text has color #7A6872 on white background.



Black color preview on #7A6872 background

This text has black color on #7A6872 background.


White color preview on #7A6872 background

This text has white color on #7A6872 background.