COLOR #7F6277

HEX: #7F6277 RGB: (127,98,119)

Color info

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

RGB color model

#7F6277 color RGB value is (127,98,119).

RGB: (127,98,119) (50%, 38%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 119 of 255 = 47%

127
98
119

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

Portions of RGB colors in percentages

R + G + B = 127 + 98 + 119 = 344 (100%)
R 127 of 344 ~ 36.92%
G 98 of 344 ~ 28.49%
B 119 of 344 ~ 34.59'%

%36.92
%28.49
%34.59

CMYK color model

#7F6277 color CMYK value is (0,23,6,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 6.30%
  • key color value is 50.20%

CMYK: (0,23,6,50)
C0M23Y6K50 (0%, 23%, 6%, 50%)
(0.00 / 0.23 / 0.06 / 0.50)

CMYK percentages

%0
%22.83
%6.3
%50.2

Codes

Color #7F6277 in popluar color models

7F 62 77
RGB 127 98 119
HSL 317° 12.89% 44.12%
HSB/HSV 317° 22.83% 49.80%
CMYK 0.00% 22.83% 6.30%
50.20%

Color #7F6277 in popluar number systems.

HEX 7F 62 77
Decimal 127 98 119
Binary 1111111 1100010 1110111
Octal 177 142 167

Shades and tints

Shades of #7F6277

#7F6277
(127,98,119)
#745A6D
(116,90,109)
#695263
(105,82,99)
#5E4A59
(94,74,89)
#53424F
(83,66,79)
#483A45
(72,58,69)
#3D323B
(61,50,59)
#322A31
(50,42,49)
#272227
(39,34,39)
#1C1A1D
(28,26,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #7F6277

#7F6277
(127,98,119)
#8A7083
(138,112,131)
#957E8F
(149,126,143)
#A08C9B
(160,140,155)
#AB9AA7
(171,154,167)
#B6A8B3
(182,168,179)
#C1B6BF
(193,182,191)
#CCC4CB
(204,196,203)
#D7D2D7
(215,210,215)
#E2E0E3
(226,224,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6277; }

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

This text font color is #7F6277.

Background Color

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

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

This div background color is #7F6277.

Border color

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

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

This div border color is #7F6277.

Opacity

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

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

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

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

This text has shadow with #7F6277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6277.

Preview

Color preview on black background

This text has color #7F6277 on black background.


Color preview on white background

This text has color #7F6277 on white background.


Black color preview on #7F6277 background

This text has black color on #7F6277 background.


White color preview on #7F6277 background

This text has white color on #7F6277 background.


Related colors

Complementary color

Complementary color for #hex is #809D88.


I love getcolorcode.com

Triadic colors

1 #777F62 and #62777F with #7F6277 are triadic colors.

2 #77627F and #627F77 with #7F6277 are triadic colors.