COLOR #75806C

HEX: #75806C
RGB: (117,128,108)

Color info

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

RGB color model

#75806C color RGB value is (117,128,108).

  • red value is 117;
  • green value is 128;
  • blue value is 108.
RGB:
(117,128,108)
(46%,50%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 108 of 255 = 42%

117
128
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 128 + 108 = 353 (100%)
R 117 of 353 ~ 33.14%
G 128 of 353 ~ 36.26%
B 108 of 353 ~ 30.59%

%33.14
%36.26
%30.59

CMYK color model

#75806C color CMYK value is (9,0,16,50).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(9,0,16,50)
C9M0Y16K50 
(9%,0%,16%,50%)
(0.09/0.00/0.16/0.50)	

CMYK percentages

%8.59
%0
%15.63
%49.8

Codes

Color #75806C in popluar color models

75806C
RGB117128108
HSL93°8.47%46.27%
HSB/HSV93°15.63%50.20%
CMYK8.59%0.00%15.63%
49.80%

Color #75806C in popluar number systems.

HEX75806C
Decimal117128108
Binary1110101100000001101100
Octal165200154

Shades and tints

Shades of #75806C

#75806C
(117,128,108)
#6B7563
(107,117,99)
#616A5A
(97,106,90)
#575F51
(87,95,81)
#4D5448
(77,84,72)
#43493F
(67,73,63)
#393E36
(57,62,54)
#2F332D
(47,51,45)
#252824
(37,40,36)
#1B1D1B
(27,29,27)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #75806C

#75806C
(117,128,108)
#818B79
(129,139,121)
#8D9686
(141,150,134)
#99A193
(153,161,147)
#A5ACA0
(165,172,160)
#B1B7AD
(177,183,173)
#BDC2BA
(189,194,186)
#C9CDC7
(201,205,199)
#D5D8D4
(213,216,212)
#E1E3E1
(225,227,225)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75806C; }

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

This text font color is #75806C.


Background Color

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

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

This div background color is #75806C.


Border color

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

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

This div border color is #75806C.


Opacity

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

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

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

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

This text has shadow with #75806C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75806C on black background.


Color preview on white background

This text has color #75806C on white background.



Black color preview on #75806C background

This text has black color on #75806C background.


White color preview on #75806C background

This text has white color on #75806C background.