COLOR #7F7B75

HEX: #7F7B75
RGB: (127,123,117)

Color info

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

RGB color model

#7F7B75 color RGB value is (127,123,117).

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

RGB channels and saturation

R 127 of 255 = 50%
G 123 of 255 = 48%
B 117 of 255 = 46%

127
123
117

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

Portions of RGB colors in percentages

R + G + B =
127 + 123 + 117 = 367 (100%)
R 127 of 367 ~ 34.6%
G 123 of 367 ~ 33.51%
B 117 of 367 ~ 31.88%

%34.6
%33.51
%31.88

CMYK color model

#7F7B75 color CMYK value is (0,3,8,50).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 7.87%
  • key color value is 50.20%
CMYK:
(0,3,8,50)
C0M3Y8K50 
(0%,3%,8%,50%)
(0.00/0.03/0.08/0.50)	

CMYK percentages

%0
%3.15
%7.87
%50.2

Codes

Color #7F7B75 in popluar color models

7F7B75
RGB127123117
HSL36°4.10%47.84%
HSB/HSV36°7.87%49.80%
CMYK0.00%3.15%7.87%
50.20%

Color #7F7B75 in popluar number systems.

HEX7F7B75
Decimal127123117
Binary111111111110111110101
Octal177173165

Shades and tints

Shades of #7F7B75

#7F7B75
(127,123,117)
#74706B
(116,112,107)
#696561
(105,101,97)
#5E5A57
(94,90,87)
#534F4D
(83,79,77)
#484443
(72,68,67)
#3D3939
(61,57,57)
#322E2F
(50,46,47)
#272325
(39,35,37)
#1C181B
(28,24,27)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #7F7B75

#7F7B75
(127,123,117)
#8A8781
(138,135,129)
#95938D
(149,147,141)
#A09F99
(160,159,153)
#ABABA5
(171,171,165)
#B6B7B1
(182,183,177)
#C1C3BD
(193,195,189)
#CCCFC9
(204,207,201)
#D7DBD5
(215,219,213)
#E2E7E1
(226,231,225)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7B75; }

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

This text font color is #7F7B75.


Background Color

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

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

This div background color is #7F7B75.


Border color

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

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

This div border color is #7F7B75.


Opacity

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

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

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

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

This text has shadow with #7F7B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7B75 on black background.


Color preview on white background

This text has color #7F7B75 on white background.



Black color preview on #7F7B75 background

This text has black color on #7F7B75 background.


White color preview on #7F7B75 background

This text has white color on #7F7B75 background.