COLOR #755973

HEX: #755973
RGB: (117,89,115)

Color info

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

RGB color model

#755973 color RGB value is (117,89,115).

  • red value is 117;
  • green value is 89;
  • blue value is 115.
RGB:
(117,89,115)
(46%,35%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 89 of 255 = 35%
B 115 of 255 = 45%

117
89
115

R + G + B ~ 42%. #755973 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 89 + 115 = 321 (100%)
R 117 of 321 ~ 36.45%
G 89 of 321 ~ 27.73%
B 115 of 321 ~ 35.83%

%36.45
%27.73
%35.83

CMYK color model

#755973 color CMYK value is (0,24,2,54).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 1.71%
  • key color value is 54.12%
CMYK:
(0,24,2,54)
C0M24Y2K54 
(0%,24%,2%,54%)
(0.00/0.24/0.02/0.54)	

CMYK percentages

%0
%23.93
%1.71
%54.12

Codes

Color #755973 in popluar color models

755973
RGB11789115
HSL304°13.59%40.39%
HSB/HSV304°23.93%45.88%
CMYK0.00%23.93%1.71%
54.12%

Color #755973 in popluar number systems.

HEX755973
Decimal11789115
Binary111010110110011110011
Octal165131163

Shades and tints

Shades of #755973

#755973
(117,89,115)
#6B5169
(107,81,105)
#61495F
(97,73,95)
#574155
(87,65,85)
#4D394B
(77,57,75)
#433141
(67,49,65)
#392937
(57,41,55)
#2F212D
(47,33,45)
#251923
(37,25,35)
#1B1119
(27,17,25)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #755973

#755973
(117,89,115)
#81687F
(129,104,127)
#8D778B
(141,119,139)
#998697
(153,134,151)
#A595A3
(165,149,163)
#B1A4AF
(177,164,175)
#BDB3BB
(189,179,187)
#C9C2C7
(201,194,199)
#D5D1D3
(213,209,211)
#E1E0DF
(225,224,223)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755973 color. Also use rgb(117,89,115) instead hex code.

Text Font Color

.myTextColor { color: #755973; }

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

This text font color is #755973.


Background Color

.myBgColor { background-color: #755973; }

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

This div background color is #755973.


Border color

.myBorderColor { border: 1px solid #755973; }

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

This div border color is #755973.


Opacity

.myOpacity80 { color: #755973; opacity: 0.8; }

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

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

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

This text has shadow with #755973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755973 on black background.


Color preview on white background

This text has color #755973 on white background.



Black color preview on #755973 background

This text has black color on #755973 background.


White color preview on #755973 background

This text has white color on #755973 background.