COLOR #75757C

HEX: #75757C
RGB: (117,117,124)

Color info

#75757C contains red, green and blue colors in about the same proportion. Web safe color of #75757C is #666666 (or #666).

RGB color model

#75757C color RGB value is (117,117,124).

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

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 124 of 255 = 49%

117
117
124

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 124 = 358 (100%)
R 117 of 358 ~ 32.68%
G 117 of 358 ~ 32.68%
B 124 of 358 ~ 34.64%

%32.68
%32.68
%34.64

CMYK color model

#75757C color CMYK value is (6,6,0,51).

  • cyan value is 5.65%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,6,0,51)
C6M6Y0K51 
(6%,6%,0%,51%)
(0.06/0.06/0.00/0.51)	

CMYK percentages

%5.65
%5.65
%0
%51.37

Codes

Color #75757C in popluar color models

75757C
RGB117117124
HSL240°2.90%47.25%
HSB/HSV240°5.65%48.63%
CMYK5.65%5.65%0.00%
51.37%

Color #75757C in popluar number systems.

HEX75757C
Decimal117117124
Binary111010111101011111100
Octal165165174

Shades and tints

Shades of #75757C

#75757C
(117,117,124)
#6B6B71
(107,107,113)
#616166
(97,97,102)
#57575B
(87,87,91)
#4D4D50
(77,77,80)
#434345
(67,67,69)
#39393A
(57,57,58)
#2F2F2F
(47,47,47)
#252524
(37,37,36)
#1B1B19
(27,27,25)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #75757C

#75757C
(117,117,124)
#818187
(129,129,135)
#8D8D92
(141,141,146)
#99999D
(153,153,157)
#A5A5A8
(165,165,168)
#B1B1B3
(177,177,179)
#BDBDBE
(189,189,190)
#C9C9C9
(201,201,201)
#D5D5D4
(213,213,212)
#E1E1DF
(225,225,223)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75757C color. Also use rgb(117,117,124) instead hex code.

Text Font Color

.myTextColor { color: #75757C; }

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

This text font color is #75757C.


Background Color

.myBgColor { background-color: #75757C; }

<div style="background-color:#75757C">Inner text</div>

This div background color is #75757C.


Border color

.myBorderColor { border: 1px solid #75757C; }

<div style="border:3px solid #75757C">Div</div>

This div border color is #75757C.


Opacity

.myOpacity80 { color: #75757C; opacity: 0.8; }

<p style="color:#75757C;opacity:0.8;">80%</p>

Text with #75757C 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 #75757C;}

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

This text has shadow with #75757C color.

.textShadow {text-shadow: 3px 3px 1px #75757C, 3px 3px 1px red;}

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

This text has shadow with #75757C primary color and red secondary color.


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

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

This text has shadow with #75757C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75757C on black background.


Color preview on white background

This text has color #75757C on white background.



Black color preview on #75757C background

This text has black color on #75757C background.


White color preview on #75757C background

This text has white color on #75757C background.