COLOR #75747B

HEX: #75747B
RGB: (117,116,123)

Color info

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

RGB color model

#75747B color RGB value is (117,116,123).

  • red value is 117;
  • green value is 116;
  • blue value is 123.
RGB:
(117,116,123)
(46%,45%,48%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 123 of 255 = 48%

117
116
123

R + G + B ~ 46%. #75747B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 123 = 356 (100%)
R 117 of 356 ~ 32.87%
G 116 of 356 ~ 32.58%
B 123 of 356 ~ 34.55%

%32.87
%32.58
%34.55

CMYK color model

#75747B color CMYK value is (5,6,0,52).

  • cyan value is 4.88%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(5,6,0,52)
C5M6Y0K52 
(5%,6%,0%,52%)
(0.05/0.06/0.00/0.52)	

CMYK percentages

%4.88
%5.69
%0
%51.76

Codes

Color #75747B in popluar color models

75747B
RGB117116123
HSL249°2.93%46.86%
HSB/HSV249°5.69%48.24%
CMYK4.88%5.69%0.00%
51.76%

Color #75747B in popluar number systems.

HEX75747B
Decimal117116123
Binary111010111101001111011
Octal165164173

Shades and tints

Shades of #75747B

#75747B
(117,116,123)
#6B6A70
(107,106,112)
#616065
(97,96,101)
#57565A
(87,86,90)
#4D4C4F
(77,76,79)
#434244
(67,66,68)
#393839
(57,56,57)
#2F2E2E
(47,46,46)
#252423
(37,36,35)
#1B1A18
(27,26,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75747B

#75747B
(117,116,123)
#818087
(129,128,135)
#8D8C93
(141,140,147)
#99989F
(153,152,159)
#A5A4AB
(165,164,171)
#B1B0B7
(177,176,183)
#BDBCC3
(189,188,195)
#C9C8CF
(201,200,207)
#D5D4DB
(213,212,219)
#E1E0E7
(225,224,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75747B color. Also use rgb(117,116,123) instead hex code.

Text Font Color

.myTextColor { color: #75747B; }

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

This text font color is #75747B.


Background Color

.myBgColor { background-color: #75747B; }

<div style="background-color:#75747B">Inner text</div>

This div background color is #75747B.


Border color

.myBorderColor { border: 1px solid #75747B; }

<div style="border:3px solid #75747B">Div</div>

This div border color is #75747B.


Opacity

.myOpacity80 { color: #75747B; opacity: 0.8; }

<p style="color:#75747B;opacity:0.8;">80%</p>

Text with #75747B 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 #75747B;}

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

This text has shadow with #75747B color.

.textShadow {text-shadow: 3px 3px 1px #75747B, 3px 3px 1px red;}

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

This text has shadow with #75747B primary color and red secondary color.


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

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

This text has shadow with #75747B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75747B on black background.


Color preview on white background

This text has color #75747B on white background.



Black color preview on #75747B background

This text has black color on #75747B background.


White color preview on #75747B background

This text has white color on #75747B background.