COLOR #75807C

HEX: #75807C RGB: (117,128,124)

Color info

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

RGB color model

#75807C color RGB value is (117,128,124).

RGB: (117,128,124) (46%, 50%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 124 of 255 = 49%

117
128
124

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

Portions of RGB colors in percentages

R + G + B = 117 + 128 + 124 = 369 (100%)
R 117 of 369 ~ 31.71%
G 128 of 369 ~ 34.69%
B 124 of 369 ~ 33.6'%

%31.71
%34.69
%33.6

CMYK color model

#75807C color CMYK value is (9,0,3,50).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 49.80%

CMYK: (9,0,3,50)
C9M0Y3K50 (9%, 0%, 3%, 50%)
(0.09 / 0.00 / 0.03 / 0.50)

CMYK percentages

%8.59
%0
%3.12
%49.8

Codes

Color #75807C in popluar color models

75 80 7C
RGB 117 128 124
HSL 158° 4.49% 48.04%
HSB/HSV 158° 8.59% 50.20%
CMYK 8.59% 0.00% 3.12%
49.80%

Color #75807C in popluar number systems.

HEX 75 80 7C
Decimal 117 128 124
Binary 1110101 10000000 1111100
Octal 165 200 174

Shades and tints

Shades of #75807C

#75807C
(117,128,124)
#6B7571
(107,117,113)
#616A66
(97,106,102)
#575F5B
(87,95,91)
#4D5450
(77,84,80)
#434945
(67,73,69)
#393E3A
(57,62,58)
#2F332F
(47,51,47)
#252824
(37,40,36)
#1B1D19
(27,29,25)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #75807C

#75807C
(117,128,124)
#818B87
(129,139,135)
#8D9692
(141,150,146)
#99A19D
(153,161,157)
#A5ACA8
(165,172,168)
#B1B7B3
(177,183,179)
#BDC2BE
(189,194,190)
#C9CDC9
(201,205,201)
#D5D8D4
(213,216,212)
#E1E3DF
(225,227,223)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75807C; }

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

This text font color is #75807C.

Background Color

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

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

This div background color is #75807C.

Border color

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

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

This div border color is #75807C.

Opacity

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

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

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

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

This text has shadow with #75807C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75807C.

Preview

Color preview on black background

This text has color #75807C on black background.


Color preview on white background

This text has color #75807C on white background.


Black color preview on #75807C background

This text has black color on #75807C background.


White color preview on #75807C background

This text has white color on #75807C background.


Related colors

Complementary color

Complementary color for #hex is #8A7F83.


I love getcolorcode.com

Triadic colors

1 #7C7580 and #807C75 with #75807C are triadic colors.

2 #7C8075 and #80757C with #75807C are triadic colors.