COLOR #75696B

HEX: #75696B
RGB: (117,105,107)

Color info

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

RGB color model

#75696B color RGB value is (117,105,107).

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

RGB channels and saturation

R 117 of 255 = 46%
G 105 of 255 = 41%
B 107 of 255 = 42%

117
105
107

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 107 = 329 (100%)
R 117 of 329 ~ 35.56%
G 105 of 329 ~ 31.91%
B 107 of 329 ~ 32.52%

%35.56
%31.91
%32.52

CMYK color model

#75696B color CMYK value is (0,10,9,54).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(0,10,9,54)
C0M10Y9K54 
(0%,10%,9%,54%)
(0.00/0.10/0.09/0.54)	

CMYK percentages

%0
%10.26
%8.55
%54.12

Codes

Color #75696B in popluar color models

75696B
RGB117105107
HSL350°5.41%43.53%
HSB/HSV350°10.26%45.88%
CMYK0.00%10.26%8.55%
54.12%

Color #75696B in popluar number systems.

HEX75696B
Decimal117105107
Binary111010111010011101011
Octal165151153

Shades and tints

Shades of #75696B

#75696B
(117,105,107)
#6B6062
(107,96,98)
#615759
(97,87,89)
#574E50
(87,78,80)
#4D4547
(77,69,71)
#433C3E
(67,60,62)
#393335
(57,51,53)
#2F2A2C
(47,42,44)
#252123
(37,33,35)
#1B181A
(27,24,26)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #75696B

#75696B
(117,105,107)
#817678
(129,118,120)
#8D8385
(141,131,133)
#999092
(153,144,146)
#A59D9F
(165,157,159)
#B1AAAC
(177,170,172)
#BDB7B9
(189,183,185)
#C9C4C6
(201,196,198)
#D5D1D3
(213,209,211)
#E1DEE0
(225,222,224)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75696B; }

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

This text font color is #75696B.


Background Color

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

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

This div background color is #75696B.


Border color

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

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

This div border color is #75696B.


Opacity

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

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

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

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

This text has shadow with #75696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75696B on black background.


Color preview on white background

This text has color #75696B on white background.



Black color preview on #75696B background

This text has black color on #75696B background.


White color preview on #75696B background

This text has white color on #75696B background.