COLOR #75456E

HEX: #75456E
RGB: (117,69,110)

Color info

#75456E contains red, green and blue colors in about the same proportion. Web safe color of #75456E is #663366 (or #636).

RGB color model

#75456E color RGB value is (117,69,110).

  • red value is 117;
  • green value is 69;
  • blue value is 110.
RGB:
(117,69,110)
(46%,27%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 69 of 255 = 27%
B 110 of 255 = 43%

117
69
110

R + G + B ~ 39%. #75456E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 69 + 110 = 296 (100%)
R 117 of 296 ~ 39.53%
G 69 of 296 ~ 23.31%
B 110 of 296 ~ 37.16%

%39.53
%23.31
%37.16

CMYK color model

#75456E color CMYK value is (0,41,6,54).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,41,6,54)
C0M41Y6K54 
(0%,41%,6%,54%)
(0.00/0.41/0.06/0.54)	

CMYK percentages

%0
%41.03
%5.98
%54.12

Codes

Color #75456E in popluar color models

75456E
RGB11769110
HSL309°25.81%36.47%
HSB/HSV309°41.03%45.88%
CMYK0.00%41.03%5.98%
54.12%

Color #75456E in popluar number systems.

HEX75456E
Decimal11769110
Binary111010110001011101110
Octal165105156

Shades and tints

Shades of #75456E

#75456E
(117,69,110)
#6B3F64
(107,63,100)
#61395A
(97,57,90)
#573350
(87,51,80)
#4D2D46
(77,45,70)
#43273C
(67,39,60)
#392132
(57,33,50)
#2F1B28
(47,27,40)
#25151E
(37,21,30)
#1B0F14
(27,15,20)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #75456E

#75456E
(117,69,110)
#81557B
(129,85,123)
#8D6588
(141,101,136)
#997595
(153,117,149)
#A585A2
(165,133,162)
#B195AF
(177,149,175)
#BDA5BC
(189,165,188)
#C9B5C9
(201,181,201)
#D5C5D6
(213,197,214)
#E1D5E3
(225,213,227)
#EDE5F0
(237,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75456E color. Also use rgb(117,69,110) instead hex code.

Text Font Color

.myTextColor { color: #75456E; }

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

This text font color is #75456E.


Background Color

.myBgColor { background-color: #75456E; }

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

This div background color is #75456E.


Border color

.myBorderColor { border: 1px solid #75456E; }

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

This div border color is #75456E.


Opacity

.myOpacity80 { color: #75456E; opacity: 0.8; }

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

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

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

This text has shadow with #75456E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75456E on black background.


Color preview on white background

This text has color #75456E on white background.



Black color preview on #75456E background

This text has black color on #75456E background.


White color preview on #75456E background

This text has white color on #75456E background.