COLOR #7F5F67

HEX: #7F5F67
RGB: (127,95,103)

Color info

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

RGB color model

#7F5F67 color RGB value is (127,95,103).

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

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 103 of 255 = 40%

127
95
103

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

Portions of RGB colors in percentages

R + G + B =
127 + 95 + 103 = 325 (100%)
R 127 of 325 ~ 39.08%
G 95 of 325 ~ 29.23%
B 103 of 325 ~ 31.69%

%39.08
%29.23
%31.69

CMYK color model

#7F5F67 color CMYK value is (0,25,19,50).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 18.90%
  • key color value is 50.20%
CMYK:
(0,25,19,50)
C0M25Y19K50 
(0%,25%,19%,50%)
(0.00/0.25/0.19/0.50)	

CMYK percentages

%0
%25.2
%18.9
%50.2

Codes

Color #7F5F67 in popluar color models

7F5F67
RGB12795103
HSL345°14.41%43.53%
HSB/HSV345°25.20%49.80%
CMYK0.00%25.20%18.90%
50.20%

Color #7F5F67 in popluar number systems.

HEX7F5F67
Decimal12795103
Binary111111110111111100111
Octal177137147

Shades and tints

Shades of #7F5F67

#7F5F67
(127,95,103)
#74575E
(116,87,94)
#694F55
(105,79,85)
#5E474C
(94,71,76)
#533F43
(83,63,67)
#48373A
(72,55,58)
#3D2F31
(61,47,49)
#322728
(50,39,40)
#271F1F
(39,31,31)
#1C1716
(28,23,22)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #7F5F67

#7F5F67
(127,95,103)
#8A6D74
(138,109,116)
#957B81
(149,123,129)
#A0898E
(160,137,142)
#AB979B
(171,151,155)
#B6A5A8
(182,165,168)
#C1B3B5
(193,179,181)
#CCC1C2
(204,193,194)
#D7CFCF
(215,207,207)
#E2DDDC
(226,221,220)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5F67; }

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

This text font color is #7F5F67.


Background Color

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

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

This div background color is #7F5F67.


Border color

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

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

This div border color is #7F5F67.


Opacity

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

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

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

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

This text has shadow with #7F5F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5F67 on black background.


Color preview on white background

This text has color #7F5F67 on white background.



Black color preview on #7F5F67 background

This text has black color on #7F5F67 background.


White color preview on #7F5F67 background

This text has white color on #7F5F67 background.