COLOR #756069

HEX: #756069
RGB: (117,96,105)

Color info

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

RGB color model

#756069 color RGB value is (117,96,105).

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

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 105 of 255 = 41%

117
96
105

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

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 105 = 318 (100%)
R 117 of 318 ~ 36.79%
G 96 of 318 ~ 30.19%
B 105 of 318 ~ 33.02%

%36.79
%30.19
%33.02

CMYK color model

#756069 color CMYK value is (0,18,10,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,18,10,54)
C0M18Y10K54 
(0%,18%,10%,54%)
(0.00/0.18/0.10/0.54)	

CMYK percentages

%0
%17.95
%10.26
%54.12

Codes

Color #756069 in popluar color models

756069
RGB11796105
HSL334°9.86%41.76%
HSB/HSV334°17.95%45.88%
CMYK0.00%17.95%10.26%
54.12%

Color #756069 in popluar number systems.

HEX756069
Decimal11796105
Binary111010111000001101001
Octal165140151

Shades and tints

Shades of #756069

#756069
(117,96,105)
#6B5860
(107,88,96)
#615057
(97,80,87)
#57484E
(87,72,78)
#4D4045
(77,64,69)
#43383C
(67,56,60)
#393033
(57,48,51)
#2F282A
(47,40,42)
#252021
(37,32,33)
#1B1818
(27,24,24)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #756069

#756069
(117,96,105)
#816E76
(129,110,118)
#8D7C83
(141,124,131)
#998A90
(153,138,144)
#A5989D
(165,152,157)
#B1A6AA
(177,166,170)
#BDB4B7
(189,180,183)
#C9C2C4
(201,194,196)
#D5D0D1
(213,208,209)
#E1DEDE
(225,222,222)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756069; }

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

This text font color is #756069.


Background Color

.myBgColor { background-color: #756069; }

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

This div background color is #756069.


Border color

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

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

This div border color is #756069.


Opacity

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

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

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

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

This text has shadow with #756069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756069 on black background.


Color preview on white background

This text has color #756069 on white background.



Black color preview on #756069 background

This text has black color on #756069 background.


White color preview on #756069 background

This text has white color on #756069 background.