COLOR #7D6766

HEX: #7D6766
RGB: (125,103,102)

Color info

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

RGB color model

#7D6766 color RGB value is (125,103,102).

  • red value is 125;
  • green value is 103;
  • blue value is 102.
RGB:
(125,103,102)
(49%,40%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 103 of 255 = 40%
B 102 of 255 = 40%

125
103
102

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

Portions of RGB colors in percentages

R + G + B =
125 + 103 + 102 = 330 (100%)
R 125 of 330 ~ 37.88%
G 103 of 330 ~ 31.21%
B 102 of 330 ~ 30.91%

%37.88
%31.21
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 18.40%
  • key color value is 50.98%
CMYK:
(0,18,18,51)
C0M18Y18K51 
(0%,18%,18%,51%)
(0.00/0.18/0.18/0.51)	

CMYK percentages

%0
%17.6
%18.4
%50.98

Codes

Color #7D6766 in popluar color models

7D6766
RGB125103102
HSL10.13%44.51%
HSB/HSV18.40%49.02%
CMYK0.00%17.60%18.40%
50.98%

Color #7D6766 in popluar number systems.

HEX7D6766
Decimal125103102
Binary111110111001111100110
Octal175147146

Shades and tints

Shades of #7D6766

#7D6766
(125,103,102)
#725E5D
(114,94,93)
#675554
(103,85,84)
#5C4C4B
(92,76,75)
#514342
(81,67,66)
#463A39
(70,58,57)
#3B3130
(59,49,48)
#302827
(48,40,39)
#251F1E
(37,31,30)
#1A1615
(26,22,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #7D6766

#7D6766
(125,103,102)
#887473
(136,116,115)
#938180
(147,129,128)
#9E8E8D
(158,142,141)
#A99B9A
(169,155,154)
#B4A8A7
(180,168,167)
#BFB5B4
(191,181,180)
#CAC2C1
(202,194,193)
#D5CFCE
(213,207,206)
#E0DCDB
(224,220,219)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6766; }

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

This text font color is #7D6766.


Background Color

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

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

This div background color is #7D6766.


Border color

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

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

This div border color is #7D6766.


Opacity

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

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

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

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

This text has shadow with #7D6766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6766 on black background.


Color preview on white background

This text has color #7D6766 on white background.



Black color preview on #7D6766 background

This text has black color on #7D6766 background.


White color preview on #7D6766 background

This text has white color on #7D6766 background.