COLOR #756767

HEX: #756767
RGB: (117,103,103)

Color info

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

RGB color model

#756767 color RGB value is (117,103,103).

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

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 103 of 255 = 40%

117
103
103

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

Portions of RGB colors in percentages

R + G + B =
117 + 103 + 103 = 323 (100%)
R 117 of 323 ~ 36.22%
G 103 of 323 ~ 31.89%
B 103 of 323 ~ 31.89%

%36.22
%31.89
%31.89

CMYK color model

#756767 color CMYK value is (0,12,12,54).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(0,12,12,54)
C0M12Y12K54 
(0%,12%,12%,54%)
(0.00/0.12/0.12/0.54)	

CMYK percentages

%0
%11.97
%11.97
%54.12

Codes

Color #756767 in popluar color models

756767
RGB117103103
HSL6.36%43.14%
HSB/HSV11.97%45.88%
CMYK0.00%11.97%11.97%
54.12%

Color #756767 in popluar number systems.

HEX756767
Decimal117103103
Binary111010111001111100111
Octal165147147

Shades and tints

Shades of #756767

#756767
(117,103,103)
#6B5E5E
(107,94,94)
#615555
(97,85,85)
#574C4C
(87,76,76)
#4D4343
(77,67,67)
#433A3A
(67,58,58)
#393131
(57,49,49)
#2F2828
(47,40,40)
#251F1F
(37,31,31)
#1B1616
(27,22,22)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #756767

#756767
(117,103,103)
#817474
(129,116,116)
#8D8181
(141,129,129)
#998E8E
(153,142,142)
#A59B9B
(165,155,155)
#B1A8A8
(177,168,168)
#BDB5B5
(189,181,181)
#C9C2C2
(201,194,194)
#D5CFCF
(213,207,207)
#E1DCDC
(225,220,220)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756767; }

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

This text font color is #756767.


Background Color

.myBgColor { background-color: #756767; }

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

This div background color is #756767.


Border color

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

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

This div border color is #756767.


Opacity

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

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

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

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

This text has shadow with #756767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756767 on black background.


Color preview on white background

This text has color #756767 on white background.



Black color preview on #756767 background

This text has black color on #756767 background.


White color preview on #756767 background

This text has white color on #756767 background.