COLOR #7F7B68

HEX: #7F7B68 RGB: (127,123,104)

Color info

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

RGB color model

#7F7B68 color RGB value is (127,123,104).

RGB: (127,123,104) (50%, 48%, 41%)

RGB channels and saturation

R 127 of 255 = 50%
G 123 of 255 = 48%
B 104 of 255 = 41%

127
123
104

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

Portions of RGB colors in percentages

R + G + B = 127 + 123 + 104 = 354 (100%)
R 127 of 354 ~ 35.88%
G 123 of 354 ~ 34.75%
B 104 of 354 ~ 29.38'%

%35.88
%34.75
%29.38

CMYK color model

#7F7B68 color CMYK value is (0,3,18,50).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 18.11%
  • key color value is 50.20%

CMYK: (0,3,18,50)
C0M3Y18K50 (0%, 3%, 18%, 50%)
(0.00 / 0.03 / 0.18 / 0.50)

CMYK percentages

%0
%3.15
%18.11
%50.2

Codes

Color #7F7B68 in popluar color models

7F 7B 68
RGB 127 123 104
HSL 50° 9.96% 45.29%
HSB/HSV 50° 18.11% 49.80%
CMYK 0.00% 3.15% 18.11%
50.20%

Color #7F7B68 in popluar number systems.

HEX 7F 7B 68
Decimal 127 123 104
Binary 1111111 1111011 1101000
Octal 177 173 150

Shades and tints

Shades of #7F7B68

#7F7B68
(127,123,104)
#74705F
(116,112,95)
#696556
(105,101,86)
#5E5A4D
(94,90,77)
#534F44
(83,79,68)
#48443B
(72,68,59)
#3D3932
(61,57,50)
#322E29
(50,46,41)
#272320
(39,35,32)
#1C1817
(28,24,23)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #7F7B68

#7F7B68
(127,123,104)
#8A8775
(138,135,117)
#959382
(149,147,130)
#A09F8F
(160,159,143)
#ABAB9C
(171,171,156)
#B6B7A9
(182,183,169)
#C1C3B6
(193,195,182)
#CCCFC3
(204,207,195)
#D7DBD0
(215,219,208)
#E2E7DD
(226,231,221)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7B68; }

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

This text font color is #7F7B68.

Background Color

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

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

This div background color is #7F7B68.

Border color

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

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

This div border color is #7F7B68.

Opacity

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

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

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

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

This text has shadow with #7F7B68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7B68.

Preview

Color preview on black background

This text has color #7F7B68 on black background.


Color preview on white background

This text has color #7F7B68 on white background.


Black color preview on #7F7B68 background

This text has black color on #7F7B68 background.


White color preview on #7F7B68 background

This text has white color on #7F7B68 background.


Related colors

Complementary color

Complementary color for #hex is #808497.


I love getcolorcode.com

Triadic colors

1 #687F7B and #7B687F with #7F7B68 are triadic colors.

2 #687B7F and #7B7F68 with #7F7B68 are triadic colors.