COLOR #75737A

HEX: #75737A RGB: (117,115,122)

Color info

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

RGB color model

#75737A color RGB value is (117,115,122).

RGB: (117,115,122) (46%, 45%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 122 of 255 = 48%

117
115
122

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

Portions of RGB colors in percentages

R + G + B = 117 + 115 + 122 = 354 (100%)
R 117 of 354 ~ 33.05%
G 115 of 354 ~ 32.49%
B 122 of 354 ~ 34.46'%

%33.05
%32.49
%34.46

CMYK color model

#75737A color CMYK value is (4,6,0,52).

  • cyan value is 4.10%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (4,6,0,52) C4M6Y0K52 (4%,6%,0%,52%) (0.04/0.06/0.00/0.52) 

CMYK percentages

%4.1
%5.74
%0
%52.16

Codes

Color #75737A in popluar color models

75 73 7A
RGB 117 115 122
HSL 257° 2.95% 46.47%
HSB/HSV 257° 5.74% 47.84%
CMYK 4.10% 5.74% 0.00%
52.16%

Color #75737A in popluar number systems.

HEX 75 73 7A
Decimal 117 115 122
Binary 1110101 1110011 1111010
Octal 165 163 172

Shades and tints

Shades of #75737A

#75737A
(117,115,122)
#6B696F
(107,105,111)
#615F64
(97,95,100)
#575559
(87,85,89)
#4D4B4E
(77,75,78)
#434143
(67,65,67)
#393738
(57,55,56)
#2F2D2D
(47,45,45)
#252322
(37,35,34)
#1B1917
(27,25,23)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #75737A

#75737A
(117,115,122)
#817F86
(129,127,134)
#8D8B92
(141,139,146)
#99979E
(153,151,158)
#A5A3AA
(165,163,170)
#B1AFB6
(177,175,182)
#BDBBC2
(189,187,194)
#C9C7CE
(201,199,206)
#D5D3DA
(213,211,218)
#E1DFE6
(225,223,230)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75737A; }

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

This text font color is #75737A.

Background Color

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

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

This div background color is #75737A.

Border color

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

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

This div border color is #75737A.

Opacity

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

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

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

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

This text has shadow with #75737A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75737A.

Preview

Color preview on black background

This text has color #75737A on black background.


Color preview on white background

This text has color #75737A on white background.


Black color preview on #75737A background

This text has black color on #75737A background.


White color preview on #75737A background

This text has white color on #75737A background.


Related colors

Complementary color

Complementary color for #hex is #8A8C85.


I love getcolorcode.com

Triadic colors

1 #7A7573 and #737A75 with #75737A are triadic colors.

2 #7A7375 and #73757A with #75737A are triadic colors.