COLOR #751B4E

HEX: #751B4E RGB: (117,27,78)

Color info

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

RGB color model

#751B4E color RGB value is (117,27,78).

RGB: (117,27,78) (46%, 11%, 31%)

RGB channels and saturation

R 117 of 255 = 46%
G 27 of 255 = 11%
B 78 of 255 = 31%

117
27
78

R + G + B ~ 29%. #751B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 27 + 78 = 222 (100%)
R 117 of 222 ~ 52.7%
G 27 of 222 ~ 12.16%
B 78 of 222 ~ 35.14'%

%52.7
%12.16
%35.14

CMYK color model

#751B4E color CMYK value is (0,77,33,54).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 33.33%
  • key color value is 54.12%

CMYK: (0,77,33,54)
C0M77Y33K54 (0%, 77%, 33%, 54%)
(0.00 / 0.77 / 0.33 / 0.54)

CMYK percentages

%0
%76.92
%33.33
%54.12

Codes

Color #751B4E in popluar color models

75 1B 4E
RGB 117 27 78
HSL 326° 62.50% 28.24%
HSB/HSV 326° 76.92% 45.88%
CMYK 0.00% 76.92% 33.33%
54.12%

Color #751B4E in popluar number systems.

HEX 75 1B 4E
Decimal 117 27 78
Binary 1110101 11011 1001110
Octal 165 33 116

Shades and tints

Shades of #751B4E

#751B4E
(117,27,78)
#6B1947
(107,25,71)
#611740
(97,23,64)
#571539
(87,21,57)
#4D1332
(77,19,50)
#43112B
(67,17,43)
#390F24
(57,15,36)
#2F0D1D
(47,13,29)
#250B16
(37,11,22)
#1B090F
(27,9,15)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #751B4E

#751B4E
(117,27,78)
#812F5E
(129,47,94)
#8D436E
(141,67,110)
#99577E
(153,87,126)
#A56B8E
(165,107,142)
#B17F9E
(177,127,158)
#BD93AE
(189,147,174)
#C9A7BE
(201,167,190)
#D5BBCE
(213,187,206)
#E1CFDE
(225,207,222)
#EDE3EE
(237,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751B4E color. Also use rgb(117,27,78) instead hex code.

Text Font Color

.myTextColor { color: #751B4E; }

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

This text font color is #751B4E.

Background Color

.myBgColor { background-color: #751B4E; }

<div style="background-color:#751B4E">Inner text</div>

This div background color is #751B4E.

Border color

.myBorderColor { border: 1px solid #751B4E; }

<div style="border:3px solid #751B4E">Div</div>

This div border color is #751B4E.

Opacity

.myOpacity80 { color: #751B4E; opacity: 0.8; }

<p style="color:#751B4E;opacity:0.8;">80%</p>

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

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

This text has shadow with #751B4E color.


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

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

This text has shadow with #751B4E primary color and red secondary color.


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

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

This text has shadow with #751B4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #751B4E.

Preview

Color preview on black background

This text has color #751B4E on black background.


Color preview on white background

This text has color #751B4E on white background.


Black color preview on #751B4E background

This text has black color on #751B4E background.


White color preview on #751B4E background

This text has white color on #751B4E background.


Related colors

Complementary color

Complementary color for #hex is #8AE4B1.


I love getcolorcode.com

Triadic colors

1 #4E751B and #1B4E75 with #751B4E are triadic colors.

2 #4E1B75 and #1B754E with #751B4E are triadic colors.