COLOR #7F7C75

HEX: #7F7C75
RGB: (127,124,117)

Color info

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

RGB color model

#7F7C75 color RGB value is (127,124,117).

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

RGB channels and saturation

R 127 of 255 = 50%
G 124 of 255 = 49%
B 117 of 255 = 46%

127
124
117

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

Portions of RGB colors in percentages

R + G + B =
127 + 124 + 117 = 368 (100%)
R 127 of 368 ~ 34.51%
G 124 of 368 ~ 33.7%
B 117 of 368 ~ 31.79%

%34.51
%33.7
%31.79

CMYK color model

#7F7C75 color CMYK value is (0,2,8,50).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 7.87%
  • key color value is 50.20%
CMYK:
(0,2,8,50)
C0M2Y8K50 
(0%,2%,8%,50%)
(0.00/0.02/0.08/0.50)	

CMYK percentages

%0
%2.36
%7.87
%50.2

Codes

Color #7F7C75 in popluar color models

7F7C75
RGB127124117
HSL42°4.10%47.84%
HSB/HSV42°7.87%49.80%
CMYK0.00%2.36%7.87%
50.20%

Color #7F7C75 in popluar number systems.

HEX7F7C75
Decimal127124117
Binary111111111111001110101
Octal177174165

Shades and tints

Shades of #7F7C75

#7F7C75
(127,124,117)
#74716B
(116,113,107)
#696661
(105,102,97)
#5E5B57
(94,91,87)
#53504D
(83,80,77)
#484543
(72,69,67)
#3D3A39
(61,58,57)
#322F2F
(50,47,47)
#272425
(39,36,37)
#1C191B
(28,25,27)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #7F7C75

#7F7C75
(127,124,117)
#8A8781
(138,135,129)
#95928D
(149,146,141)
#A09D99
(160,157,153)
#ABA8A5
(171,168,165)
#B6B3B1
(182,179,177)
#C1BEBD
(193,190,189)
#CCC9C9
(204,201,201)
#D7D4D5
(215,212,213)
#E2DFE1
(226,223,225)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7C75; }

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

This text font color is #7F7C75.


Background Color

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

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

This div background color is #7F7C75.


Border color

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

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

This div border color is #7F7C75.


Opacity

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

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

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

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

This text has shadow with #7F7C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7C75 on black background.


Color preview on white background

This text has color #7F7C75 on white background.



Black color preview on #7F7C75 background

This text has black color on #7F7C75 background.


White color preview on #7F7C75 background

This text has white color on #7F7C75 background.