COLOR #7F6062

HEX: #7F6062
RGB: (127,96,98)

Color info

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

RGB color model

#7F6062 color RGB value is (127,96,98).

  • red value is 127;
  • green value is 96;
  • blue value is 98.
RGB: (127,96,98) (50%,38%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 96 of 255 = 38%
B 98 of 255 = 38%

127
96
98

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

Portions of RGB colors in percentages

R + G + B =
127 + 96 + 98 = 321 (100%)
R 127 of 321 ~ 39.56%
G 96 of 321 ~ 29.91%
B 98 of 321 ~ 30.53%

%39.56
%29.91
%30.53

CMYK color model

#7F6062 color CMYK value is (0,24,23,50).

  • cyan value is 0.00%
  • magenta value is 24.41%
  • yellow value is 22.83%
  • key color value is 50.20%
CMYK: (0,24,23,50) C0M24Y23K50 (0%,24%,23%,50%) (0.00/0.24/0.23/0.50)

CMYK percentages

%0
%24.41
%22.83
%50.2

Codes

Color #7F6062 in popluar color models

7F6062
RGB1279698
HSL356°13.90%43.73%
HSB/HSV356°24.41%49.80%
CMYK0.00%24.41%22.83%
50.20%

Color #7F6062 in popluar number systems.

HEX7F6062
Decimal1279698
Binary111111111000001100010
Octal177140142

Shades and tints

Shades of #7F6062

#7F6062
(127,96,98)
#74585A
(116,88,90)
#695052
(105,80,82)
#5E484A
(94,72,74)
#534042
(83,64,66)
#48383A
(72,56,58)
#3D3032
(61,48,50)
#32282A
(50,40,42)
#272022
(39,32,34)
#1C181A
(28,24,26)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7F6062

#7F6062
(127,96,98)
#8A6E70
(138,110,112)
#957C7E
(149,124,126)
#A08A8C
(160,138,140)
#AB989A
(171,152,154)
#B6A6A8
(182,166,168)
#C1B4B6
(193,180,182)
#CCC2C4
(204,194,196)
#D7D0D2
(215,208,210)
#E2DEE0
(226,222,224)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6062 color. Also use rgb(127,96,98) instead hex code.

Text Font Color

.myTextColor { color: #7F6062; }

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

This text font color is #7F6062.


Background Color

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

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

This div background color is #7F6062.


Border color

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

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

This div border color is #7F6062.


Opacity

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

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

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

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

This text has shadow with #7F6062 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7F6062 on black background.


Color preview on white background

This text has color #7F6062 on white background.



Black color preview on #7F6062 background

This text has black color on #7F6062 background.


White color preview on #7F6062 background

This text has white color on #7F6062 background.