COLOR #75807A

HEX: #75807A RGB: (117,128,122)

Color info

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

RGB color model

#75807A color RGB value is (117,128,122).

RGB: (117,128,122) (46%, 50%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 122 of 255 = 48%

117
128
122

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

Portions of RGB colors in percentages

R + G + B = 117 + 128 + 122 = 367 (100%)
R 117 of 367 ~ 31.88%
G 128 of 367 ~ 34.88%
B 122 of 367 ~ 33.24'%

%31.88
%34.88
%33.24

CMYK color model

#75807A color CMYK value is (9,0,5,50).

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

CMYK: (9,0,5,50)
C9M0Y5K50 (9%, 0%, 5%, 50%)
(0.09 / 0.00 / 0.05 / 0.50)

CMYK percentages

%8.59
%0
%4.69
%49.8

Codes

Color #75807A in popluar color models

75 80 7A
RGB 117 128 122
HSL 147° 4.49% 48.04%
HSB/HSV 147° 8.59% 50.20%
CMYK 8.59% 0.00% 4.69%
49.80%

Color #75807A in popluar number systems.

HEX 75 80 7A
Decimal 117 128 122
Binary 1110101 10000000 1111010
Octal 165 200 172

Shades and tints

Shades of #75807A

#75807A
(117,128,122)
#6B756F
(107,117,111)
#616A64
(97,106,100)
#575F59
(87,95,89)
#4D544E
(77,84,78)
#434943
(67,73,67)
#393E38
(57,62,56)
#2F332D
(47,51,45)
#252822
(37,40,34)
#1B1D17
(27,29,23)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #75807A

#75807A
(117,128,122)
#818B86
(129,139,134)
#8D9692
(141,150,146)
#99A19E
(153,161,158)
#A5ACAA
(165,172,170)
#B1B7B6
(177,183,182)
#BDC2C2
(189,194,194)
#C9CDCE
(201,205,206)
#D5D8DA
(213,216,218)
#E1E3E6
(225,227,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75807A; }

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

This text font color is #75807A.

Background Color

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

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

This div background color is #75807A.

Border color

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

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

This div border color is #75807A.

Opacity

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

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

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

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

This text has shadow with #75807A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75807A.

Preview

Color preview on black background

This text has color #75807A on black background.


Color preview on white background

This text has color #75807A on white background.


Black color preview on #75807A background

This text has black color on #75807A background.


White color preview on #75807A background

This text has white color on #75807A background.


Related colors

Complementary color

Complementary color for #hex is #8A7F85.


I love getcolorcode.com

Triadic colors

1 #7A7580 and #807A75 with #75807A are triadic colors.

2 #7A8075 and #80757A with #75807A are triadic colors.