COLOR #71657A

HEX: #71657A RGB: (113,101,122)

Color info

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

RGB color model

#71657A color RGB value is (113,101,122).

RGB: (113,101,122) (44%, 40%, 48%)

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 122 of 255 = 48%

113
101
122

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

Portions of RGB colors in percentages

R + G + B = 113 + 101 + 122 = 336 (100%)
R 113 of 336 ~ 33.63%
G 101 of 336 ~ 30.06%
B 122 of 336 ~ 36.31'%

%33.63
%30.06
%36.31

CMYK color model

#71657A color CMYK value is (7,17,0,52).

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

CMYK: (7,17,0,52)
C7M17Y0K52 (7%, 17%, 0%, 52%)
(0.07 / 0.17 / 0.00 / 0.52)

CMYK percentages

%7.38
%17.21
%0
%52.16

Codes

Color #71657A in popluar color models

71 65 7A
RGB 113 101 122
HSL 274° 9.42% 43.73%
HSB/HSV 274° 17.21% 47.84%
CMYK 7.38% 17.21% 0.00%
52.16%

Color #71657A in popluar number systems.

HEX 71 65 7A
Decimal 113 101 122
Binary 1110001 1100101 1111010
Octal 161 145 172

Shades and tints

Shades of #71657A

#71657A
(113,101,122)
#675C6F
(103,92,111)
#5D5364
(93,83,100)
#534A59
(83,74,89)
#49414E
(73,65,78)
#3F3843
(63,56,67)
#352F38
(53,47,56)
#2B262D
(43,38,45)
#211D22
(33,29,34)
#171417
(23,20,23)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #71657A

#71657A
(113,101,122)
#7D7386
(125,115,134)
#898192
(137,129,146)
#958F9E
(149,143,158)
#A19DAA
(161,157,170)
#ADABB6
(173,171,182)
#B9B9C2
(185,185,194)
#C5C7CE
(197,199,206)
#D1D5DA
(209,213,218)
#DDE3E6
(221,227,230)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71657A; }

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

This text font color is #71657A.

Background Color

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

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

This div background color is #71657A.

Border color

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

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

This div border color is #71657A.

Opacity

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

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

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

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

This text has shadow with #71657A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71657A.

Preview

Color preview on black background

This text has color #71657A on black background.


Color preview on white background

This text has color #71657A on white background.


Black color preview on #71657A background

This text has black color on #71657A background.


White color preview on #71657A background

This text has white color on #71657A background.


Related colors

Complementary color

Complementary color for #hex is #8E9A85.


I love getcolorcode.com

Triadic colors

1 #7A7165 and #657A71 with #71657A are triadic colors.

2 #7A6571 and #65717A with #71657A are triadic colors.