COLOR #75666D

HEX: #75666D
RGB: (117,102,109)

Color info

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

RGB color model

#75666D color RGB value is (117,102,109).

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

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 109 of 255 = 43%

117
102
109

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

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 109 = 328 (100%)
R 117 of 328 ~ 35.67%
G 102 of 328 ~ 31.1%
B 109 of 328 ~ 33.23%

%35.67
%31.1
%33.23

CMYK color model

#75666D color CMYK value is (0,13,7,54).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(0,13,7,54)
C0M13Y7K54 
(0%,13%,7%,54%)
(0.00/0.13/0.07/0.54)	

CMYK percentages

%0
%12.82
%6.84
%54.12

Codes

Color #75666D in popluar color models

75666D
RGB117102109
HSL332°6.85%42.94%
HSB/HSV332°12.82%45.88%
CMYK0.00%12.82%6.84%
54.12%

Color #75666D in popluar number systems.

HEX75666D
Decimal117102109
Binary111010111001101101101
Octal165146155

Shades and tints

Shades of #75666D

#75666D
(117,102,109)
#6B5D64
(107,93,100)
#61545B
(97,84,91)
#574B52
(87,75,82)
#4D4249
(77,66,73)
#433940
(67,57,64)
#393037
(57,48,55)
#2F272E
(47,39,46)
#251E25
(37,30,37)
#1B151C
(27,21,28)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #75666D

#75666D
(117,102,109)
#81737A
(129,115,122)
#8D8087
(141,128,135)
#998D94
(153,141,148)
#A59AA1
(165,154,161)
#B1A7AE
(177,167,174)
#BDB4BB
(189,180,187)
#C9C1C8
(201,193,200)
#D5CED5
(213,206,213)
#E1DBE2
(225,219,226)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75666D; }

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

This text font color is #75666D.


Background Color

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

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

This div background color is #75666D.


Border color

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

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

This div border color is #75666D.


Opacity

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

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

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

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

This text has shadow with #75666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75666D on black background.


Color preview on white background

This text has color #75666D on white background.



Black color preview on #75666D background

This text has black color on #75666D background.


White color preview on #75666D background

This text has white color on #75666D background.