COLOR #75698B

HEX: #75698B RGB: (117,105,139)

Color info

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

RGB color model

#75698B color RGB value is (117,105,139).

RGB: (117,105,139) (46%, 41%, 55%)

RGB channels and saturation

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

117
105
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 105 + 139 = 361 (100%)
R 117 of 361 ~ 32.41%
G 105 of 361 ~ 29.09%
B 139 of 361 ~ 38.5'%

%32.41
%29.09
%38.5

CMYK color model

#75698B color CMYK value is (16,24,0,45).

  • cyan value is 15.83%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (16,24,0,45)
C16M24Y0K45 (16%, 24%, 0%, 45%)
(0.16 / 0.24 / 0.00 / 0.45)

CMYK percentages

%15.83
%24.46
%0
%45.49

Codes

Color #75698B in popluar color models

75 69 8B
RGB 117 105 139
HSL 261° 13.93% 47.84%
HSB/HSV 261° 24.46% 54.51%
CMYK 15.83% 24.46% 0.00%
45.49%

Color #75698B in popluar number systems.

HEX 75 69 8B
Decimal 117 105 139
Binary 1110101 1101001 10001011
Octal 165 151 213

Shades and tints

Shades of #75698B

#75698B
(117,105,139)
#6B607F
(107,96,127)
#615773
(97,87,115)
#574E67
(87,78,103)
#4D455B
(77,69,91)
#433C4F
(67,60,79)
#393343
(57,51,67)
#2F2A37
(47,42,55)
#25212B
(37,33,43)
#1B181F
(27,24,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #75698B

#75698B
(117,105,139)
#817695
(129,118,149)
#8D839F
(141,131,159)
#9990A9
(153,144,169)
#A59DB3
(165,157,179)
#B1AABD
(177,170,189)
#BDB7C7
(189,183,199)
#C9C4D1
(201,196,209)
#D5D1DB
(213,209,219)
#E1DEE5
(225,222,229)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75698B; }

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

This text font color is #75698B.

Background Color

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

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

This div background color is #75698B.

Border color

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

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

This div border color is #75698B.

Opacity

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

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

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

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

This text has shadow with #75698B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75698B.

Preview

Color preview on black background

This text has color #75698B on black background.


Color preview on white background

This text has color #75698B on white background.


Black color preview on #75698B background

This text has black color on #75698B background.


White color preview on #75698B background

This text has white color on #75698B background.


Related colors

Complementary color

Complementary color for #hex is #8A9674.


I love getcolorcode.com

Triadic colors

1 #8B7569 and #698B75 with #75698B are triadic colors.

2 #8B6975 and #69758B with #75698B are triadic colors.