COLOR #75508E

HEX: #75508E RGB: (117,80,142)

Color info

#75508E contains mainly red and blue colors. Web safe color of #75508E is #666699 (or #669).

RGB color model

#75508E color RGB value is (117,80,142).

RGB: (117,80,142) (46%, 31%, 56%)

RGB channels and saturation

R 117 of 255 = 46%
G 80 of 255 = 31%
B 142 of 255 = 56%

117
80
142

R + G + B ~ 44%. #75508E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 80 + 142 = 339 (100%)
R 117 of 339 ~ 34.51%
G 80 of 339 ~ 23.6%
B 142 of 339 ~ 41.89'%

%34.51
%23.6
%41.89

CMYK color model

#75508E color CMYK value is (18,44,0,44).

  • cyan value is 17.61%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (18,44,0,44)
C18M44Y0K44 (18%, 44%, 0%, 44%)
(0.18 / 0.44 / 0.00 / 0.44)

CMYK percentages

%17.61
%43.66
%0
%44.31

Codes

Color #75508E in popluar color models

75 50 8E
RGB 117 80 142
HSL 276° 27.93% 43.53%
HSB/HSV 276° 43.66% 55.69%
CMYK 17.61% 43.66% 0.00%
44.31%

Color #75508E in popluar number systems.

HEX 75 50 8E
Decimal 117 80 142
Binary 1110101 1010000 10001110
Octal 165 120 216

Shades and tints

Shades of #75508E

#75508E
(117,80,142)
#6B4982
(107,73,130)
#614276
(97,66,118)
#573B6A
(87,59,106)
#4D345E
(77,52,94)
#432D52
(67,45,82)
#392646
(57,38,70)
#2F1F3A
(47,31,58)
#25182E
(37,24,46)
#1B1122
(27,17,34)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #75508E

#75508E
(117,80,142)
#815F98
(129,95,152)
#8D6EA2
(141,110,162)
#997DAC
(153,125,172)
#A58CB6
(165,140,182)
#B19BC0
(177,155,192)
#BDAACA
(189,170,202)
#C9B9D4
(201,185,212)
#D5C8DE
(213,200,222)
#E1D7E8
(225,215,232)
#EDE6F2
(237,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75508E color. Also use rgb(117,80,142) instead hex code.

Text Font Color

.myTextColor { color: #75508E; }

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

This text font color is #75508E.

Background Color

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

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

This div background color is #75508E.

Border color

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

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

This div border color is #75508E.

Opacity

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

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

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

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

This text has shadow with #75508E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75508E.

Preview

Color preview on black background

This text has color #75508E on black background.


Color preview on white background

This text has color #75508E on white background.


Black color preview on #75508E background

This text has black color on #75508E background.


White color preview on #75508E background

This text has white color on #75508E background.


Related colors

Complementary color

Complementary color for #hex is #8AAF71.


I love getcolorcode.com

Triadic colors

1 #8E7550 and #508E75 with #75508E are triadic colors.

2 #8E5075 and #50758E with #75508E are triadic colors.