COLOR #756878

HEX: #756878
RGB: (117,104,120)

Color info

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

RGB color model

#756878 color RGB value is (117,104,120).

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

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 120 of 255 = 47%

117
104
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 120 = 341 (100%)
R 117 of 341 ~ 34.31%
G 104 of 341 ~ 30.5%
B 120 of 341 ~ 35.19%

%34.31
%30.5
%35.19

CMYK color model

#756878 color CMYK value is (3,13,0,53).

  • cyan value is 2.50%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,13,0,53)
C3M13Y0K53 
(3%,13%,0%,53%)
(0.03/0.13/0.00/0.53)	

CMYK percentages

%2.5
%13.33
%0
%52.94

Codes

Color #756878 in popluar color models

756878
RGB117104120
HSL289°7.14%43.92%
HSB/HSV289°13.33%47.06%
CMYK2.50%13.33%0.00%
52.94%

Color #756878 in popluar number systems.

HEX756878
Decimal117104120
Binary111010111010001111000
Octal165150170

Shades and tints

Shades of #756878

#756878
(117,104,120)
#6B5F6E
(107,95,110)
#615664
(97,86,100)
#574D5A
(87,77,90)
#4D4450
(77,68,80)
#433B46
(67,59,70)
#39323C
(57,50,60)
#2F2932
(47,41,50)
#252028
(37,32,40)
#1B171E
(27,23,30)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #756878

#756878
(117,104,120)
#817584
(129,117,132)
#8D8290
(141,130,144)
#998F9C
(153,143,156)
#A59CA8
(165,156,168)
#B1A9B4
(177,169,180)
#BDB6C0
(189,182,192)
#C9C3CC
(201,195,204)
#D5D0D8
(213,208,216)
#E1DDE4
(225,221,228)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756878; }

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

This text font color is #756878.


Background Color

.myBgColor { background-color: #756878; }

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

This div background color is #756878.


Border color

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

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

This div border color is #756878.


Opacity

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

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

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

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

This text has shadow with #756878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756878 on black background.


Color preview on white background

This text has color #756878 on white background.



Black color preview on #756878 background

This text has black color on #756878 background.


White color preview on #756878 background

This text has white color on #756878 background.