COLOR #7F625C

HEX: #7F625C
RGB: (127,98,92)

Color info

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

RGB color model

#7F625C color RGB value is (127,98,92).

  • red value is 127;
  • green value is 98;
  • blue value is 92.
RGB:
(127,98,92)
(50%,38%,36%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 92 of 255 = 36%

127
98
92

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

Portions of RGB colors in percentages

R + G + B =
127 + 98 + 92 = 317 (100%)
R 127 of 317 ~ 40.06%
G 98 of 317 ~ 30.91%
B 92 of 317 ~ 29.02%

%40.06
%30.91
%29.02

CMYK color model

#7F625C color CMYK value is (0,23,28,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 27.56%
  • key color value is 50.20%
CMYK:
(0,23,28,50)
C0M23Y28K50 
(0%,23%,28%,50%)
(0.00/0.23/0.28/0.50)	

CMYK percentages

%0
%22.83
%27.56
%50.2

Codes

Color #7F625C in popluar color models

7F625C
RGB1279892
HSL10°15.98%42.94%
HSB/HSV10°27.56%49.80%
CMYK0.00%22.83%27.56%
50.20%

Color #7F625C in popluar number systems.

HEX7F625C
Decimal1279892
Binary111111111000101011100
Octal177142134

Shades and tints

Shades of #7F625C

#7F625C
(127,98,92)
#745A54
(116,90,84)
#69524C
(105,82,76)
#5E4A44
(94,74,68)
#53423C
(83,66,60)
#483A34
(72,58,52)
#3D322C
(61,50,44)
#322A24
(50,42,36)
#27221C
(39,34,28)
#1C1A14
(28,26,20)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #7F625C

#7F625C
(127,98,92)
#8A706A
(138,112,106)
#957E78
(149,126,120)
#A08C86
(160,140,134)
#AB9A94
(171,154,148)
#B6A8A2
(182,168,162)
#C1B6B0
(193,182,176)
#CCC4BE
(204,196,190)
#D7D2CC
(215,210,204)
#E2E0DA
(226,224,218)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F625C color. Also use rgb(127,98,92) instead hex code.

Text Font Color

.myTextColor { color: #7F625C; }

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

This text font color is #7F625C.


Background Color

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

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

This div background color is #7F625C.


Border color

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

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

This div border color is #7F625C.


Opacity

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

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

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

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

This text has shadow with #7F625C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F625C on black background.


Color preview on white background

This text has color #7F625C on white background.



Black color preview on #7F625C background

This text has black color on #7F625C background.


White color preview on #7F625C background

This text has white color on #7F625C background.