COLOR #71757A

HEX: #71757A RGB: (113,117,122)

Color info

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

RGB color model

#71757A color RGB value is (113,117,122).

RGB: (113,117,122) (44%, 46%, 48%)

RGB channels and saturation

R 113 of 255 = 44%
G 117 of 255 = 46%
B 122 of 255 = 48%

113
117
122

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

Portions of RGB colors in percentages

R + G + B = 113 + 117 + 122 = 352 (100%)
R 113 of 352 ~ 32.1%
G 117 of 352 ~ 33.24%
B 122 of 352 ~ 34.66'%

%32.1
%33.24
%34.66

CMYK color model

#71757A color CMYK value is (7,4,0,52).

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

CMYK: (7,4,0,52)
C7M4Y0K52 (7%, 4%, 0%, 52%)
(0.07 / 0.04 / 0.00 / 0.52)

CMYK percentages

%7.38
%4.1
%0
%52.16

Codes

Color #71757A in popluar color models

71 75 7A
RGB 113 117 122
HSL 213° 3.83% 46.08%
HSB/HSV 213° 7.38% 47.84%
CMYK 7.38% 4.10% 0.00%
52.16%

Color #71757A in popluar number systems.

HEX 71 75 7A
Decimal 113 117 122
Binary 1110001 1110101 1111010
Octal 161 165 172

Shades and tints

Shades of #71757A

#71757A
(113,117,122)
#676B6F
(103,107,111)
#5D6164
(93,97,100)
#535759
(83,87,89)
#494D4E
(73,77,78)
#3F4343
(63,67,67)
#353938
(53,57,56)
#2B2F2D
(43,47,45)
#212522
(33,37,34)
#171B17
(23,27,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #71757A

#71757A
(113,117,122)
#7D8186
(125,129,134)
#898D92
(137,141,146)
#95999E
(149,153,158)
#A1A5AA
(161,165,170)
#ADB1B6
(173,177,182)
#B9BDC2
(185,189,194)
#C5C9CE
(197,201,206)
#D1D5DA
(209,213,218)
#DDE1E6
(221,225,230)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71757A color. Also use rgb(113,117,122) instead hex code.

Text Font Color

.myTextColor { color: #71757A; }

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

This text font color is #71757A.

Background Color

.myBgColor { background-color: #71757A; }

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

This div background color is #71757A.

Border color

.myBorderColor { border: 1px solid #71757A; }

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

This div border color is #71757A.

Opacity

.myOpacity80 { color: #71757A; opacity: 0.8; }

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

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

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

This text has shadow with #71757A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71757A.

Preview

Color preview on black background

This text has color #71757A on black background.


Color preview on white background

This text has color #71757A on white background.


Black color preview on #71757A background

This text has black color on #71757A background.


White color preview on #71757A background

This text has white color on #71757A background.


Related colors

Complementary color

Complementary color for #hex is #8E8A85.


I love getcolorcode.com

Triadic colors

1 #7A7175 and #757A71 with #71757A are triadic colors.

2 #7A7571 and #75717A with #71757A are triadic colors.