COLOR #7A758A

HEX: #7A758A
RGB: (122,117,138)

Color info

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

RGB color model

#7A758A color RGB value is (122,117,138).

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

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 138 of 255 = 54%

122
117
138

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

Portions of RGB colors in percentages

R + G + B =
122 + 117 + 138 = 377 (100%)
R 122 of 377 ~ 32.36%
G 117 of 377 ~ 31.03%
B 138 of 377 ~ 36.6%

%32.36
%31.03
%36.6

CMYK color model

#7A758A color CMYK value is (12,15,0,46).

  • cyan value is 11.59%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(12,15,0,46)
C12M15Y0K46 
(12%,15%,0%,46%)
(0.12/0.15/0.00/0.46)	

CMYK percentages

%11.59
%15.22
%0
%45.88

Codes

Color #7A758A in popluar color models

7A758A
RGB122117138
HSL254°8.24%50.00%
HSB/HSV254°15.22%54.12%
CMYK11.59%15.22%0.00%
45.88%

Color #7A758A in popluar number systems.

HEX7A758A
Decimal122117138
Binary1111010111010110001010
Octal172165212

Shades and tints

Shades of #7A758A

#7A758A
(122,117,138)
#6F6B7E
(111,107,126)
#646172
(100,97,114)
#595766
(89,87,102)
#4E4D5A
(78,77,90)
#43434E
(67,67,78)
#383942
(56,57,66)
#2D2F36
(45,47,54)
#22252A
(34,37,42)
#171B1E
(23,27,30)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A758A

#7A758A
(122,117,138)
#868194
(134,129,148)
#928D9E
(146,141,158)
#9E99A8
(158,153,168)
#AAA5B2
(170,165,178)
#B6B1BC
(182,177,188)
#C2BDC6
(194,189,198)
#CEC9D0
(206,201,208)
#DAD5DA
(218,213,218)
#E6E1E4
(230,225,228)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A758A; }

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

This text font color is #7A758A.


Background Color

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

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

This div background color is #7A758A.


Border color

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

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

This div border color is #7A758A.


Opacity

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

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

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

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

This text has shadow with #7A758A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A758A on black background.


Color preview on white background

This text has color #7A758A on white background.



Black color preview on #7A758A background

This text has black color on #7A758A background.


White color preview on #7A758A background

This text has white color on #7A758A background.