COLOR #7D616F

HEX: #7D616F
RGB: (125,97,111)

Color info

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

RGB color model

#7D616F color RGB value is (125,97,111).

  • red value is 125;
  • green value is 97;
  • blue value is 111.
RGB:
(125,97,111)
(49%,38%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 111 of 255 = 44%

125
97
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 97 + 111 = 333 (100%)
R 125 of 333 ~ 37.54%
G 97 of 333 ~ 29.13%
B 111 of 333 ~ 33.33%

%37.54
%29.13
%33.33

CMYK color model

#7D616F color CMYK value is (0,22,11,51).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(0,22,11,51)
C0M22Y11K51 
(0%,22%,11%,51%)
(0.00/0.22/0.11/0.51)	

CMYK percentages

%0
%22.4
%11.2
%50.98

Codes

Color #7D616F in popluar color models

7D616F
RGB12597111
HSL330°12.61%43.53%
HSB/HSV330°22.40%49.02%
CMYK0.00%22.40%11.20%
50.98%

Color #7D616F in popluar number systems.

HEX7D616F
Decimal12597111
Binary111110111000011101111
Octal175141157

Shades and tints

Shades of #7D616F

#7D616F
(125,97,111)
#725965
(114,89,101)
#67515B
(103,81,91)
#5C4951
(92,73,81)
#514147
(81,65,71)
#46393D
(70,57,61)
#3B3133
(59,49,51)
#302929
(48,41,41)
#25211F
(37,33,31)
#1A1915
(26,25,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #7D616F

#7D616F
(125,97,111)
#886F7C
(136,111,124)
#937D89
(147,125,137)
#9E8B96
(158,139,150)
#A999A3
(169,153,163)
#B4A7B0
(180,167,176)
#BFB5BD
(191,181,189)
#CAC3CA
(202,195,202)
#D5D1D7
(213,209,215)
#E0DFE4
(224,223,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D616F color. Also use rgb(125,97,111) instead hex code.

Text Font Color

.myTextColor { color: #7D616F; }

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

This text font color is #7D616F.


Background Color

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

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

This div background color is #7D616F.


Border color

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

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

This div border color is #7D616F.


Opacity

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

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

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

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

This text has shadow with #7D616F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D616F on black background.


Color preview on white background

This text has color #7D616F on white background.



Black color preview on #7D616F background

This text has black color on #7D616F background.


White color preview on #7D616F background

This text has white color on #7D616F background.