COLOR #752955

HEX: #752955
RGB: (117,41,85)

Color info

#752955 contains mainly red and blue colors. Web safe color of #752955 is #663366 (or #636).

RGB color model

#752955 color RGB value is (117,41,85).

  • red value is 117;
  • green value is 41;
  • blue value is 85.
RGB: (117,41,85) (46%,16%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 41 of 255 = 16%
B 85 of 255 = 33%

117
41
85

R + G + B ~ 32%. #752955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 41 + 85 = 243 (100%)
R 117 of 243 ~ 48.15%
G 41 of 243 ~ 16.87%
B 85 of 243 ~ 34.98%

%48.15
%16.87
%34.98

CMYK color model

#752955 color CMYK value is (0,65,27,54).

  • cyan value is 0.00%
  • magenta value is 64.96%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK: (0,65,27,54) C0M65Y27K54 (0%,65%,27%,54%) (0.00/0.65/0.27/0.54)

CMYK percentages

%0
%64.96
%27.35
%54.12

Codes

Color #752955 in popluar color models

752955
RGB1174185
HSL325°48.10%30.98%
HSB/HSV325°64.96%45.88%
CMYK0.00%64.96%27.35%
54.12%

Color #752955 in popluar number systems.

HEX752955
Decimal1174185
Binary11101011010011010101
Octal16551125

Shades and tints

Shades of #752955

#752955
(117,41,85)
#6B264E
(107,38,78)
#612347
(97,35,71)
#572040
(87,32,64)
#4D1D39
(77,29,57)
#431A32
(67,26,50)
#39172B
(57,23,43)
#2F1424
(47,20,36)
#25111D
(37,17,29)
#1B0E16
(27,14,22)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #752955

#752955
(117,41,85)
#813C64
(129,60,100)
#8D4F73
(141,79,115)
#996282
(153,98,130)
#A57591
(165,117,145)
#B188A0
(177,136,160)
#BD9BAF
(189,155,175)
#C9AEBE
(201,174,190)
#D5C1CD
(213,193,205)
#E1D4DC
(225,212,220)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752955; }

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

This text font color is #752955.


Background Color

.myBgColor { background-color: #752955; }

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

This div background color is #752955.


Border color

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

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

This div border color is #752955.


Opacity

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

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

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

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

This text has shadow with #752955 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #752955 on black background.


Color preview on white background

This text has color #752955 on white background.



Black color preview on #752955 background

This text has black color on #752955 background.


White color preview on #752955 background

This text has white color on #752955 background.