COLOR #75737F

HEX: #75737F RGB: (117,115,127)

Color info

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

RGB color model

#75737F color RGB value is (117,115,127).

RGB: (117,115,127) (46%, 45%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 127 of 255 = 50%

117
115
127

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

Portions of RGB colors in percentages

R + G + B = 117 + 115 + 127 = 359 (100%)
R 117 of 359 ~ 32.59%
G 115 of 359 ~ 32.03%
B 127 of 359 ~ 35.38'%

%32.59
%32.03
%35.38

CMYK color model

#75737F color CMYK value is (8,9,0,50).

  • cyan value is 7.87%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (8,9,0,50) C8M9Y0K50 (8%,9%,0%,50%) (0.08/0.09/0.00/0.50) 

CMYK percentages

%7.87
%9.45
%0
%50.2

Codes

Color #75737F in popluar color models

75 73 7F
RGB 117 115 127
HSL 250° 4.96% 47.45%
HSB/HSV 250° 9.45% 49.80%
CMYK 7.87% 9.45% 0.00%
50.20%

Color #75737F in popluar number systems.

HEX 75 73 7F
Decimal 117 115 127
Binary 1110101 1110011 1111111
Octal 165 163 177

Shades and tints

Shades of #75737F

#75737F
(117,115,127)
#6B6974
(107,105,116)
#615F69
(97,95,105)
#57555E
(87,85,94)
#4D4B53
(77,75,83)
#434148
(67,65,72)
#39373D
(57,55,61)
#2F2D32
(47,45,50)
#252327
(37,35,39)
#1B191C
(27,25,28)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #75737F

#75737F
(117,115,127)
#817F8A
(129,127,138)
#8D8B95
(141,139,149)
#9997A0
(153,151,160)
#A5A3AB
(165,163,171)
#B1AFB6
(177,175,182)
#BDBBC1
(189,187,193)
#C9C7CC
(201,199,204)
#D5D3D7
(213,211,215)
#E1DFE2
(225,223,226)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75737F; }

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

This text font color is #75737F.

Background Color

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

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

This div background color is #75737F.

Border color

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

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

This div border color is #75737F.

Opacity

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

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

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

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

This text has shadow with #75737F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75737F.

Preview

Color preview on black background

This text has color #75737F on black background.


Color preview on white background

This text has color #75737F on white background.


Black color preview on #75737F background

This text has black color on #75737F background.


White color preview on #75737F background

This text has white color on #75737F background.


Related colors

Complementary color

Complementary color for #hex is #8A8C80.


I love getcolorcode.com

Triadic colors

1 #7F7573 and #737F75 with #75737F are triadic colors.

2 #7F7375 and #73757F with #75737F are triadic colors.