COLOR #756177

HEX: #756177
RGB: (117,97,119)

Color info

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

RGB color model

#756177 color RGB value is (117,97,119).

  • red value is 117;
  • green value is 97;
  • blue value is 119.
RGB:
(117,97,119)
(46%,38%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 119 of 255 = 47%

117
97
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 119 = 333 (100%)
R 117 of 333 ~ 35.14%
G 97 of 333 ~ 29.13%
B 119 of 333 ~ 35.74%

%35.14
%29.13
%35.74

CMYK color model

#756177 color CMYK value is (2,18,0,53).

  • cyan value is 1.68%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(2,18,0,53)
C2M18Y0K53 
(2%,18%,0%,53%)
(0.02/0.18/0.00/0.53)	

CMYK percentages

%1.68
%18.49
%0
%53.33

Codes

Color #756177 in popluar color models

756177
RGB11797119
HSL295°10.19%42.35%
HSB/HSV295°18.49%46.67%
CMYK1.68%18.49%0.00%
53.33%

Color #756177 in popluar number systems.

HEX756177
Decimal11797119
Binary111010111000011110111
Octal165141167

Shades and tints

Shades of #756177

#756177
(117,97,119)
#6B596D
(107,89,109)
#615163
(97,81,99)
#574959
(87,73,89)
#4D414F
(77,65,79)
#433945
(67,57,69)
#39313B
(57,49,59)
#2F2931
(47,41,49)
#252127
(37,33,39)
#1B191D
(27,25,29)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #756177

#756177
(117,97,119)
#816F83
(129,111,131)
#8D7D8F
(141,125,143)
#998B9B
(153,139,155)
#A599A7
(165,153,167)
#B1A7B3
(177,167,179)
#BDB5BF
(189,181,191)
#C9C3CB
(201,195,203)
#D5D1D7
(213,209,215)
#E1DFE3
(225,223,227)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756177 color. Also use rgb(117,97,119) instead hex code.

Text Font Color

.myTextColor { color: #756177; }

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

This text font color is #756177.


Background Color

.myBgColor { background-color: #756177; }

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

This div background color is #756177.


Border color

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

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

This div border color is #756177.


Opacity

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

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

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

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

This text has shadow with #756177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756177 on black background.


Color preview on white background

This text has color #756177 on white background.



Black color preview on #756177 background

This text has black color on #756177 background.


White color preview on #756177 background

This text has white color on #756177 background.