COLOR #75688D

HEX: #75688D
RGB: (117,104,141)

Color info

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

RGB color model

#75688D color RGB value is (117,104,141).

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

RGB channels and saturation

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

117
104
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 141 = 362 (100%)
R 117 of 362 ~ 32.32%
G 104 of 362 ~ 28.73%
B 141 of 362 ~ 38.95%

%32.32
%28.73
%38.95

CMYK color model

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

  • cyan value is 17.02%
  • magenta value is 26.24%
  • 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
%26.24
%0
%44.71

Codes

Color #75688D in popluar color models

75688D
RGB117104141
HSL261°15.10%48.04%
HSB/HSV261°26.24%55.29%
CMYK17.02%26.24%0.00%
44.71%

Color #75688D in popluar number systems.

HEX75688D
Decimal117104141
Binary1110101110100010001101
Octal165150215

Shades and tints

Shades of #75688D

#75688D
(117,104,141)
#6B5F81
(107,95,129)
#615675
(97,86,117)
#574D69
(87,77,105)
#4D445D
(77,68,93)
#433B51
(67,59,81)
#393245
(57,50,69)
#2F2939
(47,41,57)
#25202D
(37,32,45)
#1B1721
(27,23,33)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #75688D

#75688D
(117,104,141)
#817597
(129,117,151)
#8D82A1
(141,130,161)
#998FAB
(153,143,171)
#A59CB5
(165,156,181)
#B1A9BF
(177,169,191)
#BDB6C9
(189,182,201)
#C9C3D3
(201,195,211)
#D5D0DD
(213,208,221)
#E1DDE7
(225,221,231)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75688D; }

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

This text font color is #75688D.


Background Color

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

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

This div background color is #75688D.


Border color

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

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

This div border color is #75688D.


Opacity

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

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

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

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

This text has shadow with #75688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75688D on black background.


Color preview on white background

This text has color #75688D on white background.



Black color preview on #75688D background

This text has black color on #75688D background.


White color preview on #75688D background

This text has white color on #75688D background.