COLOR #75696F

HEX: #75696F
RGB: (117,105,111)

Color info

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

RGB color model

#75696F color RGB value is (117,105,111).

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

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 111 of 255 = 44%

117
105
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 111 = 333 (100%)
R 117 of 333 ~ 35.14%
G 105 of 333 ~ 31.53%
B 111 of 333 ~ 33.33%

%35.14
%31.53
%33.33

CMYK color model

#75696F color CMYK value is (0,10,5,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,10,5,54)
C0M10Y5K54 
(0%,10%,5%,54%)
(0.00/0.10/0.05/0.54)	

CMYK percentages

%0
%10.26
%5.13
%54.12

Codes

Color #75696F in popluar color models

75696F
RGB117105111
HSL330°5.41%43.53%
HSB/HSV330°10.26%45.88%
CMYK0.00%10.26%5.13%
54.12%

Color #75696F in popluar number systems.

HEX75696F
Decimal117105111
Binary111010111010011101111
Octal165151157

Shades and tints

Shades of #75696F

#75696F
(117,105,111)
#6B6065
(107,96,101)
#61575B
(97,87,91)
#574E51
(87,78,81)
#4D4547
(77,69,71)
#433C3D
(67,60,61)
#393333
(57,51,51)
#2F2A29
(47,42,41)
#25211F
(37,33,31)
#1B1815
(27,24,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #75696F

#75696F
(117,105,111)
#81767C
(129,118,124)
#8D8389
(141,131,137)
#999096
(153,144,150)
#A59DA3
(165,157,163)
#B1AAB0
(177,170,176)
#BDB7BD
(189,183,189)
#C9C4CA
(201,196,202)
#D5D1D7
(213,209,215)
#E1DEE4
(225,222,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75696F; }

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

This text font color is #75696F.


Background Color

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

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

This div background color is #75696F.


Border color

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

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

This div border color is #75696F.


Opacity

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

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

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

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

This text has shadow with #75696F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75696F on black background.


Color preview on white background

This text has color #75696F on white background.



Black color preview on #75696F background

This text has black color on #75696F background.


White color preview on #75696F background

This text has white color on #75696F background.