COLOR #75847E

HEX: #75847E
RGB: (117,132,126)

Color info

#75847E contains red, green and blue colors in about the same proportion. Web safe color of #75847E is #669966 (or #696).

RGB color model

#75847E color RGB value is (117,132,126).

  • red value is 117;
  • green value is 132;
  • blue value is 126.
RGB:
(117,132,126)
(46%,52%,49%)

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 126 of 255 = 49%

117
132
126

R + G + B ~ 49%. #75847E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 126 = 375 (100%)
R 117 of 375 ~ 31.2%
G 132 of 375 ~ 35.2%
B 126 of 375 ~ 33.6%

%31.2
%35.2
%33.6

CMYK color model

#75847E color CMYK value is (11,0,5,48).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(11,0,5,48)
C11M0Y5K48 
(11%,0%,5%,48%)
(0.11/0.00/0.05/0.48)	

CMYK percentages

%11.36
%0
%4.55
%48.24

Codes

Color #75847E in popluar color models

75847E
RGB117132126
HSL156°6.02%48.82%
HSB/HSV156°11.36%51.76%
CMYK11.36%0.00%4.55%
48.24%

Color #75847E in popluar number systems.

HEX75847E
Decimal117132126
Binary1110101100001001111110
Octal165204176

Shades and tints

Shades of #75847E

#75847E
(117,132,126)
#6B7873
(107,120,115)
#616C68
(97,108,104)
#57605D
(87,96,93)
#4D5452
(77,84,82)
#434847
(67,72,71)
#393C3C
(57,60,60)
#2F3031
(47,48,49)
#252426
(37,36,38)
#1B181B
(27,24,27)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #75847E

#75847E
(117,132,126)
#818F89
(129,143,137)
#8D9A94
(141,154,148)
#99A59F
(153,165,159)
#A5B0AA
(165,176,170)
#B1BBB5
(177,187,181)
#BDC6C0
(189,198,192)
#C9D1CB
(201,209,203)
#D5DCD6
(213,220,214)
#E1E7E1
(225,231,225)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75847E color. Also use rgb(117,132,126) instead hex code.

Text Font Color

.myTextColor { color: #75847E; }

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

This text font color is #75847E.


Background Color

.myBgColor { background-color: #75847E; }

<div style="background-color:#75847E">Inner text</div>

This div background color is #75847E.


Border color

.myBorderColor { border: 1px solid #75847E; }

<div style="border:3px solid #75847E">Div</div>

This div border color is #75847E.


Opacity

.myOpacity80 { color: #75847E; opacity: 0.8; }

<p style="color:#75847E;opacity:0.8;">80%</p>

Text with #75847E 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 #75847E;}

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

This text has shadow with #75847E color.

.textShadow {text-shadow: 3px 3px 1px #75847E, 3px 3px 1px red;}

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

This text has shadow with #75847E primary color and red secondary color.


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

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

This text has shadow with #75847E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75847E;
-webkit-box-shadow: 1px 1px 3px 2px #75847E;
box-shadow:1px 1px 3px 2px #75847E;">
Div content here</div>
This div box has shadow with color #75847E.

Preview

Color preview on black background

This text has color #75847E on black background.


Color preview on white background

This text has color #75847E on white background.



Black color preview on #75847E background

This text has black color on #75847E background.


White color preview on #75847E background

This text has white color on #75847E background.