COLOR #7A6276

HEX: #7A6276 RGB: (122,98,118)

Color info

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

RGB color model

#7A6276 color RGB value is (122,98,118).

RGB: (122,98,118) (48%, 38%, 46%)

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 118 of 255 = 46%

122
98
118

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

Portions of RGB colors in percentages

R + G + B = 122 + 98 + 118 = 338 (100%)
R 122 of 338 ~ 36.09%
G 98 of 338 ~ 28.99%
B 118 of 338 ~ 34.91'%

%36.09
%28.99
%34.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 3.28%
  • key color value is 52.16%

CMYK: (0,20,3,52)
C0M20Y3K52 (0%, 20%, 3%, 52%)
(0.00 / 0.20 / 0.03 / 0.52)

CMYK percentages

%0
%19.67
%3.28
%52.16

Codes

Color #7A6276 in popluar color models

7A 62 76
RGB 122 98 118
HSL 310° 10.91% 43.14%
HSB/HSV 310° 19.67% 47.84%
CMYK 0.00% 19.67% 3.28%
52.16%

Color #7A6276 in popluar number systems.

HEX 7A 62 76
Decimal 122 98 118
Binary 1111010 1100010 1110110
Octal 172 142 166

Shades and tints

Shades of #7A6276

#7A6276
(122,98,118)
#6F5A6C
(111,90,108)
#645262
(100,82,98)
#594A58
(89,74,88)
#4E424E
(78,66,78)
#433A44
(67,58,68)
#38323A
(56,50,58)
#2D2A30
(45,42,48)
#222226
(34,34,38)
#171A1C
(23,26,28)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #7A6276

#7A6276
(122,98,118)
#867082
(134,112,130)
#927E8E
(146,126,142)
#9E8C9A
(158,140,154)
#AA9AA6
(170,154,166)
#B6A8B2
(182,168,178)
#C2B6BE
(194,182,190)
#CEC4CA
(206,196,202)
#DAD2D6
(218,210,214)
#E6E0E2
(230,224,226)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6276; }

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

This text font color is #7A6276.

Background Color

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

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

This div background color is #7A6276.

Border color

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

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

This div border color is #7A6276.

Opacity

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

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

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

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

This text has shadow with #7A6276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6276.

Preview

Color preview on black background

This text has color #7A6276 on black background.


Color preview on white background

This text has color #7A6276 on white background.


Black color preview on #7A6276 background

This text has black color on #7A6276 background.


White color preview on #7A6276 background

This text has white color on #7A6276 background.


Related colors

Complementary color

Complementary color for #hex is #859D89.


I love getcolorcode.com

Triadic colors

1 #767A62 and #62767A with #7A6276 are triadic colors.

2 #76627A and #627A76 with #7A6276 are triadic colors.