COLOR #75758F

HEX: #75758F
RGB: (117,117,143)

Color info

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

RGB color model

#75758F color RGB value is (117,117,143).

  • red value is 117;
  • green value is 117;
  • blue value is 143.
RGB:
(117,117,143)
(46%,46%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 143 of 255 = 56%

117
117
143

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 143 = 377 (100%)
R 117 of 377 ~ 31.03%
G 117 of 377 ~ 31.03%
B 143 of 377 ~ 37.93%

%31.03
%31.03
%37.93

CMYK color model

#75758F color CMYK value is (18,18,0,44).

  • cyan value is 18.18%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(18,18,0,44)
C18M18Y0K44 
(18%,18%,0%,44%)
(0.18/0.18/0.00/0.44)	

CMYK percentages

%18.18
%18.18
%0
%43.92

Codes

Color #75758F in popluar color models

75758F
RGB117117143
HSL240°10.40%50.98%
HSB/HSV240°18.18%56.08%
CMYK18.18%18.18%0.00%
43.92%

Color #75758F in popluar number systems.

HEX75758F
Decimal117117143
Binary1110101111010110001111
Octal165165217

Shades and tints

Shades of #75758F

#75758F
(117,117,143)
#6B6B82
(107,107,130)
#616175
(97,97,117)
#575768
(87,87,104)
#4D4D5B
(77,77,91)
#43434E
(67,67,78)
#393941
(57,57,65)
#2F2F34
(47,47,52)
#252527
(37,37,39)
#1B1B1A
(27,27,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #75758F

#75758F
(117,117,143)
#818199
(129,129,153)
#8D8DA3
(141,141,163)
#9999AD
(153,153,173)
#A5A5B7
(165,165,183)
#B1B1C1
(177,177,193)
#BDBDCB
(189,189,203)
#C9C9D5
(201,201,213)
#D5D5DF
(213,213,223)
#E1E1E9
(225,225,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75758F color. Also use rgb(117,117,143) instead hex code.

Text Font Color

.myTextColor { color: #75758F; }

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

This text font color is #75758F.


Background Color

.myBgColor { background-color: #75758F; }

<div style="background-color:#75758F">Inner text</div>

This div background color is #75758F.


Border color

.myBorderColor { border: 1px solid #75758F; }

<div style="border:3px solid #75758F">Div</div>

This div border color is #75758F.


Opacity

.myOpacity80 { color: #75758F; opacity: 0.8; }

<p style="color:#75758F;opacity:0.8;">80%</p>

Text with #75758F 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 #75758F;}

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

This text has shadow with #75758F color.

.textShadow {text-shadow: 3px 3px 1px #75758F, 3px 3px 1px red;}

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

This text has shadow with #75758F primary color and red secondary color.


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

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

This text has shadow with #75758F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75758F on black background.


Color preview on white background

This text has color #75758F on white background.



Black color preview on #75758F background

This text has black color on #75758F background.


White color preview on #75758F background

This text has white color on #75758F background.