COLOR #757A6A

HEX: #757A6A
RGB: (117,122,106)

Color info

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

RGB color model

#757A6A color RGB value is (117,122,106).

  • red value is 117;
  • green value is 122;
  • blue value is 106.
RGB:
(117,122,106)
(46%,48%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 106 of 255 = 42%

117
122
106

R + G + B ~ 45%. #757A6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 122 + 106 = 345 (100%)
R 117 of 345 ~ 33.91%
G 122 of 345 ~ 35.36%
B 106 of 345 ~ 30.72%

%33.91
%35.36
%30.72

CMYK color model

#757A6A color CMYK value is (4,0,13,52).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 52.16%
CMYK:
(4,0,13,52)
C4M0Y13K52 
(4%,0%,13%,52%)
(0.04/0.00/0.13/0.52)	

CMYK percentages

%4.1
%0
%13.11
%52.16

Codes

Color #757A6A in popluar color models

757A6A
RGB117122106
HSL79°7.02%44.71%
HSB/HSV79°13.11%47.84%
CMYK4.10%0.00%13.11%
52.16%

Color #757A6A in popluar number systems.

HEX757A6A
Decimal117122106
Binary111010111110101101010
Octal165172152

Shades and tints

Shades of #757A6A

#757A6A
(117,122,106)
#6B6F61
(107,111,97)
#616458
(97,100,88)
#57594F
(87,89,79)
#4D4E46
(77,78,70)
#43433D
(67,67,61)
#393834
(57,56,52)
#2F2D2B
(47,45,43)
#252222
(37,34,34)
#1B1719
(27,23,25)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #757A6A

#757A6A
(117,122,106)
#818677
(129,134,119)
#8D9284
(141,146,132)
#999E91
(153,158,145)
#A5AA9E
(165,170,158)
#B1B6AB
(177,182,171)
#BDC2B8
(189,194,184)
#C9CEC5
(201,206,197)
#D5DAD2
(213,218,210)
#E1E6DF
(225,230,223)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757A6A color. Also use rgb(117,122,106) instead hex code.

Text Font Color

.myTextColor { color: #757A6A; }

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

This text font color is #757A6A.


Background Color

.myBgColor { background-color: #757A6A; }

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

This div background color is #757A6A.


Border color

.myBorderColor { border: 1px solid #757A6A; }

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

This div border color is #757A6A.


Opacity

.myOpacity80 { color: #757A6A; opacity: 0.8; }

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

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

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

This text has shadow with #757A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757A6A on black background.


Color preview on white background

This text has color #757A6A on white background.



Black color preview on #757A6A background

This text has black color on #757A6A background.


White color preview on #757A6A background

This text has white color on #757A6A background.