COLOR #75657C

HEX: #75657C RGB: (117,101,124)

Color info

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

RGB color model

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

RGB: (117,101,124) (46%, 40%, 49%)

RGB channels and saturation

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

117
101
124

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

Portions of RGB colors in percentages

R + G + B = 117 + 101 + 124 = 342 (100%)
R 117 of 342 ~ 34.21%
G 101 of 342 ~ 29.53%
B 124 of 342 ~ 36.26'%

%34.21
%29.53
%36.26

CMYK color model

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

  • cyan value is 5.65%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (6,19,0,51)
C6M19Y0K51 (6%, 19%, 0%, 51%)
(0.06 / 0.19 / 0.00 / 0.51)

CMYK percentages

%5.65
%18.55
%0
%51.37

Codes

Color #75657C in popluar color models

75 65 7C
RGB 117 101 124
HSL 282° 10.22% 44.12%
HSB/HSV 282° 18.55% 48.63%
CMYK 5.65% 18.55% 0.00%
51.37%

Color #75657C in popluar number systems.

HEX 75 65 7C
Decimal 117 101 124
Binary 1110101 1100101 1111100
Octal 165 145 174

Shades and tints

Shades of #75657C

#75657C
(117,101,124)
#6B5C71
(107,92,113)
#615366
(97,83,102)
#574A5B
(87,74,91)
#4D4150
(77,65,80)
#433845
(67,56,69)
#392F3A
(57,47,58)
#2F262F
(47,38,47)
#251D24
(37,29,36)
#1B1419
(27,20,25)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #75657C

#75657C
(117,101,124)
#817387
(129,115,135)
#8D8192
(141,129,146)
#998F9D
(153,143,157)
#A59DA8
(165,157,168)
#B1ABB3
(177,171,179)
#BDB9BE
(189,185,190)
#C9C7C9
(201,199,201)
#D5D5D4
(213,213,212)
#E1E3DF
(225,227,223)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75657C; }

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

This text font color is #75657C.

Background Color

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

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

This div background color is #75657C.

Border color

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

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

This div border color is #75657C.

Opacity

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

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

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

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

This text has shadow with #75657C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75657C.

Preview

Color preview on black background

This text has color #75657C on black background.


Color preview on white background

This text has color #75657C on white background.


Black color preview on #75657C background

This text has black color on #75657C background.


White color preview on #75657C background

This text has white color on #75657C background.


Related colors

Complementary color

Complementary color for #hex is #8A9A83.


I love getcolorcode.com

Triadic colors

1 #7C7565 and #657C75 with #75657C are triadic colors.

2 #7C6575 and #65757C with #75657C are triadic colors.