COLOR #75697F

HEX: #75697F
RGB: (117,105,127)

Color info

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

RGB color model

#75697F color RGB value is (117,105,127).

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

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 127 of 255 = 50%

117
105
127

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 127 = 349 (100%)
R 117 of 349 ~ 33.52%
G 105 of 349 ~ 30.09%
B 127 of 349 ~ 36.39%

%33.52
%30.09
%36.39

CMYK color model

#75697F color CMYK value is (8,17,0,50).

  • cyan value is 7.87%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (8,17,0,50) C8M17Y0K50 (8%,17%,0%,50%) (0.08/0.17/0.00/0.50)

CMYK percentages

%7.87
%17.32
%0
%50.2

Codes

Color #75697F in popluar color models

75697F
RGB117105127
HSL273°9.48%45.49%
HSB/HSV273°17.32%49.80%
CMYK7.87%17.32%0.00%
50.20%

Color #75697F in popluar number systems.

HEX75697F
Decimal117105127
Binary111010111010011111111
Octal165151177

Shades and tints

Shades of #75697F

#75697F
(117,105,127)
#6B6074
(107,96,116)
#615769
(97,87,105)
#574E5E
(87,78,94)
#4D4553
(77,69,83)
#433C48
(67,60,72)
#39333D
(57,51,61)
#2F2A32
(47,42,50)
#252127
(37,33,39)
#1B181C
(27,24,28)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #75697F

#75697F
(117,105,127)
#81768A
(129,118,138)
#8D8395
(141,131,149)
#9990A0
(153,144,160)
#A59DAB
(165,157,171)
#B1AAB6
(177,170,182)
#BDB7C1
(189,183,193)
#C9C4CC
(201,196,204)
#D5D1D7
(213,209,215)
#E1DEE2
(225,222,226)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75697F; }

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

This text font color is #75697F.


Background Color

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

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

This div background color is #75697F.


Border color

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

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

This div border color is #75697F.


Opacity

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

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

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

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

This text has shadow with #75697F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #75697F on black background.


Color preview on white background

This text has color #75697F on white background.



Black color preview on #75697F background

This text has black color on #75697F background.


White color preview on #75697F background

This text has white color on #75697F background.