COLOR #7A647A

HEX: #7A647A RGB: (122,100,122)

Color info

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

RGB color model

#7A647A color RGB value is (122,100,122).

RGB: (122,100,122) (48%, 39%, 48%)

RGB channels and saturation

R 122 of 255 = 48%
G 100 of 255 = 39%
B 122 of 255 = 48%

122
100
122

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

Portions of RGB colors in percentages

R + G + B = 122 + 100 + 122 = 344 (100%)
R 122 of 344 ~ 35.47%
G 100 of 344 ~ 29.07%
B 122 of 344 ~ 35.47'%

%35.47
%29.07
%35.47

CMYK color model

#7A647A color CMYK value is (0,18,0,52).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (0,18,0,52)
C0M18Y0K52 (0%, 18%, 0%, 52%)
(0.00 / 0.18 / 0.00 / 0.52)

CMYK percentages

%0
%18.03
%0
%52.16

Codes

Color #7A647A in popluar color models

7A 64 7A
RGB 122 100 122
HSL 300° 9.91% 43.53%
HSB/HSV 300° 18.03% 47.84%
CMYK 0.00% 18.03% 0.00%
52.16%

Color #7A647A in popluar number systems.

HEX 7A 64 7A
Decimal 122 100 122
Binary 1111010 1100100 1111010
Octal 172 144 172

Shades and tints

Shades of #7A647A

#7A647A
(122,100,122)
#6F5B6F
(111,91,111)
#645264
(100,82,100)
#594959
(89,73,89)
#4E404E
(78,64,78)
#433743
(67,55,67)
#382E38
(56,46,56)
#2D252D
(45,37,45)
#221C22
(34,28,34)
#171317
(23,19,23)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #7A647A

#7A647A
(122,100,122)
#867286
(134,114,134)
#928092
(146,128,146)
#9E8E9E
(158,142,158)
#AA9CAA
(170,156,170)
#B6AAB6
(182,170,182)
#C2B8C2
(194,184,194)
#CEC6CE
(206,198,206)
#DAD4DA
(218,212,218)
#E6E2E6
(230,226,230)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A647A; }

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

This text font color is #7A647A.

Background Color

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

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

This div background color is #7A647A.

Border color

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

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

This div border color is #7A647A.

Opacity

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

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

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

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

This text has shadow with #7A647A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A647A.

Preview

Color preview on black background

This text has color #7A647A on black background.


Color preview on white background

This text has color #7A647A on white background.


Black color preview on #7A647A background

This text has black color on #7A647A background.


White color preview on #7A647A background

This text has white color on #7A647A background.


Related colors

Complementary color

Complementary color for #hex is #859B85.


I love getcolorcode.com

Triadic colors

1 #7A7A64 and #647A7A with #7A647A are triadic colors.

2 #7A647A and #647A7A with #7A647A are triadic colors.