COLOR #756065

HEX: #756065
RGB: (117,96,101)

Color info

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

RGB color model

#756065 color RGB value is (117,96,101).

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

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 101 of 255 = 40%

117
96
101

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

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 101 = 314 (100%)
R 117 of 314 ~ 37.26%
G 96 of 314 ~ 30.57%
B 101 of 314 ~ 32.17%

%37.26
%30.57
%32.17

CMYK color model

#756065 color CMYK value is (0,18,14,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(0,18,14,54)
C0M18Y14K54 
(0%,18%,14%,54%)
(0.00/0.18/0.14/0.54)	

CMYK percentages

%0
%17.95
%13.68
%54.12

Codes

Color #756065 in popluar color models

756065
RGB11796101
HSL346°9.86%41.76%
HSB/HSV346°17.95%45.88%
CMYK0.00%17.95%13.68%
54.12%

Color #756065 in popluar number systems.

HEX756065
Decimal11796101
Binary111010111000001100101
Octal165140145

Shades and tints

Shades of #756065

#756065
(117,96,101)
#6B585C
(107,88,92)
#615053
(97,80,83)
#57484A
(87,72,74)
#4D4041
(77,64,65)
#433838
(67,56,56)
#39302F
(57,48,47)
#2F2826
(47,40,38)
#25201D
(37,32,29)
#1B1814
(27,24,20)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #756065

#756065
(117,96,101)
#816E73
(129,110,115)
#8D7C81
(141,124,129)
#998A8F
(153,138,143)
#A5989D
(165,152,157)
#B1A6AB
(177,166,171)
#BDB4B9
(189,180,185)
#C9C2C7
(201,194,199)
#D5D0D5
(213,208,213)
#E1DEE3
(225,222,227)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756065; }

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

This text font color is #756065.


Background Color

.myBgColor { background-color: #756065; }

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

This div background color is #756065.


Border color

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

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

This div border color is #756065.


Opacity

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

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

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

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

This text has shadow with #756065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756065 on black background.


Color preview on white background

This text has color #756065 on white background.



Black color preview on #756065 background

This text has black color on #756065 background.


White color preview on #756065 background

This text has white color on #756065 background.