COLOR #75739B

HEX: #75739B
RGB: (117,115,155)

Color info

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

RGB color model

#75739B color RGB value is (117,115,155).

  • red value is 117;
  • green value is 115;
  • blue value is 155.
RGB:
(117,115,155)
(46%,45%,61%)

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 155 of 255 = 61%

117
115
155

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 155 = 387 (100%)
R 117 of 387 ~ 30.23%
G 115 of 387 ~ 29.72%
B 155 of 387 ~ 40.05%

%30.23
%29.72
%40.05

CMYK color model

#75739B color CMYK value is (25,26,0,39).

  • cyan value is 24.52%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,26,0,39)
C25M26Y0K39 
(25%,26%,0%,39%)
(0.25/0.26/0.00/0.39)	

CMYK percentages

%24.52
%25.81
%0
%39.22

Codes

Color #75739B in popluar color models

75739B
RGB117115155
HSL243°16.67%52.94%
HSB/HSV243°25.81%60.78%
CMYK24.52%25.81%0.00%
39.22%

Color #75739B in popluar number systems.

HEX75739B
Decimal117115155
Binary1110101111001110011011
Octal165163233

Shades and tints

Shades of #75739B

#75739B
(117,115,155)
#6B698D
(107,105,141)
#615F7F
(97,95,127)
#575571
(87,85,113)
#4D4B63
(77,75,99)
#434155
(67,65,85)
#393747
(57,55,71)
#2F2D39
(47,45,57)
#25232B
(37,35,43)
#1B191D
(27,25,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #75739B

#75739B
(117,115,155)
#817FA4
(129,127,164)
#8D8BAD
(141,139,173)
#9997B6
(153,151,182)
#A5A3BF
(165,163,191)
#B1AFC8
(177,175,200)
#BDBBD1
(189,187,209)
#C9C7DA
(201,199,218)
#D5D3E3
(213,211,227)
#E1DFEC
(225,223,236)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75739B color. Also use rgb(117,115,155) instead hex code.

Text Font Color

.myTextColor { color: #75739B; }

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

This text font color is #75739B.


Background Color

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

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

This div background color is #75739B.


Border color

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

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

This div border color is #75739B.


Opacity

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

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

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

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

This text has shadow with #75739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75739B on black background.


Color preview on white background

This text has color #75739B on white background.



Black color preview on #75739B background

This text has black color on #75739B background.


White color preview on #75739B background

This text has white color on #75739B background.