COLOR #7B758A

HEX: #7B758A
RGB: (123,117,138)

Color info

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

RGB color model

#7B758A color RGB value is (123,117,138).

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

RGB channels and saturation

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

123
117
138

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 138 = 378 (100%)
R 123 of 378 ~ 32.54%
G 117 of 378 ~ 30.95%
B 138 of 378 ~ 36.51%

%32.54
%30.95
%36.51

CMYK color model

#7B758A color CMYK value is (11,15,0,46).

  • cyan value is 10.87%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(11,15,0,46)
C11M15Y0K46 
(11%,15%,0%,46%)
(0.11/0.15/0.00/0.46)	

CMYK percentages

%10.87
%15.22
%0
%45.88

Codes

Color #7B758A in popluar color models

7B758A
RGB123117138
HSL257°8.24%50.00%
HSB/HSV257°15.22%54.12%
CMYK10.87%15.22%0.00%
45.88%

Color #7B758A in popluar number systems.

HEX7B758A
Decimal123117138
Binary1111011111010110001010
Octal173165212

Shades and tints

Shades of #7B758A

#7B758A
(123,117,138)
#706B7E
(112,107,126)
#656172
(101,97,114)
#5A5766
(90,87,102)
#4F4D5A
(79,77,90)
#44434E
(68,67,78)
#393942
(57,57,66)
#2E2F36
(46,47,54)
#23252A
(35,37,42)
#181B1E
(24,27,30)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7B758A

#7B758A
(123,117,138)
#878194
(135,129,148)
#938D9E
(147,141,158)
#9F99A8
(159,153,168)
#ABA5B2
(171,165,178)
#B7B1BC
(183,177,188)
#C3BDC6
(195,189,198)
#CFC9D0
(207,201,208)
#DBD5DA
(219,213,218)
#E7E1E4
(231,225,228)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B758A; }

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

This text font color is #7B758A.


Background Color

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

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

This div background color is #7B758A.


Border color

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

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

This div border color is #7B758A.


Opacity

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

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

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

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

This text has shadow with #7B758A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B758A on black background.


Color preview on white background

This text has color #7B758A on white background.



Black color preview on #7B758A background

This text has black color on #7B758A background.


White color preview on #7B758A background

This text has white color on #7B758A background.