COLOR #75698D

HEX: #75698D
RGB: (117,105,141)

Color info

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

RGB color model

#75698D color RGB value is (117,105,141).

  • red value is 117;
  • green value is 105;
  • blue value is 141.
RGB:
(117,105,141)
(46%,41%,55%)

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 141 of 255 = 55%

117
105
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 141 = 363 (100%)
R 117 of 363 ~ 32.23%
G 105 of 363 ~ 28.93%
B 141 of 363 ~ 38.84%

%32.23
%28.93
%38.84

CMYK color model

#75698D color CMYK value is (17,26,0,45).

  • cyan value is 17.02%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,26,0,45)
C17M26Y0K45 
(17%,26%,0%,45%)
(0.17/0.26/0.00/0.45)	

CMYK percentages

%17.02
%25.53
%0
%44.71

Codes

Color #75698D in popluar color models

75698D
RGB117105141
HSL260°14.63%48.24%
HSB/HSV260°25.53%55.29%
CMYK17.02%25.53%0.00%
44.71%

Color #75698D in popluar number systems.

HEX75698D
Decimal117105141
Binary1110101110100110001101
Octal165151215

Shades and tints

Shades of #75698D

#75698D
(117,105,141)
#6B6081
(107,96,129)
#615775
(97,87,117)
#574E69
(87,78,105)
#4D455D
(77,69,93)
#433C51
(67,60,81)
#393345
(57,51,69)
#2F2A39
(47,42,57)
#25212D
(37,33,45)
#1B1821
(27,24,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #75698D

#75698D
(117,105,141)
#817697
(129,118,151)
#8D83A1
(141,131,161)
#9990AB
(153,144,171)
#A59DB5
(165,157,181)
#B1AABF
(177,170,191)
#BDB7C9
(189,183,201)
#C9C4D3
(201,196,211)
#D5D1DD
(213,209,221)
#E1DEE7
(225,222,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75698D color. Also use rgb(117,105,141) instead hex code.

Text Font Color

.myTextColor { color: #75698D; }

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

This text font color is #75698D.


Background Color

.myBgColor { background-color: #75698D; }

<div style="background-color:#75698D">Inner text</div>

This div background color is #75698D.


Border color

.myBorderColor { border: 1px solid #75698D; }

<div style="border:3px solid #75698D">Div</div>

This div border color is #75698D.


Opacity

.myOpacity80 { color: #75698D; opacity: 0.8; }

<p style="color:#75698D;opacity:0.8;">80%</p>

Text with #75698D 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 #75698D;}

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

This text has shadow with #75698D color.

.textShadow {text-shadow: 3px 3px 1px #75698D, 3px 3px 1px red;}

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

This text has shadow with #75698D primary color and red secondary color.


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

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

This text has shadow with #75698D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75698D on black background.


Color preview on white background

This text has color #75698D on white background.



Black color preview on #75698D background

This text has black color on #75698D background.


White color preview on #75698D background

This text has white color on #75698D background.