COLOR #756578

HEX: #756578
RGB: (117,101,120)

Color info

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

RGB color model

#756578 color RGB value is (117,101,120).

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

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 120 of 255 = 47%

117
101
120

R + G + B ~ 44%. #756578 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 120 = 338 (100%)
R 117 of 338 ~ 34.62%
G 101 of 338 ~ 29.88%
B 120 of 338 ~ 35.5%

%34.62
%29.88
%35.5

CMYK color model

#756578 color CMYK value is (3,16,0,53).

  • cyan value is 2.50%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,16,0,53)
C3M16Y0K53 
(3%,16%,0%,53%)
(0.03/0.16/0.00/0.53)	

CMYK percentages

%2.5
%15.83
%0
%52.94

Codes

Color #756578 in popluar color models

756578
RGB117101120
HSL291°8.60%43.33%
HSB/HSV291°15.83%47.06%
CMYK2.50%15.83%0.00%
52.94%

Color #756578 in popluar number systems.

HEX756578
Decimal117101120
Binary111010111001011111000
Octal165145170

Shades and tints

Shades of #756578

#756578
(117,101,120)
#6B5C6E
(107,92,110)
#615364
(97,83,100)
#574A5A
(87,74,90)
#4D4150
(77,65,80)
#433846
(67,56,70)
#392F3C
(57,47,60)
#2F2632
(47,38,50)
#251D28
(37,29,40)
#1B141E
(27,20,30)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #756578

#756578
(117,101,120)
#817384
(129,115,132)
#8D8190
(141,129,144)
#998F9C
(153,143,156)
#A59DA8
(165,157,168)
#B1ABB4
(177,171,180)
#BDB9C0
(189,185,192)
#C9C7CC
(201,199,204)
#D5D5D8
(213,213,216)
#E1E3E4
(225,227,228)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756578; }

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

This text font color is #756578.


Background Color

.myBgColor { background-color: #756578; }

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

This div background color is #756578.


Border color

.myBorderColor { border: 1px solid #756578; }

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

This div border color is #756578.


Opacity

.myOpacity80 { color: #756578; opacity: 0.8; }

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

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

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

This text has shadow with #756578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756578 on black background.


Color preview on white background

This text has color #756578 on white background.



Black color preview on #756578 background

This text has black color on #756578 background.


White color preview on #756578 background

This text has white color on #756578 background.