COLOR #75467F

HEX: #75467F RGB: (117,70,127)

Color info

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

RGB color model

#75467F color RGB value is (117,70,127).

RGB: (117,70,127) (46%, 27%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 70 of 255 = 27%
B 127 of 255 = 50%

117
70
127

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

Portions of RGB colors in percentages

R + G + B = 117 + 70 + 127 = 314 (100%)
R 117 of 314 ~ 37.26%
G 70 of 314 ~ 22.29%
B 127 of 314 ~ 40.45'%

%37.26
%22.29
%40.45

CMYK color model

#75467F color CMYK value is (8,45,0,50).

  • cyan value is 7.87%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (8,45,0,50)
C8M45Y0K50 (8%, 45%, 0%, 50%)
(0.08 / 0.45 / 0.00 / 0.50)

CMYK percentages

%7.87
%44.88
%0
%50.2

Codes

Color #75467F in popluar color models

75 46 7F
RGB 117 70 127
HSL 289° 28.93% 38.63%
HSB/HSV 289° 44.88% 49.80%
CMYK 7.87% 44.88% 0.00%
50.20%

Color #75467F in popluar number systems.

HEX 75 46 7F
Decimal 117 70 127
Binary 1110101 1000110 1111111
Octal 165 106 177

Shades and tints

Shades of #75467F

#75467F
(117,70,127)
#6B4074
(107,64,116)
#613A69
(97,58,105)
#57345E
(87,52,94)
#4D2E53
(77,46,83)
#432848
(67,40,72)
#39223D
(57,34,61)
#2F1C32
(47,28,50)
#251627
(37,22,39)
#1B101C
(27,16,28)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #75467F

#75467F
(117,70,127)
#81568A
(129,86,138)
#8D6695
(141,102,149)
#9976A0
(153,118,160)
#A586AB
(165,134,171)
#B196B6
(177,150,182)
#BDA6C1
(189,166,193)
#C9B6CC
(201,182,204)
#D5C6D7
(213,198,215)
#E1D6E2
(225,214,226)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75467F color. Also use rgb(117,70,127) instead hex code.

Text Font Color

.myTextColor { color: #75467F; }

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

This text font color is #75467F.

Background Color

.myBgColor { background-color: #75467F; }

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

This div background color is #75467F.

Border color

.myBorderColor { border: 1px solid #75467F; }

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

This div border color is #75467F.

Opacity

.myOpacity80 { color: #75467F; opacity: 0.8; }

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

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

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

This text has shadow with #75467F color.


.textShadow {text-shadow: 3px 3px 1px #75467F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75467F; -webkit-box-shadow: 1px 1px 3px 2px #75467F; box-shadow:1px 1px 3px 2px #75467F;">
Div content here
</div>

This div box has shadow with color #75467F.

Preview

Color preview on black background

This text has color #75467F on black background.


Color preview on white background

This text has color #75467F on white background.


Black color preview on #75467F background

This text has black color on #75467F background.


White color preview on #75467F background

This text has white color on #75467F background.


Related colors

Complementary color

Complementary color for #hex is #8AB980.


I love getcolorcode.com

Triadic colors

1 #7F7546 and #467F75 with #75467F are triadic colors.

2 #7F4675 and #46757F with #75467F are triadic colors.