COLOR #7A7783

HEX: #7A7783
RGB: (122,119,131)

Color info

#7A7783 contains red, green and blue colors in about the same proportion. Web safe color of #7A7783 is #666699 (or #669).

RGB color model

#7A7783 color RGB value is (122,119,131).

  • red value is 122;
  • green value is 119;
  • blue value is 131.
RGB:
(122,119,131)
(48%,47%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 131 of 255 = 51%

122
119
131

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 131 = 372 (100%)
R 122 of 372 ~ 32.8%
G 119 of 372 ~ 31.99%
B 131 of 372 ~ 35.22%

%32.8
%31.99
%35.22

CMYK color model

#7A7783 color CMYK value is (7,9,0,49).

  • cyan value is 6.87%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(7,9,0,49)
C7M9Y0K49 
(7%,9%,0%,49%)
(0.07/0.09/0.00/0.49)	

CMYK percentages

%6.87
%9.16
%0
%48.63

Codes

Color #7A7783 in popluar color models

7A7783
RGB122119131
HSL255°4.80%49.02%
HSB/HSV255°9.16%51.37%
CMYK6.87%9.16%0.00%
48.63%

Color #7A7783 in popluar number systems.

HEX7A7783
Decimal122119131
Binary1111010111011110000011
Octal172167203

Shades and tints

Shades of #7A7783

#7A7783
(122,119,131)
#6F6D78
(111,109,120)
#64636D
(100,99,109)
#595962
(89,89,98)
#4E4F57
(78,79,87)
#43454C
(67,69,76)
#383B41
(56,59,65)
#2D3136
(45,49,54)
#22272B
(34,39,43)
#171D20
(23,29,32)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #7A7783

#7A7783
(122,119,131)
#86838E
(134,131,142)
#928F99
(146,143,153)
#9E9BA4
(158,155,164)
#AAA7AF
(170,167,175)
#B6B3BA
(182,179,186)
#C2BFC5
(194,191,197)
#CECBD0
(206,203,208)
#DAD7DB
(218,215,219)
#E6E3E6
(230,227,230)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7783; }

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

This text font color is #7A7783.


Background Color

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

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

This div background color is #7A7783.


Border color

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

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

This div border color is #7A7783.


Opacity

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

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

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

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

This text has shadow with #7A7783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7783 on black background.


Color preview on white background

This text has color #7A7783 on white background.



Black color preview on #7A7783 background

This text has black color on #7A7783 background.


White color preview on #7A7783 background

This text has white color on #7A7783 background.