COLOR #75676E

HEX: #75676E
RGB: (117,103,110)

Color info

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

RGB color model

#75676E color RGB value is (117,103,110).

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

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 110 of 255 = 43%

117
103
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 103 + 110 = 330 (100%)
R 117 of 330 ~ 35.45%
G 103 of 330 ~ 31.21%
B 110 of 330 ~ 33.33%

%35.45
%31.21
%33.33

CMYK color model

#75676E color CMYK value is (0,12,6,54).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,12,6,54)
C0M12Y6K54 
(0%,12%,6%,54%)
(0.00/0.12/0.06/0.54)	

CMYK percentages

%0
%11.97
%5.98
%54.12

Codes

Color #75676E in popluar color models

75676E
RGB117103110
HSL330°6.36%43.14%
HSB/HSV330°11.97%45.88%
CMYK0.00%11.97%5.98%
54.12%

Color #75676E in popluar number systems.

HEX75676E
Decimal117103110
Binary111010111001111101110
Octal165147156

Shades and tints

Shades of #75676E

#75676E
(117,103,110)
#6B5E64
(107,94,100)
#61555A
(97,85,90)
#574C50
(87,76,80)
#4D4346
(77,67,70)
#433A3C
(67,58,60)
#393132
(57,49,50)
#2F2828
(47,40,40)
#251F1E
(37,31,30)
#1B1614
(27,22,20)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #75676E

#75676E
(117,103,110)
#81747B
(129,116,123)
#8D8188
(141,129,136)
#998E95
(153,142,149)
#A59BA2
(165,155,162)
#B1A8AF
(177,168,175)
#BDB5BC
(189,181,188)
#C9C2C9
(201,194,201)
#D5CFD6
(213,207,214)
#E1DCE3
(225,220,227)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75676E color. Also use rgb(117,103,110) instead hex code.

Text Font Color

.myTextColor { color: #75676E; }

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

This text font color is #75676E.


Background Color

.myBgColor { background-color: #75676E; }

<div style="background-color:#75676E">Inner text</div>

This div background color is #75676E.


Border color

.myBorderColor { border: 1px solid #75676E; }

<div style="border:3px solid #75676E">Div</div>

This div border color is #75676E.


Opacity

.myOpacity80 { color: #75676E; opacity: 0.8; }

<p style="color:#75676E;opacity:0.8;">80%</p>

Text with #75676E 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 #75676E;}

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

This text has shadow with #75676E color.

.textShadow {text-shadow: 3px 3px 1px #75676E, 3px 3px 1px red;}

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

This text has shadow with #75676E primary color and red secondary color.


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

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

This text has shadow with #75676E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75676E on black background.


Color preview on white background

This text has color #75676E on white background.



Black color preview on #75676E background

This text has black color on #75676E background.


White color preview on #75676E background

This text has white color on #75676E background.