COLOR #71787E

HEX: #71787E RGB: (113,120,126)

Color info

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

RGB color model

#71787E color RGB value is (113,120,126).

RGB: (113,120,126) (44%, 47%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 126 of 255 = 49%

113
120
126

R + G + B ~ 47%. #71787E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 120 + 126 = 359 (100%)
R 113 of 359 ~ 31.48%
G 120 of 359 ~ 33.43%
B 126 of 359 ~ 35.1'%

%31.48
%33.43
%35.1

CMYK color model

#71787E color CMYK value is (10,5,0,51).

  • cyan value is 10.32%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (10,5,0,51) C10M5Y0K51 (10%,5%,0%,51%) (0.10/0.05/0.00/0.51) 

CMYK percentages

%10.32
%4.76
%0
%50.59

Codes

Color #71787E in popluar color models

71 78 7E
RGB 113 120 126
HSL 208° 5.44% 46.86%
HSB/HSV 208° 10.32% 49.41%
CMYK 10.32% 4.76% 0.00%
50.59%

Color #71787E in popluar number systems.

HEX 71 78 7E
Decimal 113 120 126
Binary 1110001 1111000 1111110
Octal 161 170 176

Shades and tints

Shades of #71787E

#71787E
(113,120,126)
#676E73
(103,110,115)
#5D6468
(93,100,104)
#535A5D
(83,90,93)
#495052
(73,80,82)
#3F4647
(63,70,71)
#353C3C
(53,60,60)
#2B3231
(43,50,49)
#212826
(33,40,38)
#171E1B
(23,30,27)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #71787E

#71787E
(113,120,126)
#7D8489
(125,132,137)
#899094
(137,144,148)
#959C9F
(149,156,159)
#A1A8AA
(161,168,170)
#ADB4B5
(173,180,181)
#B9C0C0
(185,192,192)
#C5CCCB
(197,204,203)
#D1D8D6
(209,216,214)
#DDE4E1
(221,228,225)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71787E color. Also use rgb(113,120,126) instead hex code.

Text Font Color

.myTextColor { color: #71787E; }

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

This text font color is #71787E.

Background Color

.myBgColor { background-color: #71787E; }

<div style="background-color:#71787E">Inner text</div>

This div background color is #71787E.

Border color

.myBorderColor { border: 1px solid #71787E; }

<div style="border:3px solid #71787E">Div</div>

This div border color is #71787E.

Opacity

.myOpacity80 { color: #71787E; opacity: 0.8; }

<p style="color:#71787E;opacity:0.8;">80%</p>

Text with #71787E 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 #71787E;}

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

This text has shadow with #71787E color.


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

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

This text has shadow with #71787E primary color and red secondary color.


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

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

This text has shadow with #71787E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71787E.

Preview

Color preview on black background

This text has color #71787E on black background.


Color preview on white background

This text has color #71787E on white background.


Black color preview on #71787E background

This text has black color on #71787E background.


White color preview on #71787E background

This text has white color on #71787E background.


Related colors

Complementary color

Complementary color for #hex is #8E8781.


I love getcolorcode.com

Triadic colors

1 #7E7178 and #787E71 with #71787E are triadic colors.

2 #7E7871 and #78717E with #71787E are triadic colors.