COLOR #756276

HEX: #756276
RGB: (117,98,118)

Color info

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

RGB color model

#756276 color RGB value is (117,98,118).

  • red value is 117;
  • green value is 98;
  • blue value is 118.
RGB:
(117,98,118)
(46%,38%,46%)

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 118 of 255 = 46%

117
98
118

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

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 118 = 333 (100%)
R 117 of 333 ~ 35.14%
G 98 of 333 ~ 29.43%
B 118 of 333 ~ 35.44%

%35.14
%29.43
%35.44

CMYK color model

#756276 color CMYK value is (1,17,0,54).

  • cyan value is 0.85%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(1,17,0,54)
C1M17Y0K54 
(1%,17%,0%,54%)
(0.01/0.17/0.00/0.54)	

CMYK percentages

%0.85
%16.95
%0
%53.73

Codes

Color #756276 in popluar color models

756276
RGB11798118
HSL297°9.26%42.35%
HSB/HSV297°16.95%46.27%
CMYK0.85%16.95%0.00%
53.73%

Color #756276 in popluar number systems.

HEX756276
Decimal11798118
Binary111010111000101110110
Octal165142166

Shades and tints

Shades of #756276

#756276
(117,98,118)
#6B5A6C
(107,90,108)
#615262
(97,82,98)
#574A58
(87,74,88)
#4D424E
(77,66,78)
#433A44
(67,58,68)
#39323A
(57,50,58)
#2F2A30
(47,42,48)
#252226
(37,34,38)
#1B1A1C
(27,26,28)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #756276

#756276
(117,98,118)
#817082
(129,112,130)
#8D7E8E
(141,126,142)
#998C9A
(153,140,154)
#A59AA6
(165,154,166)
#B1A8B2
(177,168,178)
#BDB6BE
(189,182,190)
#C9C4CA
(201,196,202)
#D5D2D6
(213,210,214)
#E1E0E2
(225,224,226)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756276; }

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

This text font color is #756276.


Background Color

.myBgColor { background-color: #756276; }

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

This div background color is #756276.


Border color

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

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

This div border color is #756276.


Opacity

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

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

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

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

This text has shadow with #756276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756276 on black background.


Color preview on white background

This text has color #756276 on white background.



Black color preview on #756276 background

This text has black color on #756276 background.


White color preview on #756276 background

This text has white color on #756276 background.