COLOR #75638F

HEX: #75638F RGB: (117,99,143)

Color info

#75638F contains red, green and blue colors in about the same proportion. Web safe color of #75638F is #666699 (or #669).

RGB color model

#75638F color RGB value is (117,99,143).

RGB: (117,99,143) (46%, 39%, 56%)

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 143 of 255 = 56%

117
99
143

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

Portions of RGB colors in percentages

R + G + B = 117 + 99 + 143 = 359 (100%)
R 117 of 359 ~ 32.59%
G 99 of 359 ~ 27.58%
B 143 of 359 ~ 39.83'%

%32.59
%27.58
%39.83

CMYK color model

#75638F color CMYK value is (18,31,0,44).

  • cyan value is 18.18%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (18,31,0,44)
C18M31Y0K44 (18%, 31%, 0%, 44%)
(0.18 / 0.31 / 0.00 / 0.44)

CMYK percentages

%18.18
%30.77
%0
%43.92

Codes

Color #75638F in popluar color models

75 63 8F
RGB 117 99 143
HSL 265° 18.18% 47.45%
HSB/HSV 265° 30.77% 56.08%
CMYK 18.18% 30.77% 0.00%
43.92%

Color #75638F in popluar number systems.

HEX 75 63 8F
Decimal 117 99 143
Binary 1110101 1100011 10001111
Octal 165 143 217

Shades and tints

Shades of #75638F

#75638F
(117,99,143)
#6B5A82
(107,90,130)
#615175
(97,81,117)
#574868
(87,72,104)
#4D3F5B
(77,63,91)
#43364E
(67,54,78)
#392D41
(57,45,65)
#2F2434
(47,36,52)
#251B27
(37,27,39)
#1B121A
(27,18,26)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #75638F

#75638F
(117,99,143)
#817199
(129,113,153)
#8D7FA3
(141,127,163)
#998DAD
(153,141,173)
#A59BB7
(165,155,183)
#B1A9C1
(177,169,193)
#BDB7CB
(189,183,203)
#C9C5D5
(201,197,213)
#D5D3DF
(213,211,223)
#E1E1E9
(225,225,233)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75638F color. Also use rgb(117,99,143) instead hex code.

Text Font Color

.myTextColor { color: #75638F; }

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

This text font color is #75638F.

Background Color

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

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

This div background color is #75638F.

Border color

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

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

This div border color is #75638F.

Opacity

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

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

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

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

This text has shadow with #75638F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75638F.

Preview

Color preview on black background

This text has color #75638F on black background.


Color preview on white background

This text has color #75638F on white background.


Black color preview on #75638F background

This text has black color on #75638F background.


White color preview on #75638F background

This text has white color on #75638F background.


Related colors

Complementary color

Complementary color for #hex is #8A9C70.


I love getcolorcode.com

Triadic colors

1 #8F7563 and #638F75 with #75638F are triadic colors.

2 #8F6375 and #63758F with #75638F are triadic colors.