COLOR #755775

HEX: #755775
RGB: (117,87,117)

Color info

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

RGB color model

#755775 color RGB value is (117,87,117).

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

RGB channels and saturation

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

117
87
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 87 + 117 = 321 (100%)
R 117 of 321 ~ 36.45%
G 87 of 321 ~ 27.1%
B 117 of 321 ~ 36.45%

%36.45
%27.1
%36.45

CMYK color model

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

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

CMYK percentages

%0
%25.64
%0
%54.12

Codes

Color #755775 in popluar color models

755775
RGB11787117
HSL300°14.71%40.00%
HSB/HSV300°25.64%45.88%
CMYK0.00%25.64%0.00%
54.12%

Color #755775 in popluar number systems.

HEX755775
Decimal11787117
Binary111010110101111110101
Octal165127165

Shades and tints

Shades of #755775

#755775
(117,87,117)
#6B506B
(107,80,107)
#614961
(97,73,97)
#574257
(87,66,87)
#4D3B4D
(77,59,77)
#433443
(67,52,67)
#392D39
(57,45,57)
#2F262F
(47,38,47)
#251F25
(37,31,37)
#1B181B
(27,24,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #755775

#755775
(117,87,117)
#816681
(129,102,129)
#8D758D
(141,117,141)
#998499
(153,132,153)
#A593A5
(165,147,165)
#B1A2B1
(177,162,177)
#BDB1BD
(189,177,189)
#C9C0C9
(201,192,201)
#D5CFD5
(213,207,213)
#E1DEE1
(225,222,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755775; }

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

This text font color is #755775.


Background Color

.myBgColor { background-color: #755775; }

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

This div background color is #755775.


Border color

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

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

This div border color is #755775.


Opacity

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

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

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

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

This text has shadow with #755775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755775 on black background.


Color preview on white background

This text has color #755775 on white background.



Black color preview on #755775 background

This text has black color on #755775 background.


White color preview on #755775 background

This text has white color on #755775 background.