COLOR #7A677A

HEX: #7A677A
RGB: (122,103,122)

Color info

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

RGB color model

#7A677A color RGB value is (122,103,122).

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

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 122 of 255 = 48%

122
103
122

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

Portions of RGB colors in percentages

R + G + B =
122 + 103 + 122 = 347 (100%)
R 122 of 347 ~ 35.16%
G 103 of 347 ~ 29.68%
B 122 of 347 ~ 35.16%

%35.16
%29.68
%35.16

CMYK color model

#7A677A color CMYK value is (0,16,0,52).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(0,16,0,52)
C0M16Y0K52 
(0%,16%,0%,52%)
(0.00/0.16/0.00/0.52)	

CMYK percentages

%0
%15.57
%0
%52.16

Codes

Color #7A677A in popluar color models

7A677A
RGB122103122
HSL300°8.44%44.12%
HSB/HSV300°15.57%47.84%
CMYK0.00%15.57%0.00%
52.16%

Color #7A677A in popluar number systems.

HEX7A677A
Decimal122103122
Binary111101011001111111010
Octal172147172

Shades and tints

Shades of #7A677A

#7A677A
(122,103,122)
#6F5E6F
(111,94,111)
#645564
(100,85,100)
#594C59
(89,76,89)
#4E434E
(78,67,78)
#433A43
(67,58,67)
#383138
(56,49,56)
#2D282D
(45,40,45)
#221F22
(34,31,34)
#171617
(23,22,23)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #7A677A

#7A677A
(122,103,122)
#867486
(134,116,134)
#928192
(146,129,146)
#9E8E9E
(158,142,158)
#AA9BAA
(170,155,170)
#B6A8B6
(182,168,182)
#C2B5C2
(194,181,194)
#CEC2CE
(206,194,206)
#DACFDA
(218,207,218)
#E6DCE6
(230,220,230)
#F2E9F2
(242,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A677A; }

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

This text font color is #7A677A.


Background Color

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

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

This div background color is #7A677A.


Border color

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

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

This div border color is #7A677A.


Opacity

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

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

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

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

This text has shadow with #7A677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A677A on black background.


Color preview on white background

This text has color #7A677A on white background.



Black color preview on #7A677A background

This text has black color on #7A677A background.


White color preview on #7A677A background

This text has white color on #7A677A background.