COLOR #755A7C

HEX: #755A7C
RGB: (117,90,124)

Color info

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

RGB color model

#755A7C color RGB value is (117,90,124).

  • red value is 117;
  • green value is 90;
  • blue value is 124.
RGB:
(117,90,124)
(46%,35%,49%)

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 124 of 255 = 49%

117
90
124

R + G + B ~ 43%. #755A7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 90 + 124 = 331 (100%)
R 117 of 331 ~ 35.35%
G 90 of 331 ~ 27.19%
B 124 of 331 ~ 37.46%

%35.35
%27.19
%37.46

CMYK color model

#755A7C color CMYK value is (6,27,0,51).

  • cyan value is 5.65%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,27,0,51)
C6M27Y0K51 
(6%,27%,0%,51%)
(0.06/0.27/0.00/0.51)	

CMYK percentages

%5.65
%27.42
%0
%51.37

Codes

Color #755A7C in popluar color models

755A7C
RGB11790124
HSL288°15.89%41.96%
HSB/HSV288°27.42%48.63%
CMYK5.65%27.42%0.00%
51.37%

Color #755A7C in popluar number systems.

HEX755A7C
Decimal11790124
Binary111010110110101111100
Octal165132174

Shades and tints

Shades of #755A7C

#755A7C
(117,90,124)
#6B5271
(107,82,113)
#614A66
(97,74,102)
#57425B
(87,66,91)
#4D3A50
(77,58,80)
#433245
(67,50,69)
#392A3A
(57,42,58)
#2F222F
(47,34,47)
#251A24
(37,26,36)
#1B1219
(27,18,25)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #755A7C

#755A7C
(117,90,124)
#816987
(129,105,135)
#8D7892
(141,120,146)
#99879D
(153,135,157)
#A596A8
(165,150,168)
#B1A5B3
(177,165,179)
#BDB4BE
(189,180,190)
#C9C3C9
(201,195,201)
#D5D2D4
(213,210,212)
#E1E1DF
(225,225,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755A7C color. Also use rgb(117,90,124) instead hex code.

Text Font Color

.myTextColor { color: #755A7C; }

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

This text font color is #755A7C.


Background Color

.myBgColor { background-color: #755A7C; }

<div style="background-color:#755A7C">Inner text</div>

This div background color is #755A7C.


Border color

.myBorderColor { border: 1px solid #755A7C; }

<div style="border:3px solid #755A7C">Div</div>

This div border color is #755A7C.


Opacity

.myOpacity80 { color: #755A7C; opacity: 0.8; }

<p style="color:#755A7C;opacity:0.8;">80%</p>

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

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

This text has shadow with #755A7C color.

.textShadow {text-shadow: 3px 3px 1px #755A7C, 3px 3px 1px red;}

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

This text has shadow with #755A7C primary color and red secondary color.


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

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

This text has shadow with #755A7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755A7C on black background.


Color preview on white background

This text has color #755A7C on white background.



Black color preview on #755A7C background

This text has black color on #755A7C background.


White color preview on #755A7C background

This text has white color on #755A7C background.