COLOR #755773

HEX: #755773
RGB: (117,87,115)

Color info

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

RGB color model

#755773 color RGB value is (117,87,115).

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

RGB channels and saturation

R 117 of 255 = 46%
G 87 of 255 = 34%
B 115 of 255 = 45%

117
87
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 87 + 115 = 319 (100%)
R 117 of 319 ~ 36.68%
G 87 of 319 ~ 27.27%
B 115 of 319 ~ 36.05%

%36.68
%27.27
%36.05

CMYK color model

#755773 color CMYK value is (0,26,2,54).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 1.71%
  • key color value is 54.12%
CMYK:
(0,26,2,54)
C0M26Y2K54 
(0%,26%,2%,54%)
(0.00/0.26/0.02/0.54)	

CMYK percentages

%0
%25.64
%1.71
%54.12

Codes

Color #755773 in popluar color models

755773
RGB11787115
HSL304°14.71%40.00%
HSB/HSV304°25.64%45.88%
CMYK0.00%25.64%1.71%
54.12%

Color #755773 in popluar number systems.

HEX755773
Decimal11787115
Binary111010110101111110011
Octal165127163

Shades and tints

Shades of #755773

#755773
(117,87,115)
#6B5069
(107,80,105)
#61495F
(97,73,95)
#574255
(87,66,85)
#4D3B4B
(77,59,75)
#433441
(67,52,65)
#392D37
(57,45,55)
#2F262D
(47,38,45)
#251F23
(37,31,35)
#1B1819
(27,24,25)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #755773

#755773
(117,87,115)
#81667F
(129,102,127)
#8D758B
(141,117,139)
#998497
(153,132,151)
#A593A3
(165,147,163)
#B1A2AF
(177,162,175)
#BDB1BB
(189,177,187)
#C9C0C7
(201,192,199)
#D5CFD3
(213,207,211)
#E1DEDF
(225,222,223)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755773; }

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

This text font color is #755773.


Background Color

.myBgColor { background-color: #755773; }

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

This div background color is #755773.


Border color

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

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

This div border color is #755773.


Opacity

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

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

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

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

This text has shadow with #755773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755773 on black background.


Color preview on white background

This text has color #755773 on white background.



Black color preview on #755773 background

This text has black color on #755773 background.


White color preview on #755773 background

This text has white color on #755773 background.