COLOR #707880

HEX: #707880 RGB: (112,120,128)

Color info

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

RGB color model

#707880 color RGB value is (112,120,128).

RGB: (112,120,128) (44%, 47%, 50%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 128 of 255 = 50%

112
120
128

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

Portions of RGB colors in percentages

R + G + B = 112 + 120 + 128 = 360 (100%)
R 112 of 360 ~ 31.11%
G 120 of 360 ~ 33.33%
B 128 of 360 ~ 35.56'%

%31.11
%33.33
%35.56

CMYK color model

#707880 color CMYK value is (13,6,0,50).

  • cyan value is 12.50%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (13,6,0,50)
C13M6Y0K50 (13%, 6%, 0%, 50%)
(0.13 / 0.06 / 0.00 / 0.50)

CMYK percentages

%12.5
%6.25
%0
%49.8

Codes

Color #707880 in popluar color models

70 78 80
RGB 112 120 128
HSL 210° 6.67% 47.06%
HSB/HSV 210° 12.50% 50.20%
CMYK 12.50% 6.25% 0.00%
49.80%

Color #707880 in popluar number systems.

HEX 70 78 80
Decimal 112 120 128
Binary 1110000 1111000 10000000
Octal 160 170 200

Shades and tints

Shades of #707880

#707880
(112,120,128)
#666E75
(102,110,117)
#5C646A
(92,100,106)
#525A5F
(82,90,95)
#485054
(72,80,84)
#3E4649
(62,70,73)
#343C3E
(52,60,62)
#2A3233
(42,50,51)
#202828
(32,40,40)
#161E1D
(22,30,29)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #707880

#707880
(112,120,128)
#7D848B
(125,132,139)
#8A9096
(138,144,150)
#979CA1
(151,156,161)
#A4A8AC
(164,168,172)
#B1B4B7
(177,180,183)
#BEC0C2
(190,192,194)
#CBCCCD
(203,204,205)
#D8D8D8
(216,216,216)
#E5E4E3
(229,228,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707880 color. Also use rgb(112,120,128) instead hex code.

Text Font Color

.myTextColor { color: #707880; }

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

This text font color is #707880.

Background Color

.myBgColor { background-color: #707880; }

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

This div background color is #707880.

Border color

.myBorderColor { border: 1px solid #707880; }

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

This div border color is #707880.

Opacity

.myOpacity80 { color: #707880; opacity: 0.8; }

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

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

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

This text has shadow with #707880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707880.

Preview

Color preview on black background

This text has color #707880 on black background.


Color preview on white background

This text has color #707880 on white background.


Black color preview on #707880 background

This text has black color on #707880 background.


White color preview on #707880 background

This text has white color on #707880 background.


Related colors

Complementary color

Complementary color for #hex is #8F877F.


I love getcolorcode.com

Triadic colors

1 #807078 and #788070 with #707880 are triadic colors.

2 #807870 and #787080 with #707880 are triadic colors.