COLOR #707A6C

HEX: #707A6C RGB: (112,122,108)

Color info

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

RGB color model

#707A6C color RGB value is (112,122,108).

RGB: (112,122,108) (44%, 48%, 42%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 108 of 255 = 42%

112
122
108

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

Portions of RGB colors in percentages

R + G + B = 112 + 122 + 108 = 342 (100%)
R 112 of 342 ~ 32.75%
G 122 of 342 ~ 35.67%
B 108 of 342 ~ 31.58'%

%32.75
%35.67
%31.58

CMYK color model

#707A6C color CMYK value is (8,0,11,52).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 52.16%

CMYK: (8,0,11,52)
C8M0Y11K52 (8%, 0%, 11%, 52%)
(0.08 / 0.00 / 0.11 / 0.52)

CMYK percentages

%8.2
%0
%11.48
%52.16

Codes

Color #707A6C in popluar color models

70 7A 6C
RGB 112 122 108
HSL 103° 6.09% 45.10%
HSB/HSV 103° 11.48% 47.84%
CMYK 8.20% 0.00% 11.48%
52.16%

Color #707A6C in popluar number systems.

HEX 70 7A 6C
Decimal 112 122 108
Binary 1110000 1111010 1101100
Octal 160 172 154

Shades and tints

Shades of #707A6C

#707A6C
(112,122,108)
#666F63
(102,111,99)
#5C645A
(92,100,90)
#525951
(82,89,81)
#484E48
(72,78,72)
#3E433F
(62,67,63)
#343836
(52,56,54)
#2A2D2D
(42,45,45)
#202224
(32,34,36)
#16171B
(22,23,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #707A6C

#707A6C
(112,122,108)
#7D8679
(125,134,121)
#8A9286
(138,146,134)
#979E93
(151,158,147)
#A4AAA0
(164,170,160)
#B1B6AD
(177,182,173)
#BEC2BA
(190,194,186)
#CBCEC7
(203,206,199)
#D8DAD4
(216,218,212)
#E5E6E1
(229,230,225)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707A6C; }

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

This text font color is #707A6C.

Background Color

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

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

This div background color is #707A6C.

Border color

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

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

This div border color is #707A6C.

Opacity

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

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

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

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

This text has shadow with #707A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707A6C.

Preview

Color preview on black background

This text has color #707A6C on black background.


Color preview on white background

This text has color #707A6C on white background.


Black color preview on #707A6C background

This text has black color on #707A6C background.


White color preview on #707A6C background

This text has white color on #707A6C background.


Related colors

Complementary color

Complementary color for #hex is #8F8593.


I love getcolorcode.com

Triadic colors

1 #6C707A and #7A6C70 with #707A6C are triadic colors.

2 #6C7A70 and #7A706C with #707A6C are triadic colors.