COLOR #756E6E

HEX: #756E6E
RGB: (117,110,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
110
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 110 = 337 (100%)
R 117 of 337 ~ 34.72%
G 110 of 337 ~ 32.64%
B 110 of 337 ~ 32.64%

%34.72
%32.64
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,6,6,54)
C0M6Y6K54 
(0%,6%,6%,54%)
(0.00/0.06/0.06/0.54)	

CMYK percentages

%0
%5.98
%5.98
%54.12

Codes

Color #756E6E in popluar color models

756E6E
RGB117110110
HSL3.08%44.51%
HSB/HSV5.98%45.88%
CMYK0.00%5.98%5.98%
54.12%

Color #756E6E in popluar number systems.

HEX756E6E
Decimal117110110
Binary111010111011101101110
Octal165156156

Shades and tints

Shades of #756E6E

#756E6E
(117,110,110)
#6B6464
(107,100,100)
#615A5A
(97,90,90)
#575050
(87,80,80)
#4D4646
(77,70,70)
#433C3C
(67,60,60)
#393232
(57,50,50)
#2F2828
(47,40,40)
#251E1E
(37,30,30)
#1B1414
(27,20,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #756E6E

#756E6E
(117,110,110)
#817B7B
(129,123,123)
#8D8888
(141,136,136)
#999595
(153,149,149)
#A5A2A2
(165,162,162)
#B1AFAF
(177,175,175)
#BDBCBC
(189,188,188)
#C9C9C9
(201,201,201)
#D5D6D6
(213,214,214)
#E1E3E3
(225,227,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E6E; }

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

This text font color is #756E6E.


Background Color

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

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

This div background color is #756E6E.


Border color

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

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

This div border color is #756E6E.


Opacity

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

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

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

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

This text has shadow with #756E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E6E on black background.


Color preview on white background

This text has color #756E6E on white background.



Black color preview on #756E6E background

This text has black color on #756E6E background.


White color preview on #756E6E background

This text has white color on #756E6E background.