COLOR #756375

HEX: #756375
RGB: (117,99,117)

Color info

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

RGB color model

#756375 color RGB value is (117,99,117).

  • red value is 117;
  • green value is 99;
  • blue value is 117.
RGB:
(117,99,117)
(46%,39%,46%)

RGB channels and saturation

R 117 of 255 = 46%
G 99 of 255 = 39%
B 117 of 255 = 46%

117
99
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 99 + 117 = 333 (100%)
R 117 of 333 ~ 35.14%
G 99 of 333 ~ 29.73%
B 117 of 333 ~ 35.14%

%35.14
%29.73
%35.14

CMYK color model

#756375 color CMYK value is (0,15,0,54).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(0,15,0,54)
C0M15Y0K54 
(0%,15%,0%,54%)
(0.00/0.15/0.00/0.54)	

CMYK percentages

%0
%15.38
%0
%54.12

Codes

Color #756375 in popluar color models

756375
RGB11799117
HSL300°8.33%42.35%
HSB/HSV300°15.38%45.88%
CMYK0.00%15.38%0.00%
54.12%

Color #756375 in popluar number systems.

HEX756375
Decimal11799117
Binary111010111000111110101
Octal165143165

Shades and tints

Shades of #756375

#756375
(117,99,117)
#6B5A6B
(107,90,107)
#615161
(97,81,97)
#574857
(87,72,87)
#4D3F4D
(77,63,77)
#433643
(67,54,67)
#392D39
(57,45,57)
#2F242F
(47,36,47)
#251B25
(37,27,37)
#1B121B
(27,18,27)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #756375

#756375
(117,99,117)
#817181
(129,113,129)
#8D7F8D
(141,127,141)
#998D99
(153,141,153)
#A59BA5
(165,155,165)
#B1A9B1
(177,169,177)
#BDB7BD
(189,183,189)
#C9C5C9
(201,197,201)
#D5D3D5
(213,211,213)
#E1E1E1
(225,225,225)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756375; }

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

This text font color is #756375.


Background Color

.myBgColor { background-color: #756375; }

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

This div background color is #756375.


Border color

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

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

This div border color is #756375.


Opacity

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

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

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

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

This text has shadow with #756375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756375 on black background.


Color preview on white background

This text has color #756375 on white background.



Black color preview on #756375 background

This text has black color on #756375 background.


White color preview on #756375 background

This text has white color on #756375 background.