COLOR #75657B

HEX: #75657B RGB: (117,101,123)

Color info

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

RGB color model

#75657B color RGB value is (117,101,123).

RGB: (117,101,123) (46%, 40%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 123 of 255 = 48%

117
101
123

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

Portions of RGB colors in percentages

R + G + B = 117 + 101 + 123 = 341 (100%)
R 117 of 341 ~ 34.31%
G 101 of 341 ~ 29.62%
B 123 of 341 ~ 36.07'%

%34.31
%29.62
%36.07

CMYK color model

#75657B color CMYK value is (5,18,0,52).

  • cyan value is 4.88%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (5,18,0,52)
C5M18Y0K52 (5%, 18%, 0%, 52%)
(0.05 / 0.18 / 0.00 / 0.52)

CMYK percentages

%4.88
%17.89
%0
%51.76

Codes

Color #75657B in popluar color models

75 65 7B
RGB 117 101 123
HSL 284° 9.82% 43.92%
HSB/HSV 284° 17.89% 48.24%
CMYK 4.88% 17.89% 0.00%
51.76%

Color #75657B in popluar number systems.

HEX 75 65 7B
Decimal 117 101 123
Binary 1110101 1100101 1111011
Octal 165 145 173

Shades and tints

Shades of #75657B

#75657B
(117,101,123)
#6B5C70
(107,92,112)
#615365
(97,83,101)
#574A5A
(87,74,90)
#4D414F
(77,65,79)
#433844
(67,56,68)
#392F39
(57,47,57)
#2F262E
(47,38,46)
#251D23
(37,29,35)
#1B1418
(27,20,24)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #75657B

#75657B
(117,101,123)
#817387
(129,115,135)
#8D8193
(141,129,147)
#998F9F
(153,143,159)
#A59DAB
(165,157,171)
#B1ABB7
(177,171,183)
#BDB9C3
(189,185,195)
#C9C7CF
(201,199,207)
#D5D5DB
(213,213,219)
#E1E3E7
(225,227,231)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75657B; }

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

This text font color is #75657B.

Background Color

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

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

This div background color is #75657B.

Border color

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

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

This div border color is #75657B.

Opacity

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

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

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

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

This text has shadow with #75657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75657B.

Preview

Color preview on black background

This text has color #75657B on black background.


Color preview on white background

This text has color #75657B on white background.


Black color preview on #75657B background

This text has black color on #75657B background.


White color preview on #75657B background

This text has white color on #75657B background.


Related colors

Complementary color

Complementary color for #hex is #8A9A84.


I love getcolorcode.com

Triadic colors

1 #7B7565 and #657B75 with #75657B are triadic colors.

2 #7B6575 and #65757B with #75657B are triadic colors.