COLOR #754051

HEX: #754051
RGB: (117,64,81)

Color info

#754051 contains red, green and blue colors in about the same proportion. Web safe color of #754051 is #663366 (or #636).

RGB color model

#754051 color RGB value is (117,64,81).

  • red value is 117;
  • green value is 64;
  • blue value is 81.
RGB:
(117,64,81)
(46%,25%,32%)

RGB channels and saturation

R 117 of 255 = 46%
G 64 of 255 = 25%
B 81 of 255 = 32%

117
64
81

R + G + B ~ 34%. #754051 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 64 + 81 = 262 (100%)
R 117 of 262 ~ 44.66%
G 64 of 262 ~ 24.43%
B 81 of 262 ~ 30.92%

%44.66
%24.43
%30.92

CMYK color model

#754051 color CMYK value is (0,45,31,54).

  • cyan value is 0.00%
  • magenta value is 45.30%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(0,45,31,54)
C0M45Y31K54 
(0%,45%,31%,54%)
(0.00/0.45/0.31/0.54)	

CMYK percentages

%0
%45.3
%30.77
%54.12

Codes

Color #754051 in popluar color models

754051
RGB1176481
HSL341°29.28%35.49%
HSB/HSV341°45.30%45.88%
CMYK0.00%45.30%30.77%
54.12%

Color #754051 in popluar number systems.

HEX754051
Decimal1176481
Binary111010110000001010001
Octal165100121

Shades and tints

Shades of #754051

#754051
(117,64,81)
#6B3B4A
(107,59,74)
#613643
(97,54,67)
#57313C
(87,49,60)
#4D2C35
(77,44,53)
#43272E
(67,39,46)
#392227
(57,34,39)
#2F1D20
(47,29,32)
#251819
(37,24,25)
#1B1312
(27,19,18)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #754051

#754051
(117,64,81)
#815160
(129,81,96)
#8D626F
(141,98,111)
#99737E
(153,115,126)
#A5848D
(165,132,141)
#B1959C
(177,149,156)
#BDA6AB
(189,166,171)
#C9B7BA
(201,183,186)
#D5C8C9
(213,200,201)
#E1D9D8
(225,217,216)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754051 color. Also use rgb(117,64,81) instead hex code.

Text Font Color

.myTextColor { color: #754051; }

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

This text font color is #754051.


Background Color

.myBgColor { background-color: #754051; }

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

This div background color is #754051.


Border color

.myBorderColor { border: 1px solid #754051; }

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

This div border color is #754051.


Opacity

.myOpacity80 { color: #754051; opacity: 0.8; }

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

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

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

This text has shadow with #754051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754051 on black background.


Color preview on white background

This text has color #754051 on white background.



Black color preview on #754051 background

This text has black color on #754051 background.


White color preview on #754051 background

This text has white color on #754051 background.