COLOR #75696D

HEX: #75696D
RGB: (117,105,109)

Color info

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

RGB color model

#75696D color RGB value is (117,105,109).

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

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 109 of 255 = 43%

117
105
109

R + G + B ~ 43%. #75696D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 109 = 331 (100%)
R 117 of 331 ~ 35.35%
G 105 of 331 ~ 31.72%
B 109 of 331 ~ 32.93%

%35.35
%31.72
%32.93

CMYK color model

#75696D color CMYK value is (0,10,7,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(0,10,7,54)
C0M10Y7K54 
(0%,10%,7%,54%)
(0.00/0.10/0.07/0.54)	

CMYK percentages

%0
%10.26
%6.84
%54.12

Codes

Color #75696D in popluar color models

75696D
RGB117105109
HSL340°5.41%43.53%
HSB/HSV340°10.26%45.88%
CMYK0.00%10.26%6.84%
54.12%

Color #75696D in popluar number systems.

HEX75696D
Decimal117105109
Binary111010111010011101101
Octal165151155

Shades and tints

Shades of #75696D

#75696D
(117,105,109)
#6B6064
(107,96,100)
#61575B
(97,87,91)
#574E52
(87,78,82)
#4D4549
(77,69,73)
#433C40
(67,60,64)
#393337
(57,51,55)
#2F2A2E
(47,42,46)
#252125
(37,33,37)
#1B181C
(27,24,28)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #75696D

#75696D
(117,105,109)
#81767A
(129,118,122)
#8D8387
(141,131,135)
#999094
(153,144,148)
#A59DA1
(165,157,161)
#B1AAAE
(177,170,174)
#BDB7BB
(189,183,187)
#C9C4C8
(201,196,200)
#D5D1D5
(213,209,213)
#E1DEE2
(225,222,226)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75696D color. Also use rgb(117,105,109) instead hex code.

Text Font Color

.myTextColor { color: #75696D; }

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

This text font color is #75696D.


Background Color

.myBgColor { background-color: #75696D; }

<div style="background-color:#75696D">Inner text</div>

This div background color is #75696D.


Border color

.myBorderColor { border: 1px solid #75696D; }

<div style="border:3px solid #75696D">Div</div>

This div border color is #75696D.


Opacity

.myOpacity80 { color: #75696D; opacity: 0.8; }

<p style="color:#75696D;opacity:0.8;">80%</p>

Text with #75696D 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 #75696D;}

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

This text has shadow with #75696D color.

.textShadow {text-shadow: 3px 3px 1px #75696D, 3px 3px 1px red;}

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

This text has shadow with #75696D primary color and red secondary color.


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

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

This text has shadow with #75696D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75696D on black background.


Color preview on white background

This text has color #75696D on white background.



Black color preview on #75696D background

This text has black color on #75696D background.


White color preview on #75696D background

This text has white color on #75696D background.