COLOR #7F6375

HEX: #7F6375
RGB: (127,99,117)

Color info

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

RGB color model

#7F6375 color RGB value is (127,99,117).

  • red value is 127;
  • green value is 99;
  • blue value is 117.
RGB:
(127,99,117)
(50%,39%,46%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 117 of 255 = 46%

127
99
117

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

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 117 = 343 (100%)
R 127 of 343 ~ 37.03%
G 99 of 343 ~ 28.86%
B 117 of 343 ~ 34.11%

%37.03
%28.86
%34.11

CMYK color model

#7F6375 color CMYK value is (0,22,8,50).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 7.87%
  • key color value is 50.20%
CMYK:
(0,22,8,50)
C0M22Y8K50 
(0%,22%,8%,50%)
(0.00/0.22/0.08/0.50)	

CMYK percentages

%0
%22.05
%7.87
%50.2

Codes

Color #7F6375 in popluar color models

7F6375
RGB12799117
HSL321°12.39%44.31%
HSB/HSV321°22.05%49.80%
CMYK0.00%22.05%7.87%
50.20%

Color #7F6375 in popluar number systems.

HEX7F6375
Decimal12799117
Binary111111111000111110101
Octal177143165

Shades and tints

Shades of #7F6375

#7F6375
(127,99,117)
#745A6B
(116,90,107)
#695161
(105,81,97)
#5E4857
(94,72,87)
#533F4D
(83,63,77)
#483643
(72,54,67)
#3D2D39
(61,45,57)
#32242F
(50,36,47)
#271B25
(39,27,37)
#1C121B
(28,18,27)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #7F6375

#7F6375
(127,99,117)
#8A7181
(138,113,129)
#957F8D
(149,127,141)
#A08D99
(160,141,153)
#AB9BA5
(171,155,165)
#B6A9B1
(182,169,177)
#C1B7BD
(193,183,189)
#CCC5C9
(204,197,201)
#D7D3D5
(215,211,213)
#E2E1E1
(226,225,225)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6375 color. Also use rgb(127,99,117) instead hex code.

Text Font Color

.myTextColor { color: #7F6375; }

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

This text font color is #7F6375.


Background Color

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

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

This div background color is #7F6375.


Border color

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

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

This div border color is #7F6375.


Opacity

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

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

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

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

This text has shadow with #7F6375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6375 on black background.


Color preview on white background

This text has color #7F6375 on white background.



Black color preview on #7F6375 background

This text has black color on #7F6375 background.


White color preview on #7F6375 background

This text has white color on #7F6375 background.