COLOR #75787C

HEX: #75787C RGB: (117,120,124)

Color info

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

RGB color model

#75787C color RGB value is (117,120,124).

RGB: (117,120,124) (46%, 47%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 124 of 255 = 49%

117
120
124

R + G + B ~ 47%. #75787C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 124 = 361 (100%)
R 117 of 361 ~ 32.41%
G 120 of 361 ~ 33.24%
B 124 of 361 ~ 34.35'%

%32.41
%33.24
%34.35

CMYK color model

#75787C color CMYK value is (6,3,0,51).

  • cyan value is 5.65%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (6,3,0,51) C6M3Y0K51 (6%,3%,0%,51%) (0.06/0.03/0.00/0.51) 

CMYK percentages

%5.65
%3.23
%0
%51.37

Codes

Color #75787C in popluar color models

75 78 7C
RGB 117 120 124
HSL 214° 2.90% 47.25%
HSB/HSV 214° 5.65% 48.63%
CMYK 5.65% 3.23% 0.00%
51.37%

Color #75787C in popluar number systems.

HEX 75 78 7C
Decimal 117 120 124
Binary 1110101 1111000 1111100
Octal 165 170 174

Shades and tints

Shades of #75787C

#75787C
(117,120,124)
#6B6E71
(107,110,113)
#616466
(97,100,102)
#575A5B
(87,90,91)
#4D5050
(77,80,80)
#434645
(67,70,69)
#393C3A
(57,60,58)
#2F322F
(47,50,47)
#252824
(37,40,36)
#1B1E19
(27,30,25)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #75787C

#75787C
(117,120,124)
#818487
(129,132,135)
#8D9092
(141,144,146)
#999C9D
(153,156,157)
#A5A8A8
(165,168,168)
#B1B4B3
(177,180,179)
#BDC0BE
(189,192,190)
#C9CCC9
(201,204,201)
#D5D8D4
(213,216,212)
#E1E4DF
(225,228,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75787C color. Also use rgb(117,120,124) instead hex code.

Text Font Color

.myTextColor { color: #75787C; }

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

This text font color is #75787C.

Background Color

.myBgColor { background-color: #75787C; }

<div style="background-color:#75787C">Inner text</div>

This div background color is #75787C.

Border color

.myBorderColor { border: 1px solid #75787C; }

<div style="border:3px solid #75787C">Div</div>

This div border color is #75787C.

Opacity

.myOpacity80 { color: #75787C; opacity: 0.8; }

<p style="color:#75787C;opacity:0.8;">80%</p>

Text with #75787C 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 #75787C;}

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

This text has shadow with #75787C color.


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

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

This text has shadow with #75787C primary color and red secondary color.


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

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

This text has shadow with #75787C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75787C.

Preview

Color preview on black background

This text has color #75787C on black background.


Color preview on white background

This text has color #75787C on white background.


Black color preview on #75787C background

This text has black color on #75787C background.


White color preview on #75787C background

This text has white color on #75787C background.


Related colors

Complementary color

Complementary color for #hex is #8A8783.


I love getcolorcode.com

Triadic colors

1 #7C7578 and #787C75 with #75787C are triadic colors.

2 #7C7875 and #78757C with #75787C are triadic colors.