COLOR #7F3762

HEX: #7F3762
RGB: (127,55,98)

Color info

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

RGB color model

#7F3762 color RGB value is (127,55,98).

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

RGB channels and saturation

R 127 of 255 = 50%
G 55 of 255 = 22%
B 98 of 255 = 38%

127
55
98

R + G + B ~ 37%. #7F3762 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 55 + 98 = 280 (100%)
R 127 of 280 ~ 45.36%
G 55 of 280 ~ 19.64%
B 98 of 280 ~ 35%

%45.36
%19.64
%35

CMYK color model

#7F3762 color CMYK value is (0,57,23,50).

  • cyan value is 0.00%
  • magenta value is 56.69%
  • yellow value is 22.83%
  • key color value is 50.20%
CMYK:
(0,57,23,50)
C0M57Y23K50 
(0%,57%,23%,50%)
(0.00/0.57/0.23/0.50)	

CMYK percentages

%0
%56.69
%22.83
%50.2

Codes

Color #7F3762 in popluar color models

7F3762
RGB1275598
HSL324°39.56%35.69%
HSB/HSV324°56.69%49.80%
CMYK0.00%56.69%22.83%
50.20%

Color #7F3762 in popluar number systems.

HEX7F3762
Decimal1275598
Binary11111111101111100010
Octal17767142

Shades and tints

Shades of #7F3762

#7F3762
(127,55,98)
#74325A
(116,50,90)
#692D52
(105,45,82)
#5E284A
(94,40,74)
#532342
(83,35,66)
#481E3A
(72,30,58)
#3D1932
(61,25,50)
#32142A
(50,20,42)
#270F22
(39,15,34)
#1C0A1A
(28,10,26)
#110512
(17,5,18)
#000000
(0,0,0)

Tints of #7F3762

#7F3762
(127,55,98)
#8A4970
(138,73,112)
#955B7E
(149,91,126)
#A06D8C
(160,109,140)
#AB7F9A
(171,127,154)
#B691A8
(182,145,168)
#C1A3B6
(193,163,182)
#CCB5C4
(204,181,196)
#D7C7D2
(215,199,210)
#E2D9E0
(226,217,224)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3762; }

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

This text font color is #7F3762.


Background Color

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

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

This div background color is #7F3762.


Border color

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

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

This div border color is #7F3762.


Opacity

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

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

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

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

This text has shadow with #7F3762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3762 on black background.


Color preview on white background

This text has color #7F3762 on white background.



Black color preview on #7F3762 background

This text has black color on #7F3762 background.


White color preview on #7F3762 background

This text has white color on #7F3762 background.