COLOR #757A6E

HEX: #757A6E RGB: (117,122,110)

Color info

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

RGB color model

#757A6E color RGB value is (117,122,110).

RGB: (117,122,110) (46%, 48%, 43%)

RGB channels and saturation

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

117
122
110

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

Portions of RGB colors in percentages

R + G + B = 117 + 122 + 110 = 349 (100%)
R 117 of 349 ~ 33.52%
G 122 of 349 ~ 34.96%
B 110 of 349 ~ 31.52'%

%33.52
%34.96
%31.52

CMYK color model

#757A6E color CMYK value is (4,0,10,52).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 52.16%

CMYK: (4,0,10,52)
C4M0Y10K52 (4%, 0%, 10%, 52%)
(0.04 / 0.00 / 0.10 / 0.52)

CMYK percentages

%4.1
%0
%9.84
%52.16

Codes

Color #757A6E in popluar color models

75 7A 6E
RGB 117 122 110
HSL 85° 5.17% 45.49%
HSB/HSV 85° 9.84% 47.84%
CMYK 4.10% 0.00% 9.84%
52.16%

Color #757A6E in popluar number systems.

HEX 75 7A 6E
Decimal 117 122 110
Binary 1110101 1111010 1101110
Octal 165 172 156

Shades and tints

Shades of #757A6E

#757A6E
(117,122,110)
#6B6F64
(107,111,100)
#61645A
(97,100,90)
#575950
(87,89,80)
#4D4E46
(77,78,70)
#43433C
(67,67,60)
#393832
(57,56,50)
#2F2D28
(47,45,40)
#25221E
(37,34,30)
#1B1714
(27,23,20)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #757A6E

#757A6E
(117,122,110)
#81867B
(129,134,123)
#8D9288
(141,146,136)
#999E95
(153,158,149)
#A5AAA2
(165,170,162)
#B1B6AF
(177,182,175)
#BDC2BC
(189,194,188)
#C9CEC9
(201,206,201)
#D5DAD6
(213,218,214)
#E1E6E3
(225,230,227)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757A6E; }

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

This text font color is #757A6E.

Background Color

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

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

This div background color is #757A6E.

Border color

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

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

This div border color is #757A6E.

Opacity

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

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

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

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

This text has shadow with #757A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757A6E.

Preview

Color preview on black background

This text has color #757A6E on black background.


Color preview on white background

This text has color #757A6E on white background.


Black color preview on #757A6E background

This text has black color on #757A6E background.


White color preview on #757A6E background

This text has white color on #757A6E background.


Related colors

Complementary color

Complementary color for #hex is #8A8591.


I love getcolorcode.com

Triadic colors

1 #6E757A and #7A6E75 with #757A6E are triadic colors.

2 #6E7A75 and #7A756E with #757A6E are triadic colors.