COLOR #7F376A

HEX: #7F376A
RGB: (127,55,106)

Color info

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

RGB color model

#7F376A color RGB value is (127,55,106).

  • red value is 127;
  • green value is 55;
  • blue value is 106.
RGB:
(127,55,106)
(50%,22%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 55 of 255 = 22%
B 106 of 255 = 42%

127
55
106

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

Portions of RGB colors in percentages

R + G + B =
127 + 55 + 106 = 288 (100%)
R 127 of 288 ~ 44.1%
G 55 of 288 ~ 19.1%
B 106 of 288 ~ 36.81%

%44.1
%19.1
%36.81

CMYK color model

#7F376A color CMYK value is (0,57,17,50).

  • cyan value is 0.00%
  • magenta value is 56.69%
  • yellow value is 16.54%
  • key color value is 50.20%
CMYK:
(0,57,17,50)
C0M57Y17K50 
(0%,57%,17%,50%)
(0.00/0.57/0.17/0.50)	

CMYK percentages

%0
%56.69
%16.54
%50.2

Codes

Color #7F376A in popluar color models

7F376A
RGB12755106
HSL318°39.56%35.69%
HSB/HSV318°56.69%49.80%
CMYK0.00%56.69%16.54%
50.20%

Color #7F376A in popluar number systems.

HEX7F376A
Decimal12755106
Binary11111111101111101010
Octal17767152

Shades and tints

Shades of #7F376A

#7F376A
(127,55,106)
#743261
(116,50,97)
#692D58
(105,45,88)
#5E284F
(94,40,79)
#532346
(83,35,70)
#481E3D
(72,30,61)
#3D1934
(61,25,52)
#32142B
(50,20,43)
#270F22
(39,15,34)
#1C0A19
(28,10,25)
#110510
(17,5,16)
#000000
(0,0,0)

Tints of #7F376A

#7F376A
(127,55,106)
#8A4977
(138,73,119)
#955B84
(149,91,132)
#A06D91
(160,109,145)
#AB7F9E
(171,127,158)
#B691AB
(182,145,171)
#C1A3B8
(193,163,184)
#CCB5C5
(204,181,197)
#D7C7D2
(215,199,210)
#E2D9DF
(226,217,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F376A color. Also use rgb(127,55,106) instead hex code.

Text Font Color

.myTextColor { color: #7F376A; }

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

This text font color is #7F376A.


Background Color

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

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

This div background color is #7F376A.


Border color

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

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

This div border color is #7F376A.


Opacity

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

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

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

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

This text has shadow with #7F376A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F376A on black background.


Color preview on white background

This text has color #7F376A on white background.



Black color preview on #7F376A background

This text has black color on #7F376A background.


White color preview on #7F376A background

This text has white color on #7F376A background.