COLOR #75847C

HEX: #75847C
RGB: (117,132,124)

Color info

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

RGB color model

#75847C color RGB value is (117,132,124).

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

RGB channels and saturation

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

117
132
124

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

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 124 = 373 (100%)
R 117 of 373 ~ 31.37%
G 132 of 373 ~ 35.39%
B 124 of 373 ~ 33.24%

%31.37
%35.39
%33.24

CMYK color model

#75847C color CMYK value is (11,0,6,48).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 48.24%
CMYK:
(11,0,6,48)
C11M0Y6K48 
(11%,0%,6%,48%)
(0.11/0.00/0.06/0.48)	

CMYK percentages

%11.36
%0
%6.06
%48.24

Codes

Color #75847C in popluar color models

75847C
RGB117132124
HSL148°6.02%48.82%
HSB/HSV148°11.36%51.76%
CMYK11.36%0.00%6.06%
48.24%

Color #75847C in popluar number systems.

HEX75847C
Decimal117132124
Binary1110101100001001111100
Octal165204174

Shades and tints

Shades of #75847C

#75847C
(117,132,124)
#6B7871
(107,120,113)
#616C66
(97,108,102)
#57605B
(87,96,91)
#4D5450
(77,84,80)
#434845
(67,72,69)
#393C3A
(57,60,58)
#2F302F
(47,48,47)
#252424
(37,36,36)
#1B1819
(27,24,25)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #75847C

#75847C
(117,132,124)
#818F87
(129,143,135)
#8D9A92
(141,154,146)
#99A59D
(153,165,157)
#A5B0A8
(165,176,168)
#B1BBB3
(177,187,179)
#BDC6BE
(189,198,190)
#C9D1C9
(201,209,201)
#D5DCD4
(213,220,212)
#E1E7DF
(225,231,223)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75847C; }

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

This text font color is #75847C.


Background Color

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

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

This div background color is #75847C.


Border color

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

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

This div border color is #75847C.


Opacity

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

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

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

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

This text has shadow with #75847C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75847C on black background.


Color preview on white background

This text has color #75847C on white background.



Black color preview on #75847C background

This text has black color on #75847C background.


White color preview on #75847C background

This text has white color on #75847C background.