COLOR #756678

HEX: #756678
RGB: (117,102,120)

Color info

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

RGB color model

#756678 color RGB value is (117,102,120).

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

RGB channels and saturation

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

117
102
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 120 = 339 (100%)
R 117 of 339 ~ 34.51%
G 102 of 339 ~ 30.09%
B 120 of 339 ~ 35.4%

%34.51
%30.09
%35.4

CMYK color model

#756678 color CMYK value is (3,15,0,53).

  • cyan value is 2.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,15,0,53)
C3M15Y0K53 
(3%,15%,0%,53%)
(0.03/0.15/0.00/0.53)	

CMYK percentages

%2.5
%15
%0
%52.94

Codes

Color #756678 in popluar color models

756678
RGB117102120
HSL290°8.11%43.53%
HSB/HSV290°15.00%47.06%
CMYK2.50%15.00%0.00%
52.94%

Color #756678 in popluar number systems.

HEX756678
Decimal117102120
Binary111010111001101111000
Octal165146170

Shades and tints

Shades of #756678

#756678
(117,102,120)
#6B5D6E
(107,93,110)
#615464
(97,84,100)
#574B5A
(87,75,90)
#4D4250
(77,66,80)
#433946
(67,57,70)
#39303C
(57,48,60)
#2F2732
(47,39,50)
#251E28
(37,30,40)
#1B151E
(27,21,30)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #756678

#756678
(117,102,120)
#817384
(129,115,132)
#8D8090
(141,128,144)
#998D9C
(153,141,156)
#A59AA8
(165,154,168)
#B1A7B4
(177,167,180)
#BDB4C0
(189,180,192)
#C9C1CC
(201,193,204)
#D5CED8
(213,206,216)
#E1DBE4
(225,219,228)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756678; }

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

This text font color is #756678.


Background Color

.myBgColor { background-color: #756678; }

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

This div background color is #756678.


Border color

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

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

This div border color is #756678.


Opacity

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

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

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

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

This text has shadow with #756678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756678 on black background.


Color preview on white background

This text has color #756678 on white background.



Black color preview on #756678 background

This text has black color on #756678 background.


White color preview on #756678 background

This text has white color on #756678 background.