COLOR #75647A

HEX: #75647A
RGB: (117,100,122)

Color info

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

RGB color model

#75647A color RGB value is (117,100,122).

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

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 122 of 255 = 48%

117
100
122

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

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 122 = 339 (100%)
R 117 of 339 ~ 34.51%
G 100 of 339 ~ 29.5%
B 122 of 339 ~ 35.99%

%34.51
%29.5
%35.99

CMYK color model

#75647A color CMYK value is (4,18,0,52).

  • cyan value is 4.10%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(4,18,0,52)
C4M18Y0K52 
(4%,18%,0%,52%)
(0.04/0.18/0.00/0.52)	

CMYK percentages

%4.1
%18.03
%0
%52.16

Codes

Color #75647A in popluar color models

75647A
RGB117100122
HSL286°9.91%43.53%
HSB/HSV286°18.03%47.84%
CMYK4.10%18.03%0.00%
52.16%

Color #75647A in popluar number systems.

HEX75647A
Decimal117100122
Binary111010111001001111010
Octal165144172

Shades and tints

Shades of #75647A

#75647A
(117,100,122)
#6B5B6F
(107,91,111)
#615264
(97,82,100)
#574959
(87,73,89)
#4D404E
(77,64,78)
#433743
(67,55,67)
#392E38
(57,46,56)
#2F252D
(47,37,45)
#251C22
(37,28,34)
#1B1317
(27,19,23)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #75647A

#75647A
(117,100,122)
#817286
(129,114,134)
#8D8092
(141,128,146)
#998E9E
(153,142,158)
#A59CAA
(165,156,170)
#B1AAB6
(177,170,182)
#BDB8C2
(189,184,194)
#C9C6CE
(201,198,206)
#D5D4DA
(213,212,218)
#E1E2E6
(225,226,230)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75647A color. Also use rgb(117,100,122) instead hex code.

Text Font Color

.myTextColor { color: #75647A; }

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

This text font color is #75647A.


Background Color

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

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

This div background color is #75647A.


Border color

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

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

This div border color is #75647A.


Opacity

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

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

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

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

This text has shadow with #75647A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75647A on black background.


Color preview on white background

This text has color #75647A on white background.



Black color preview on #75647A background

This text has black color on #75647A background.


White color preview on #75647A background

This text has white color on #75647A background.