COLOR #71626C

HEX: #71626C RGB: (113,98,108)

Color info

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

RGB color model

#71626C color RGB value is (113,98,108).

RGB: (113,98,108) (44%, 38%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 108 of 255 = 42%

113
98
108

R + G + B ~ 41%. #71626C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 98 + 108 = 319 (100%)
R 113 of 319 ~ 35.42%
G 98 of 319 ~ 30.72%
B 108 of 319 ~ 33.86'%

%35.42
%30.72
%33.86

CMYK color model

#71626C color CMYK value is (0,13,4,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 4.42%
  • key color value is 55.69%

CMYK: (0,13,4,56)
C0M13Y4K56 (0%, 13%, 4%, 56%)
(0.00 / 0.13 / 0.04 / 0.56)

CMYK percentages

%0
%13.27
%4.42
%55.69

Codes

Color #71626C in popluar color models

71 62 6C
RGB 113 98 108
HSL 320° 7.11% 41.37%
HSB/HSV 320° 13.27% 44.31%
CMYK 0.00% 13.27% 4.42%
55.69%

Color #71626C in popluar number systems.

HEX 71 62 6C
Decimal 113 98 108
Binary 1110001 1100010 1101100
Octal 161 142 154

Shades and tints

Shades of #71626C

#71626C
(113,98,108)
#675A63
(103,90,99)
#5D525A
(93,82,90)
#534A51
(83,74,81)
#494248
(73,66,72)
#3F3A3F
(63,58,63)
#353236
(53,50,54)
#2B2A2D
(43,42,45)
#212224
(33,34,36)
#171A1B
(23,26,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #71626C

#71626C
(113,98,108)
#7D7079
(125,112,121)
#897E86
(137,126,134)
#958C93
(149,140,147)
#A19AA0
(161,154,160)
#ADA8AD
(173,168,173)
#B9B6BA
(185,182,186)
#C5C4C7
(197,196,199)
#D1D2D4
(209,210,212)
#DDE0E1
(221,224,225)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71626C color. Also use rgb(113,98,108) instead hex code.

Text Font Color

.myTextColor { color: #71626C; }

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

This text font color is #71626C.

Background Color

.myBgColor { background-color: #71626C; }

<div style="background-color:#71626C">Inner text</div>

This div background color is #71626C.

Border color

.myBorderColor { border: 1px solid #71626C; }

<div style="border:3px solid #71626C">Div</div>

This div border color is #71626C.

Opacity

.myOpacity80 { color: #71626C; opacity: 0.8; }

<p style="color:#71626C;opacity:0.8;">80%</p>

Text with #71626C 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 #71626C;}

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

This text has shadow with #71626C color.


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

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

This text has shadow with #71626C primary color and red secondary color.


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

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

This text has shadow with #71626C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71626C.

Preview

Color preview on black background

This text has color #71626C on black background.


Color preview on white background

This text has color #71626C on white background.


Black color preview on #71626C background

This text has black color on #71626C background.


White color preview on #71626C background

This text has white color on #71626C background.


Related colors

Complementary color

Complementary color for #hex is #8E9D93.


I love getcolorcode.com

Triadic colors

1 #6C7162 and #626C71 with #71626C are triadic colors.

2 #6C6271 and #62716C with #71626C are triadic colors.