COLOR #75786E

HEX: #75786E
RGB: (117,120,110)

Color info

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

RGB color model

#75786E color RGB value is (117,120,110).

  • red value is 117;
  • green value is 120;
  • blue value is 110.
RGB:
(117,120,110)
(46%,47%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 110 of 255 = 43%

117
120
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 120 + 110 = 347 (100%)
R 117 of 347 ~ 33.72%
G 120 of 347 ~ 34.58%
B 110 of 347 ~ 31.7%

%33.72
%34.58
%31.7

CMYK color model

#75786E color CMYK value is (3,0,8,53).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 52.94%
CMYK:
(3,0,8,53)
C3M0Y8K53 
(3%,0%,8%,53%)
(0.03/0.00/0.08/0.53)	

CMYK percentages

%2.5
%0
%8.33
%52.94

Codes

Color #75786E in popluar color models

75786E
RGB117120110
HSL78°4.35%45.10%
HSB/HSV78°8.33%47.06%
CMYK2.50%0.00%8.33%
52.94%

Color #75786E in popluar number systems.

HEX75786E
Decimal117120110
Binary111010111110001101110
Octal165170156

Shades and tints

Shades of #75786E

#75786E
(117,120,110)
#6B6E64
(107,110,100)
#61645A
(97,100,90)
#575A50
(87,90,80)
#4D5046
(77,80,70)
#43463C
(67,70,60)
#393C32
(57,60,50)
#2F3228
(47,50,40)
#25281E
(37,40,30)
#1B1E14
(27,30,20)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #75786E

#75786E
(117,120,110)
#81847B
(129,132,123)
#8D9088
(141,144,136)
#999C95
(153,156,149)
#A5A8A2
(165,168,162)
#B1B4AF
(177,180,175)
#BDC0BC
(189,192,188)
#C9CCC9
(201,204,201)
#D5D8D6
(213,216,214)
#E1E4E3
(225,228,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75786E color. Also use rgb(117,120,110) instead hex code.

Text Font Color

.myTextColor { color: #75786E; }

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

This text font color is #75786E.


Background Color

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

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

This div background color is #75786E.


Border color

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

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

This div border color is #75786E.


Opacity

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

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

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

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

This text has shadow with #75786E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75786E on black background.


Color preview on white background

This text has color #75786E on white background.



Black color preview on #75786E background

This text has black color on #75786E background.


White color preview on #75786E background

This text has white color on #75786E background.