COLOR #75677F

HEX: #75677F
RGB: (117,103,127)

Color info

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

RGB color model

#75677F color RGB value is (117,103,127).

  • red value is 117;
  • green value is 103;
  • blue value is 127.
RGB:
(117,103,127)
(46%,40%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 127 of 255 = 50%

117
103
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 103 + 127 = 347 (100%)
R 117 of 347 ~ 33.72%
G 103 of 347 ~ 29.68%
B 127 of 347 ~ 36.6%

%33.72
%29.68
%36.6

CMYK color model

#75677F color CMYK value is (8,19,0,50).

  • cyan value is 7.87%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(8,19,0,50)
C8M19Y0K50 
(8%,19%,0%,50%)
(0.08/0.19/0.00/0.50)	

CMYK percentages

%7.87
%18.9
%0
%50.2

Codes

Color #75677F in popluar color models

75677F
RGB117103127
HSL275°10.43%45.10%
HSB/HSV275°18.90%49.80%
CMYK7.87%18.90%0.00%
50.20%

Color #75677F in popluar number systems.

HEX75677F
Decimal117103127
Binary111010111001111111111
Octal165147177

Shades and tints

Shades of #75677F

#75677F
(117,103,127)
#6B5E74
(107,94,116)
#615569
(97,85,105)
#574C5E
(87,76,94)
#4D4353
(77,67,83)
#433A48
(67,58,72)
#39313D
(57,49,61)
#2F2832
(47,40,50)
#251F27
(37,31,39)
#1B161C
(27,22,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #75677F

#75677F
(117,103,127)
#81748A
(129,116,138)
#8D8195
(141,129,149)
#998EA0
(153,142,160)
#A59BAB
(165,155,171)
#B1A8B6
(177,168,182)
#BDB5C1
(189,181,193)
#C9C2CC
(201,194,204)
#D5CFD7
(213,207,215)
#E1DCE2
(225,220,226)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75677F; }

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

This text font color is #75677F.


Background Color

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

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

This div background color is #75677F.


Border color

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

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

This div border color is #75677F.


Opacity

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

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

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

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

This text has shadow with #75677F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75677F on black background.


Color preview on white background

This text has color #75677F on white background.



Black color preview on #75677F background

This text has black color on #75677F background.


White color preview on #75677F background

This text has white color on #75677F background.