COLOR #75646E

HEX: #75646E
RGB: (117,100,110)

Color info

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

RGB color model

#75646E color RGB value is (117,100,110).

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

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 110 of 255 = 43%

117
100
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 110 = 327 (100%)
R 117 of 327 ~ 35.78%
G 100 of 327 ~ 30.58%
B 110 of 327 ~ 33.64%

%35.78
%30.58
%33.64

CMYK color model

#75646E color CMYK value is (0,15,6,54).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,15,6,54)
C0M15Y6K54 
(0%,15%,6%,54%)
(0.00/0.15/0.06/0.54)	

CMYK percentages

%0
%14.53
%5.98
%54.12

Codes

Color #75646E in popluar color models

75646E
RGB117100110
HSL325°7.83%42.55%
HSB/HSV325°14.53%45.88%
CMYK0.00%14.53%5.98%
54.12%

Color #75646E in popluar number systems.

HEX75646E
Decimal117100110
Binary111010111001001101110
Octal165144156

Shades and tints

Shades of #75646E

#75646E
(117,100,110)
#6B5B64
(107,91,100)
#61525A
(97,82,90)
#574950
(87,73,80)
#4D4046
(77,64,70)
#43373C
(67,55,60)
#392E32
(57,46,50)
#2F2528
(47,37,40)
#251C1E
(37,28,30)
#1B1314
(27,19,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #75646E

#75646E
(117,100,110)
#81727B
(129,114,123)
#8D8088
(141,128,136)
#998E95
(153,142,149)
#A59CA2
(165,156,162)
#B1AAAF
(177,170,175)
#BDB8BC
(189,184,188)
#C9C6C9
(201,198,201)
#D5D4D6
(213,212,214)
#E1E2E3
(225,226,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75646E; }

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

This text font color is #75646E.


Background Color

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

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

This div background color is #75646E.


Border color

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

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

This div border color is #75646E.


Opacity

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

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

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

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

This text has shadow with #75646E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75646E on black background.


Color preview on white background

This text has color #75646E on white background.



Black color preview on #75646E background

This text has black color on #75646E background.


White color preview on #75646E background

This text has white color on #75646E background.