COLOR #707A84

HEX: #707A84 RGB: (112,122,132)

Color info

#707A84 contains red, green and blue colors in about the same proportion. Web safe color of #707A84 is #666699 (or #669).

RGB color model

#707A84 color RGB value is (112,122,132).

RGB: (112,122,132) (44%, 48%, 52%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 132 of 255 = 52%

112
122
132

R + G + B ~ 48%. #707A84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 122 + 132 = 366 (100%)
R 112 of 366 ~ 30.6%
G 122 of 366 ~ 33.33%
B 132 of 366 ~ 36.07'%

%30.6
%33.33
%36.07

CMYK color model

#707A84 color CMYK value is (15,8,0,48).

  • cyan value is 15.15%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (15,8,0,48)
C15M8Y0K48 (15%, 8%, 0%, 48%)
(0.15 / 0.08 / 0.00 / 0.48)

CMYK percentages

%15.15
%7.58
%0
%48.24

Codes

Color #707A84 in popluar color models

70 7A 84
RGB 112 122 132
HSL 210° 8.20% 47.84%
HSB/HSV 210° 15.15% 51.76%
CMYK 15.15% 7.58% 0.00%
48.24%

Color #707A84 in popluar number systems.

HEX 70 7A 84
Decimal 112 122 132
Binary 1110000 1111010 10000100
Octal 160 172 204

Shades and tints

Shades of #707A84

#707A84
(112,122,132)
#666F78
(102,111,120)
#5C646C
(92,100,108)
#525960
(82,89,96)
#484E54
(72,78,84)
#3E4348
(62,67,72)
#34383C
(52,56,60)
#2A2D30
(42,45,48)
#202224
(32,34,36)
#161718
(22,23,24)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #707A84

#707A84
(112,122,132)
#7D868F
(125,134,143)
#8A929A
(138,146,154)
#979EA5
(151,158,165)
#A4AAB0
(164,170,176)
#B1B6BB
(177,182,187)
#BEC2C6
(190,194,198)
#CBCED1
(203,206,209)
#D8DADC
(216,218,220)
#E5E6E7
(229,230,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707A84 color. Also use rgb(112,122,132) instead hex code.

Text Font Color

.myTextColor { color: #707A84; }

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

This text font color is #707A84.

Background Color

.myBgColor { background-color: #707A84; }

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

This div background color is #707A84.

Border color

.myBorderColor { border: 1px solid #707A84; }

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

This div border color is #707A84.

Opacity

.myOpacity80 { color: #707A84; opacity: 0.8; }

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

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

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

This text has shadow with #707A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707A84.

Preview

Color preview on black background

This text has color #707A84 on black background.


Color preview on white background

This text has color #707A84 on white background.


Black color preview on #707A84 background

This text has black color on #707A84 background.


White color preview on #707A84 background

This text has white color on #707A84 background.


Related colors

Complementary color

Complementary color for #hex is #8F857B.


I love getcolorcode.com

Triadic colors

1 #84707A and #7A8470 with #707A84 are triadic colors.

2 #847A70 and #7A7084 with #707A84 are triadic colors.