COLOR #75659E

HEX: #75659E
RGB: (117,101,158)

Color info

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

RGB color model

#75659E color RGB value is (117,101,158).

  • red value is 117;
  • green value is 101;
  • blue value is 158.
RGB: (117,101,158) (46%,40%,62%)

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 158 of 255 = 62%

117
101
158

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 158 = 376 (100%)
R 117 of 376 ~ 31.12%
G 101 of 376 ~ 26.86%
B 158 of 376 ~ 42.02%

%31.12
%26.86
%42.02

CMYK color model

#75659E color CMYK value is (26,36,0,38).

  • cyan value is 25.95%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (26,36,0,38) C26M36Y0K38 (26%,36%,0%,38%) (0.26/0.36/0.00/0.38)

CMYK percentages

%25.95
%36.08
%0
%38.04

Codes

Color #75659E in popluar color models

75659E
RGB117101158
HSL257°22.71%50.78%
HSB/HSV257°36.08%61.96%
CMYK25.95%36.08%0.00%
38.04%

Color #75659E in popluar number systems.

HEX75659E
Decimal117101158
Binary1110101110010110011110
Octal165145236

Shades and tints

Shades of #75659E

#75659E
(117,101,158)
#6B5C90
(107,92,144)
#615382
(97,83,130)
#574A74
(87,74,116)
#4D4166
(77,65,102)
#433858
(67,56,88)
#392F4A
(57,47,74)
#2F263C
(47,38,60)
#251D2E
(37,29,46)
#1B1420
(27,20,32)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #75659E

#75659E
(117,101,158)
#8173A6
(129,115,166)
#8D81AE
(141,129,174)
#998FB6
(153,143,182)
#A59DBE
(165,157,190)
#B1ABC6
(177,171,198)
#BDB9CE
(189,185,206)
#C9C7D6
(201,199,214)
#D5D5DE
(213,213,222)
#E1E3E6
(225,227,230)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75659E color. Also use rgb(117,101,158) instead hex code.

Text Font Color

.myTextColor { color: #75659E; }

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

This text font color is #75659E.


Background Color

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

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

This div background color is #75659E.


Border color

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

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

This div border color is #75659E.


Opacity

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

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

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

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

This text has shadow with #75659E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75659E on black background.


Color preview on white background

This text has color #75659E on white background.



Black color preview on #75659E background

This text has black color on #75659E background.


White color preview on #75659E background

This text has white color on #75659E background.