COLOR #7F7670

HEX: #7F7670 RGB: (127,118,112)

Color info

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

RGB color model

#7F7670 color RGB value is (127,118,112).

RGB: (127,118,112) (50%, 46%, 44%)

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 112 of 255 = 44%

127
118
112

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

Portions of RGB colors in percentages

R + G + B = 127 + 118 + 112 = 357 (100%)
R 127 of 357 ~ 35.57%
G 118 of 357 ~ 33.05%
B 112 of 357 ~ 31.37'%

%35.57
%33.05
%31.37

CMYK color model

#7F7670 color CMYK value is (0,7,12,50).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 11.81%
  • key color value is 50.20%

CMYK: (0,7,12,50)
C0M7Y12K50 (0%, 7%, 12%, 50%)
(0.00 / 0.07 / 0.12 / 0.50)

CMYK percentages

%0
%7.09
%11.81
%50.2

Codes

Color #7F7670 in popluar color models

7F 76 70
RGB 127 118 112
HSL 24° 6.28% 46.86%
HSB/HSV 24° 11.81% 49.80%
CMYK 0.00% 7.09% 11.81%
50.20%

Color #7F7670 in popluar number systems.

HEX 7F 76 70
Decimal 127 118 112
Binary 1111111 1110110 1110000
Octal 177 166 160

Shades and tints

Shades of #7F7670

#7F7670
(127,118,112)
#746C66
(116,108,102)
#69625C
(105,98,92)
#5E5852
(94,88,82)
#534E48
(83,78,72)
#48443E
(72,68,62)
#3D3A34
(61,58,52)
#32302A
(50,48,42)
#272620
(39,38,32)
#1C1C16
(28,28,22)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #7F7670

#7F7670
(127,118,112)
#8A827D
(138,130,125)
#958E8A
(149,142,138)
#A09A97
(160,154,151)
#ABA6A4
(171,166,164)
#B6B2B1
(182,178,177)
#C1BEBE
(193,190,190)
#CCCACB
(204,202,203)
#D7D6D8
(215,214,216)
#E2E2E5
(226,226,229)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7670 color. Also use rgb(127,118,112) instead hex code.

Text Font Color

.myTextColor { color: #7F7670; }

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

This text font color is #7F7670.

Background Color

.myBgColor { background-color: #7F7670; }

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

This div background color is #7F7670.

Border color

.myBorderColor { border: 1px solid #7F7670; }

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

This div border color is #7F7670.

Opacity

.myOpacity80 { color: #7F7670; opacity: 0.8; }

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

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

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

This text has shadow with #7F7670 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7670.

Preview

Color preview on black background

This text has color #7F7670 on black background.


Color preview on white background

This text has color #7F7670 on white background.


Black color preview on #7F7670 background

This text has black color on #7F7670 background.


White color preview on #7F7670 background

This text has white color on #7F7670 background.


Related colors

Complementary color

Complementary color for #hex is #80898F.


I love getcolorcode.com

Triadic colors

1 #707F76 and #76707F with #7F7670 are triadic colors.

2 #70767F and #767F70 with #7F7670 are triadic colors.