COLOR #707D81

HEX: #707D81 RGB: (112,125,129)

Color info

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

RGB color model

#707D81 color RGB value is (112,125,129).

RGB: (112,125,129) (44%, 49%, 51%)

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 129 of 255 = 51%

112
125
129

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

Portions of RGB colors in percentages

R + G + B = 112 + 125 + 129 = 366 (100%)
R 112 of 366 ~ 30.6%
G 125 of 366 ~ 34.15%
B 129 of 366 ~ 35.25'%

%30.6
%34.15
%35.25

CMYK color model

#707D81 color CMYK value is (13,3,0,49).

  • cyan value is 13.18%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (13,3,0,49) C13M3Y0K49 (13%,3%,0%,49%) (0.13/0.03/0.00/0.49) 

CMYK percentages

%13.18
%3.1
%0
%49.41

Codes

Color #707D81 in popluar color models

70 7D 81
RGB 112 125 129
HSL 194° 7.05% 47.25%
HSB/HSV 194° 13.18% 50.59%
CMYK 13.18% 3.10% 0.00%
49.41%

Color #707D81 in popluar number systems.

HEX 70 7D 81
Decimal 112 125 129
Binary 1110000 1111101 10000001
Octal 160 175 201

Shades and tints

Shades of #707D81

#707D81
(112,125,129)
#667276
(102,114,118)
#5C676B
(92,103,107)
#525C60
(82,92,96)
#485155
(72,81,85)
#3E464A
(62,70,74)
#343B3F
(52,59,63)
#2A3034
(42,48,52)
#202529
(32,37,41)
#161A1E
(22,26,30)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #707D81

#707D81
(112,125,129)
#7D888C
(125,136,140)
#8A9397
(138,147,151)
#979EA2
(151,158,162)
#A4A9AD
(164,169,173)
#B1B4B8
(177,180,184)
#BEBFC3
(190,191,195)
#CBCACE
(203,202,206)
#D8D5D9
(216,213,217)
#E5E0E4
(229,224,228)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707D81 color. Also use rgb(112,125,129) instead hex code.

Text Font Color

.myTextColor { color: #707D81; }

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

This text font color is #707D81.

Background Color

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

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

This div background color is #707D81.

Border color

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

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

This div border color is #707D81.

Opacity

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

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

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

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

This text has shadow with #707D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707D81.

Preview

Color preview on black background

This text has color #707D81 on black background.


Color preview on white background

This text has color #707D81 on white background.


Black color preview on #707D81 background

This text has black color on #707D81 background.


White color preview on #707D81 background

This text has white color on #707D81 background.


Related colors

Complementary color

Complementary color for #hex is #8F827E.


I love getcolorcode.com

Triadic colors

1 #81707D and #7D8170 with #707D81 are triadic colors.

2 #817D70 and #7D7081 with #707D81 are triadic colors.