COLOR #7E5F67

HEX: #7E5F67
RGB: (126,95,103)

Color info

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

RGB color model

#7E5F67 color RGB value is (126,95,103).

  • red value is 126;
  • green value is 95;
  • blue value is 103.
RGB:
(126,95,103)
(49%,37%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 95 of 255 = 37%
B 103 of 255 = 40%

126
95
103

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

Portions of RGB colors in percentages

R + G + B =
126 + 95 + 103 = 324 (100%)
R 126 of 324 ~ 38.89%
G 95 of 324 ~ 29.32%
B 103 of 324 ~ 31.79%

%38.89
%29.32
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 18.25%
  • key color value is 50.59%
CMYK:
(0,25,18,51)
C0M25Y18K51 
(0%,25%,18%,51%)
(0.00/0.25/0.18/0.51)	

CMYK percentages

%0
%24.6
%18.25
%50.59

Codes

Color #7E5F67 in popluar color models

7E5F67
RGB12695103
HSL345°14.03%43.33%
HSB/HSV345°24.60%49.41%
CMYK0.00%24.60%18.25%
50.59%

Color #7E5F67 in popluar number systems.

HEX7E5F67
Decimal12695103
Binary111111010111111100111
Octal176137147

Shades and tints

Shades of #7E5F67

#7E5F67
(126,95,103)
#73575E
(115,87,94)
#684F55
(104,79,85)
#5D474C
(93,71,76)
#523F43
(82,63,67)
#47373A
(71,55,58)
#3C2F31
(60,47,49)
#312728
(49,39,40)
#261F1F
(38,31,31)
#1B1716
(27,23,22)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #7E5F67

#7E5F67
(126,95,103)
#896D74
(137,109,116)
#947B81
(148,123,129)
#9F898E
(159,137,142)
#AA979B
(170,151,155)
#B5A5A8
(181,165,168)
#C0B3B5
(192,179,181)
#CBC1C2
(203,193,194)
#D6CFCF
(214,207,207)
#E1DDDC
(225,221,220)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5F67 color. Also use rgb(126,95,103) instead hex code.

Text Font Color

.myTextColor { color: #7E5F67; }

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

This text font color is #7E5F67.


Background Color

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

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

This div background color is #7E5F67.


Border color

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

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

This div border color is #7E5F67.


Opacity

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

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

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

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

This text has shadow with #7E5F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5F67 on black background.


Color preview on white background

This text has color #7E5F67 on white background.



Black color preview on #7E5F67 background

This text has black color on #7E5F67 background.


White color preview on #7E5F67 background

This text has white color on #7E5F67 background.