COLOR #75696A

HEX: #75696A
RGB: (117,105,106)

Color info

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

RGB color model

#75696A color RGB value is (117,105,106).

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

RGB channels and saturation

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

117
105
106

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 106 = 328 (100%)
R 117 of 328 ~ 35.67%
G 105 of 328 ~ 32.01%
B 106 of 328 ~ 32.32%

%35.67
%32.01
%32.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 9.40%
  • 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
%9.4
%54.12

Codes

Color #75696A in popluar color models

75696A
RGB117105106
HSL355°5.41%43.53%
HSB/HSV355°10.26%45.88%
CMYK0.00%10.26%9.40%
54.12%

Color #75696A in popluar number systems.

HEX75696A
Decimal117105106
Binary111010111010011101010
Octal165151152

Shades and tints

Shades of #75696A

#75696A
(117,105,106)
#6B6061
(107,96,97)
#615758
(97,87,88)
#574E4F
(87,78,79)
#4D4546
(77,69,70)
#433C3D
(67,60,61)
#393334
(57,51,52)
#2F2A2B
(47,42,43)
#252122
(37,33,34)
#1B1819
(27,24,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #75696A

#75696A
(117,105,106)
#817677
(129,118,119)
#8D8384
(141,131,132)
#999091
(153,144,145)
#A59D9E
(165,157,158)
#B1AAAB
(177,170,171)
#BDB7B8
(189,183,184)
#C9C4C5
(201,196,197)
#D5D1D2
(213,209,210)
#E1DEDF
(225,222,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75696A; }

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

This text font color is #75696A.


Background Color

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

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

This div background color is #75696A.


Border color

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

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

This div border color is #75696A.


Opacity

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

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

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

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

This text has shadow with #75696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75696A on black background.


Color preview on white background

This text has color #75696A on white background.



Black color preview on #75696A background

This text has black color on #75696A background.


White color preview on #75696A background

This text has white color on #75696A background.