COLOR #7F485C

HEX: #7F485C RGB: (127,72,92)

Color info

#7F485C contains red, green and blue colors in about the same proportion. Web safe color of #7F485C is #663366 (or #636).

RGB color model

#7F485C color RGB value is (127,72,92).

RGB: (127,72,92) (50%, 28%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 72 of 255 = 28%
B 92 of 255 = 36%

127
72
92

R + G + B ~ 38%. #7F485C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 72 + 92 = 291 (100%)
R 127 of 291 ~ 43.64%
G 72 of 291 ~ 24.74%
B 92 of 291 ~ 31.62'%

%43.64
%24.74
%31.62

CMYK color model

#7F485C color CMYK value is (0,43,28,50).

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 27.56%
  • key color value is 50.20%

CMYK: (0,43,28,50)
C0M43Y28K50 (0%, 43%, 28%, 50%)
(0.00 / 0.43 / 0.28 / 0.50)

CMYK percentages

%0
%43.31
%27.56
%50.2

Codes

Color #7F485C in popluar color models

7F 48 5C
RGB 127 72 92
HSL 338° 27.64% 39.02%
HSB/HSV 338° 43.31% 49.80%
CMYK 0.00% 43.31% 27.56%
50.20%

Color #7F485C in popluar number systems.

HEX 7F 48 5C
Decimal 127 72 92
Binary 1111111 1001000 1011100
Octal 177 110 134

Shades and tints

Shades of #7F485C

#7F485C
(127,72,92)
#744254
(116,66,84)
#693C4C
(105,60,76)
#5E3644
(94,54,68)
#53303C
(83,48,60)
#482A34
(72,42,52)
#3D242C
(61,36,44)
#321E24
(50,30,36)
#27181C
(39,24,28)
#1C1214
(28,18,20)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #7F485C

#7F485C
(127,72,92)
#8A586A
(138,88,106)
#956878
(149,104,120)
#A07886
(160,120,134)
#AB8894
(171,136,148)
#B698A2
(182,152,162)
#C1A8B0
(193,168,176)
#CCB8BE
(204,184,190)
#D7C8CC
(215,200,204)
#E2D8DA
(226,216,218)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F485C color. Also use rgb(127,72,92) instead hex code.

Text Font Color

.myTextColor { color: #7F485C; }

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

This text font color is #7F485C.

Background Color

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

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

This div background color is #7F485C.

Border color

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

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

This div border color is #7F485C.

Opacity

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

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

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

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

This text has shadow with #7F485C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F485C.

Preview

Color preview on black background

This text has color #7F485C on black background.


Color preview on white background

This text has color #7F485C on white background.


Black color preview on #7F485C background

This text has black color on #7F485C background.


White color preview on #7F485C background

This text has white color on #7F485C background.


Related colors

Complementary color

Complementary color for #hex is #80B7A3.


I love getcolorcode.com

Triadic colors

1 #5C7F48 and #485C7F with #7F485C are triadic colors.

2 #5C487F and #487F5C with #7F485C are triadic colors.