COLOR #7A758B

HEX: #7A758B
RGB: (122,117,139)

Color info

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

RGB color model

#7A758B color RGB value is (122,117,139).

  • red value is 122;
  • green value is 117;
  • blue value is 139.
RGB:
(122,117,139)
(48%,46%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 139 of 255 = 55%

122
117
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 117 + 139 = 378 (100%)
R 122 of 378 ~ 32.28%
G 117 of 378 ~ 30.95%
B 139 of 378 ~ 36.77%

%32.28
%30.95
%36.77

CMYK color model

#7A758B color CMYK value is (12,16,0,45).

  • cyan value is 12.23%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(12,16,0,45)
C12M16Y0K45 
(12%,16%,0%,45%)
(0.12/0.16/0.00/0.45)	

CMYK percentages

%12.23
%15.83
%0
%45.49

Codes

Color #7A758B in popluar color models

7A758B
RGB122117139
HSL254°8.66%50.20%
HSB/HSV254°15.83%54.51%
CMYK12.23%15.83%0.00%
45.49%

Color #7A758B in popluar number systems.

HEX7A758B
Decimal122117139
Binary1111010111010110001011
Octal172165213

Shades and tints

Shades of #7A758B

#7A758B
(122,117,139)
#6F6B7F
(111,107,127)
#646173
(100,97,115)
#595767
(89,87,103)
#4E4D5B
(78,77,91)
#43434F
(67,67,79)
#383943
(56,57,67)
#2D2F37
(45,47,55)
#22252B
(34,37,43)
#171B1F
(23,27,31)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #7A758B

#7A758B
(122,117,139)
#868195
(134,129,149)
#928D9F
(146,141,159)
#9E99A9
(158,153,169)
#AAA5B3
(170,165,179)
#B6B1BD
(182,177,189)
#C2BDC7
(194,189,199)
#CEC9D1
(206,201,209)
#DAD5DB
(218,213,219)
#E6E1E5
(230,225,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A758B; }

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

This text font color is #7A758B.


Background Color

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

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

This div background color is #7A758B.


Border color

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

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

This div border color is #7A758B.


Opacity

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

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

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

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

This text has shadow with #7A758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A758B on black background.


Color preview on white background

This text has color #7A758B on white background.



Black color preview on #7A758B background

This text has black color on #7A758B background.


White color preview on #7A758B background

This text has white color on #7A758B background.