COLOR #7E0B4B

HEX: #7E0B4B RGB: (126,11,75)

Color info

#7E0B4B contains mainly red and blue colors. Web safe color of #7E0B4B is #660033 (or #603).

RGB color model

#7E0B4B color RGB value is (126,11,75).

RGB: (126,11,75) (49%, 4%, 29%)

RGB channels and saturation

R 126 of 255 = 49%
G 11 of 255 = 4%
B 75 of 255 = 29%

126
11
75

R + G + B ~ 27%. #7E0B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 11 + 75 = 212 (100%)
R 126 of 212 ~ 59.43%
G 11 of 212 ~ 5.19%
B 75 of 212 ~ 35.38'%

%59.43
%35.38

CMYK color model

#7E0B4B color CMYK value is (0,91,40,51).

  • cyan value is 0.00%
  • magenta value is 91.27%
  • yellow value is 40.48%
  • key color value is 50.59%

CMYK: (0,91,40,51)
C0M91Y40K51 (0%, 91%, 40%, 51%)
(0.00 / 0.91 / 0.40 / 0.51)

CMYK percentages

%0
%91.27
%40.48
%50.59

Codes

Color #7E0B4B in popluar color models

7E 0B 4B
RGB 126 11 75
HSL 327° 83.94% 26.86%
HSB/HSV 327° 91.27% 49.41%
CMYK 0.00% 91.27% 40.48%
50.59%

Color #7E0B4B in popluar number systems.

HEX 7E 0B 4B
Decimal 126 11 75
Binary 1111110 1011 1001011
Octal 176 13 113

Shades and tints

Shades of #7E0B4B

#7E0B4B
(126,11,75)
#730A45
(115,10,69)
#68093F
(104,9,63)
#5D0839
(93,8,57)
#520733
(82,7,51)
#47062D
(71,6,45)
#3C0527
(60,5,39)
#310421
(49,4,33)
#26031B
(38,3,27)
#1B0215
(27,2,21)
#10010F
(16,1,15)
#000000
(0,0,0)

Tints of #7E0B4B

#7E0B4B
(126,11,75)
#89215B
(137,33,91)
#94376B
(148,55,107)
#9F4D7B
(159,77,123)
#AA638B
(170,99,139)
#B5799B
(181,121,155)
#C08FAB
(192,143,171)
#CBA5BB
(203,165,187)
#D6BBCB
(214,187,203)
#E1D1DB
(225,209,219)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E0B4B color. Also use rgb(126,11,75) instead hex code.

Text Font Color

.myTextColor { color: #7E0B4B; }

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

This text font color is #7E0B4B.

Background Color

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

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

This div background color is #7E0B4B.

Border color

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

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

This div border color is #7E0B4B.

Opacity

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

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

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

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

This text has shadow with #7E0B4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E0B4B.

Preview

Color preview on black background

This text has color #7E0B4B on black background.


Color preview on white background

This text has color #7E0B4B on white background.


Black color preview on #7E0B4B background

This text has black color on #7E0B4B background.


White color preview on #7E0B4B background

This text has white color on #7E0B4B background.


Related colors

Complementary color

Complementary color for #hex is #81F4B4.


I love getcolorcode.com

Triadic colors

1 #4B7E0B and #0B4B7E with #7E0B4B are triadic colors.

2 #4B0B7E and #0B7E4B with #7E0B4B are triadic colors.