COLOR #75878A

HEX: #75878A RGB: (117,135,138)

Color info

#75878A contains red, green and blue colors in about the same proportion. Web safe color of #75878A is #669999 (or #699).

RGB color model

#75878A color RGB value is (117,135,138).

RGB: (117,135,138) (46%, 53%, 54%)

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 138 of 255 = 54%

117
135
138

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

Portions of RGB colors in percentages

R + G + B = 117 + 135 + 138 = 390 (100%)
R 117 of 390 ~ 30%
G 135 of 390 ~ 34.62%
B 138 of 390 ~ 35.38'%

%30
%34.62
%35.38

CMYK color model

#75878A color CMYK value is (15,2,0,46).

  • cyan value is 15.22%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (15,2,0,46)
C15M2Y0K46 (15%, 2%, 0%, 46%)
(0.15 / 0.02 / 0.00 / 0.46)

CMYK percentages

%15.22
%2.17
%0
%45.88

Codes

Color #75878A in popluar color models

75 87 8A
RGB 117 135 138
HSL 189° 8.24% 50.00%
HSB/HSV 189° 15.22% 54.12%
CMYK 15.22% 2.17% 0.00%
45.88%

Color #75878A in popluar number systems.

HEX 75 87 8A
Decimal 117 135 138
Binary 1110101 10000111 10001010
Octal 165 207 212

Shades and tints

Shades of #75878A

#75878A
(117,135,138)
#6B7B7E
(107,123,126)
#616F72
(97,111,114)
#576366
(87,99,102)
#4D575A
(77,87,90)
#434B4E
(67,75,78)
#393F42
(57,63,66)
#2F3336
(47,51,54)
#25272A
(37,39,42)
#1B1B1E
(27,27,30)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #75878A

#75878A
(117,135,138)
#819194
(129,145,148)
#8D9B9E
(141,155,158)
#99A5A8
(153,165,168)
#A5AFB2
(165,175,178)
#B1B9BC
(177,185,188)
#BDC3C6
(189,195,198)
#C9CDD0
(201,205,208)
#D5D7DA
(213,215,218)
#E1E1E4
(225,225,228)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75878A color. Also use rgb(117,135,138) instead hex code.

Text Font Color

.myTextColor { color: #75878A; }

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

This text font color is #75878A.

Background Color

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

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

This div background color is #75878A.

Border color

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

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

This div border color is #75878A.

Opacity

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

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

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

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

This text has shadow with #75878A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75878A.

Preview

Color preview on black background

This text has color #75878A on black background.


Color preview on white background

This text has color #75878A on white background.


Black color preview on #75878A background

This text has black color on #75878A background.


White color preview on #75878A background

This text has white color on #75878A background.


Related colors

Complementary color

Complementary color for #hex is #8A7875.


I love getcolorcode.com

Triadic colors

1 #8A7587 and #878A75 with #75878A are triadic colors.

2 #8A8775 and #87758A with #75878A are triadic colors.