COLOR #7F4355

HEX: #7F4355
RGB: (127,67,85)

Color info

#7F4355 contains mainly red and blue colors. Web safe color of #7F4355 is #663366 (or #636).

RGB color model

#7F4355 color RGB value is (127,67,85).

  • red value is 127;
  • green value is 67;
  • blue value is 85.
RGB:
(127,67,85)
(50%,26%,33%)

RGB channels and saturation

R 127 of 255 = 50%
G 67 of 255 = 26%
B 85 of 255 = 33%

127
67
85

R + G + B ~ 36%. #7F4355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 67 + 85 = 279 (100%)
R 127 of 279 ~ 45.52%
G 67 of 279 ~ 24.01%
B 85 of 279 ~ 30.47%

%45.52
%24.01
%30.47

CMYK color model

#7F4355 color CMYK value is (0,47,33,50).

  • cyan value is 0.00%
  • magenta value is 47.24%
  • yellow value is 33.07%
  • key color value is 50.20%
CMYK:
(0,47,33,50)
C0M47Y33K50 
(0%,47%,33%,50%)
(0.00/0.47/0.33/0.50)	

CMYK percentages

%0
%47.24
%33.07
%50.2

Codes

Color #7F4355 in popluar color models

7F4355
RGB1276785
HSL342°30.93%38.04%
HSB/HSV342°47.24%49.80%
CMYK0.00%47.24%33.07%
50.20%

Color #7F4355 in popluar number systems.

HEX7F4355
Decimal1276785
Binary111111110000111010101
Octal177103125

Shades and tints

Shades of #7F4355

#7F4355
(127,67,85)
#743D4E
(116,61,78)
#693747
(105,55,71)
#5E3140
(94,49,64)
#532B39
(83,43,57)
#482532
(72,37,50)
#3D1F2B
(61,31,43)
#321924
(50,25,36)
#27131D
(39,19,29)
#1C0D16
(28,13,22)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #7F4355

#7F4355
(127,67,85)
#8A5464
(138,84,100)
#956573
(149,101,115)
#A07682
(160,118,130)
#AB8791
(171,135,145)
#B698A0
(182,152,160)
#C1A9AF
(193,169,175)
#CCBABE
(204,186,190)
#D7CBCD
(215,203,205)
#E2DCDC
(226,220,220)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4355 color. Also use rgb(127,67,85) instead hex code.

Text Font Color

.myTextColor { color: #7F4355; }

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

This text font color is #7F4355.


Background Color

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

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

This div background color is #7F4355.


Border color

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

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

This div border color is #7F4355.


Opacity

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

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

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

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

This text has shadow with #7F4355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4355 on black background.


Color preview on white background

This text has color #7F4355 on white background.



Black color preview on #7F4355 background

This text has black color on #7F4355 background.


White color preview on #7F4355 background

This text has white color on #7F4355 background.