COLOR #7D666C

HEX: #7D666C RGB: (125,102,108)

Color info

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

RGB color model

#7D666C color RGB value is (125,102,108).

RGB: (125,102,108) (49%, 40%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 108 of 255 = 42%

125
102
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 102 + 108 = 335 (100%)
R 125 of 335 ~ 37.31%
G 102 of 335 ~ 30.45%
B 108 of 335 ~ 32.24'%

%37.31
%30.45
%32.24

CMYK color model

#7D666C color CMYK value is (0,18,14,51).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 13.60%
  • key color value is 50.98%

CMYK: (0,18,14,51)
C0M18Y14K51 (0%, 18%, 14%, 51%)
(0.00 / 0.18 / 0.14 / 0.51)

CMYK percentages

%0
%18.4
%13.6
%50.98

Codes

Color #7D666C in popluar color models

7D 66 6C
RGB 125 102 108
HSL 344° 10.13% 44.51%
HSB/HSV 344° 18.40% 49.02%
CMYK 0.00% 18.40% 13.60%
50.98%

Color #7D666C in popluar number systems.

HEX 7D 66 6C
Decimal 125 102 108
Binary 1111101 1100110 1101100
Octal 175 146 154

Shades and tints

Shades of #7D666C

#7D666C
(125,102,108)
#725D63
(114,93,99)
#67545A
(103,84,90)
#5C4B51
(92,75,81)
#514248
(81,66,72)
#46393F
(70,57,63)
#3B3036
(59,48,54)
#30272D
(48,39,45)
#251E24
(37,30,36)
#1A151B
(26,21,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #7D666C

#7D666C
(125,102,108)
#887379
(136,115,121)
#938086
(147,128,134)
#9E8D93
(158,141,147)
#A99AA0
(169,154,160)
#B4A7AD
(180,167,173)
#BFB4BA
(191,180,186)
#CAC1C7
(202,193,199)
#D5CED4
(213,206,212)
#E0DBE1
(224,219,225)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D666C color. Also use rgb(125,102,108) instead hex code.

Text Font Color

.myTextColor { color: #7D666C; }

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

This text font color is #7D666C.

Background Color

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

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

This div background color is #7D666C.

Border color

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

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

This div border color is #7D666C.

Opacity

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

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

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

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

This text has shadow with #7D666C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D666C.

Preview

Color preview on black background

This text has color #7D666C on black background.


Color preview on white background

This text has color #7D666C on white background.


Black color preview on #7D666C background

This text has black color on #7D666C background.


White color preview on #7D666C background

This text has white color on #7D666C background.


Related colors

Complementary color

Complementary color for #hex is #829993.


I love getcolorcode.com

Triadic colors

1 #6C7D66 and #666C7D with #7D666C are triadic colors.

2 #6C667D and #667D6C with #7D666C are triadic colors.