COLOR #756978

HEX: #756978
RGB: (117,105,120)

Color info

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

RGB color model

#756978 color RGB value is (117,105,120).

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

RGB channels and saturation

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

117
105
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 105 + 120 = 342 (100%)
R 117 of 342 ~ 34.21%
G 105 of 342 ~ 30.7%
B 120 of 342 ~ 35.09%

%34.21
%30.7
%35.09

CMYK color model

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

  • cyan value is 2.50%
  • magenta value is 12.50%
  • 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
%12.5
%0
%52.94

Codes

Color #756978 in popluar color models

756978
RGB117105120
HSL288°6.67%44.12%
HSB/HSV288°12.50%47.06%
CMYK2.50%12.50%0.00%
52.94%

Color #756978 in popluar number systems.

HEX756978
Decimal117105120
Binary111010111010011111000
Octal165151170

Shades and tints

Shades of #756978

#756978
(117,105,120)
#6B606E
(107,96,110)
#615764
(97,87,100)
#574E5A
(87,78,90)
#4D4550
(77,69,80)
#433C46
(67,60,70)
#39333C
(57,51,60)
#2F2A32
(47,42,50)
#252128
(37,33,40)
#1B181E
(27,24,30)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #756978

#756978
(117,105,120)
#817684
(129,118,132)
#8D8390
(141,131,144)
#99909C
(153,144,156)
#A59DA8
(165,157,168)
#B1AAB4
(177,170,180)
#BDB7C0
(189,183,192)
#C9C4CC
(201,196,204)
#D5D1D8
(213,209,216)
#E1DEE4
(225,222,228)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756978; }

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

This text font color is #756978.


Background Color

.myBgColor { background-color: #756978; }

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

This div background color is #756978.


Border color

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

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

This div border color is #756978.


Opacity

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

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

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

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

This text has shadow with #756978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756978 on black background.


Color preview on white background

This text has color #756978 on white background.



Black color preview on #756978 background

This text has black color on #756978 background.


White color preview on #756978 background

This text has white color on #756978 background.