COLOR #756C78

HEX: #756C78
RGB: (117,108,120)

Color info

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

RGB color model

#756C78 color RGB value is (117,108,120).

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

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 120 of 255 = 47%

117
108
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 120 = 345 (100%)
R 117 of 345 ~ 33.91%
G 108 of 345 ~ 31.3%
B 120 of 345 ~ 34.78%

%33.91
%31.3
%34.78

CMYK color model

#756C78 color CMYK value is (3,10,0,53).

  • cyan value is 2.50%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,10,0,53)
C3M10Y0K53 
(3%,10%,0%,53%)
(0.03/0.10/0.00/0.53)	

CMYK percentages

%2.5
%10
%0
%52.94

Codes

Color #756C78 in popluar color models

756C78
RGB117108120
HSL285°5.26%44.71%
HSB/HSV285°10.00%47.06%
CMYK2.50%10.00%0.00%
52.94%

Color #756C78 in popluar number systems.

HEX756C78
Decimal117108120
Binary111010111011001111000
Octal165154170

Shades and tints

Shades of #756C78

#756C78
(117,108,120)
#6B636E
(107,99,110)
#615A64
(97,90,100)
#57515A
(87,81,90)
#4D4850
(77,72,80)
#433F46
(67,63,70)
#39363C
(57,54,60)
#2F2D32
(47,45,50)
#252428
(37,36,40)
#1B1B1E
(27,27,30)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #756C78

#756C78
(117,108,120)
#817984
(129,121,132)
#8D8690
(141,134,144)
#99939C
(153,147,156)
#A5A0A8
(165,160,168)
#B1ADB4
(177,173,180)
#BDBAC0
(189,186,192)
#C9C7CC
(201,199,204)
#D5D4D8
(213,212,216)
#E1E1E4
(225,225,228)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756C78 color. Also use rgb(117,108,120) instead hex code.

Text Font Color

.myTextColor { color: #756C78; }

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

This text font color is #756C78.


Background Color

.myBgColor { background-color: #756C78; }

<div style="background-color:#756C78">Inner text</div>

This div background color is #756C78.


Border color

.myBorderColor { border: 1px solid #756C78; }

<div style="border:3px solid #756C78">Div</div>

This div border color is #756C78.


Opacity

.myOpacity80 { color: #756C78; opacity: 0.8; }

<p style="color:#756C78;opacity:0.8;">80%</p>

Text with #756C78 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 #756C78;}

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

This text has shadow with #756C78 color.

.textShadow {text-shadow: 3px 3px 1px #756C78, 3px 3px 1px red;}

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

This text has shadow with #756C78 primary color and red secondary color.


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

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

This text has shadow with #756C78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756C78 on black background.


Color preview on white background

This text has color #756C78 on white background.



Black color preview on #756C78 background

This text has black color on #756C78 background.


White color preview on #756C78 background

This text has white color on #756C78 background.