COLOR #756268

HEX: #756268
RGB: (117,98,104)

Color info

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

RGB color model

#756268 color RGB value is (117,98,104).

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

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 104 of 255 = 41%

117
98
104

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

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 104 = 319 (100%)
R 117 of 319 ~ 36.68%
G 98 of 319 ~ 30.72%
B 104 of 319 ~ 32.6%

%36.68
%30.72
%32.6

CMYK color model

#756268 color CMYK value is (0,16,11,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(0,16,11,54)
C0M16Y11K54 
(0%,16%,11%,54%)
(0.00/0.16/0.11/0.54)	

CMYK percentages

%0
%16.24
%11.11
%54.12

Codes

Color #756268 in popluar color models

756268
RGB11798104
HSL341°8.84%42.16%
HSB/HSV341°16.24%45.88%
CMYK0.00%16.24%11.11%
54.12%

Color #756268 in popluar number systems.

HEX756268
Decimal11798104
Binary111010111000101101000
Octal165142150

Shades and tints

Shades of #756268

#756268
(117,98,104)
#6B5A5F
(107,90,95)
#615256
(97,82,86)
#574A4D
(87,74,77)
#4D4244
(77,66,68)
#433A3B
(67,58,59)
#393232
(57,50,50)
#2F2A29
(47,42,41)
#252220
(37,34,32)
#1B1A17
(27,26,23)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #756268

#756268
(117,98,104)
#817075
(129,112,117)
#8D7E82
(141,126,130)
#998C8F
(153,140,143)
#A59A9C
(165,154,156)
#B1A8A9
(177,168,169)
#BDB6B6
(189,182,182)
#C9C4C3
(201,196,195)
#D5D2D0
(213,210,208)
#E1E0DD
(225,224,221)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756268; }

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

This text font color is #756268.


Background Color

.myBgColor { background-color: #756268; }

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

This div background color is #756268.


Border color

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

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

This div border color is #756268.


Opacity

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

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

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

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

This text has shadow with #756268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756268 on black background.


Color preview on white background

This text has color #756268 on white background.



Black color preview on #756268 background

This text has black color on #756268 background.


White color preview on #756268 background

This text has white color on #756268 background.