COLOR #756E6A

HEX: #756E6A RGB: (117,110,106)

Color info

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

RGB color model

#756E6A color RGB value is (117,110,106).

RGB: (117,110,106) (46%, 43%, 42%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 106 of 255 = 42%

117
110
106

R + G + B ~ 44%. #756E6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 110 + 106 = 333 (100%)
R 117 of 333 ~ 35.14%
G 110 of 333 ~ 33.03%
B 106 of 333 ~ 31.83'%

%35.14
%33.03
%31.83

CMYK color model

#756E6A color CMYK value is (0,6,9,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 9.40%
  • key color value is 54.12%

CMYK: (0,6,9,54)
C0M6Y9K54 (0%, 6%, 9%, 54%)
(0.00 / 0.06 / 0.09 / 0.54)

CMYK percentages

%0
%5.98
%9.4
%54.12

Codes

Color #756E6A in popluar color models

75 6E 6A
RGB 117 110 106
HSL 22° 4.93% 43.73%
HSB/HSV 22° 9.40% 45.88%
CMYK 0.00% 5.98% 9.40%
54.12%

Color #756E6A in popluar number systems.

HEX 75 6E 6A
Decimal 117 110 106
Binary 1110101 1101110 1101010
Octal 165 156 152

Shades and tints

Shades of #756E6A

#756E6A
(117,110,106)
#6B6461
(107,100,97)
#615A58
(97,90,88)
#57504F
(87,80,79)
#4D4646
(77,70,70)
#433C3D
(67,60,61)
#393234
(57,50,52)
#2F282B
(47,40,43)
#251E22
(37,30,34)
#1B1419
(27,20,25)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #756E6A

#756E6A
(117,110,106)
#817B77
(129,123,119)
#8D8884
(141,136,132)
#999591
(153,149,145)
#A5A29E
(165,162,158)
#B1AFAB
(177,175,171)
#BDBCB8
(189,188,184)
#C9C9C5
(201,201,197)
#D5D6D2
(213,214,210)
#E1E3DF
(225,227,223)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756E6A color. Also use rgb(117,110,106) instead hex code.

Text Font Color

.myTextColor { color: #756E6A; }

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

This text font color is #756E6A.

Background Color

.myBgColor { background-color: #756E6A; }

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

This div background color is #756E6A.

Border color

.myBorderColor { border: 1px solid #756E6A; }

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

This div border color is #756E6A.

Opacity

.myOpacity80 { color: #756E6A; opacity: 0.8; }

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

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

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

This text has shadow with #756E6A color.


.textShadow {text-shadow: 3px 3px 1px #756E6A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #756E6A; -webkit-box-shadow: 1px 1px 3px 2px #756E6A; box-shadow:1px 1px 3px 2px #756E6A;">
Div content here
</div>

This div box has shadow with color #756E6A.

Preview

Color preview on black background

This text has color #756E6A on black background.


Color preview on white background

This text has color #756E6A on white background.


Black color preview on #756E6A background

This text has black color on #756E6A background.


White color preview on #756E6A background

This text has white color on #756E6A background.


Related colors

Complementary color

Complementary color for #hex is #8A9195.


I love getcolorcode.com

Triadic colors

1 #6A756E and #6E6A75 with #756E6A are triadic colors.

2 #6A6E75 and #6E756A with #756E6A are triadic colors.