COLOR #755175

HEX: #755175
RGB: (117,81,117)

Color info

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

RGB color model

#755175 color RGB value is (117,81,117).

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

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 117 of 255 = 46%

117
81
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 117 = 315 (100%)
R 117 of 315 ~ 37.14%
G 81 of 315 ~ 25.71%
B 117 of 315 ~ 37.14%

%37.14
%25.71
%37.14

CMYK color model

#755175 color CMYK value is (0,31,0,54).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,31,0,54)
C0M31Y0K54 
(0%,31%,0%,54%)
(0.00/0.31/0.00/0.54)	

CMYK percentages

%0
%30.77
%0
%54.12

Codes

Color #755175 in popluar color models

755175
RGB11781117
HSL300°18.18%38.82%
HSB/HSV300°30.77%45.88%
CMYK0.00%30.77%0.00%
54.12%

Color #755175 in popluar number systems.

HEX755175
Decimal11781117
Binary111010110100011110101
Octal165121165

Shades and tints

Shades of #755175

#755175
(117,81,117)
#6B4A6B
(107,74,107)
#614361
(97,67,97)
#573C57
(87,60,87)
#4D354D
(77,53,77)
#432E43
(67,46,67)
#392739
(57,39,57)
#2F202F
(47,32,47)
#251925
(37,25,37)
#1B121B
(27,18,27)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #755175

#755175
(117,81,117)
#816081
(129,96,129)
#8D6F8D
(141,111,141)
#997E99
(153,126,153)
#A58DA5
(165,141,165)
#B19CB1
(177,156,177)
#BDABBD
(189,171,189)
#C9BAC9
(201,186,201)
#D5C9D5
(213,201,213)
#E1D8E1
(225,216,225)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755175; }

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

This text font color is #755175.


Background Color

.myBgColor { background-color: #755175; }

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

This div background color is #755175.


Border color

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

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

This div border color is #755175.


Opacity

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

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

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

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

This text has shadow with #755175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755175 on black background.


Color preview on white background

This text has color #755175 on white background.



Black color preview on #755175 background

This text has black color on #755175 background.


White color preview on #755175 background

This text has white color on #755175 background.