COLOR #754722

HEX: #754722
RGB: (117,71,34)

Color info

#754722 contains mainly red and green colors. Web safe color of #754722 is #663333 (or #633).

RGB color model

#754722 color RGB value is (117,71,34).

  • red value is 117;
  • green value is 71;
  • blue value is 34.
RGB:
(117,71,34)
(46%,28%,13%)

RGB channels and saturation

R 117 of 255 = 46%
G 71 of 255 = 28%
B 34 of 255 = 13%

117
71
34

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

Portions of RGB colors in percentages

R + G + B =
117 + 71 + 34 = 222 (100%)
R 117 of 222 ~ 52.7%
G 71 of 222 ~ 31.98%
B 34 of 222 ~ 15.32%

%52.7
%31.98
%15.32

CMYK color model

#754722 color CMYK value is (0,39,71,54).

  • cyan value is 0.00%
  • magenta value is 39.32%
  • yellow value is 70.94%
  • key color value is 54.12%
CMYK:
(0,39,71,54)
C0M39Y71K54 
(0%,39%,71%,54%)
(0.00/0.39/0.71/0.54)	

CMYK percentages

%0
%39.32
%70.94
%54.12

Codes

Color #754722 in popluar color models

754722
RGB1177134
HSL27°54.97%29.61%
HSB/HSV27°70.94%45.88%
CMYK0.00%39.32%70.94%
54.12%

Color #754722 in popluar number systems.

HEX754722
Decimal1177134
Binary11101011000111100010
Octal16510742

Shades and tints

Shades of #754722

#754722
(117,71,34)
#6B411F
(107,65,31)
#613B1C
(97,59,28)
#573519
(87,53,25)
#4D2F16
(77,47,22)
#432913
(67,41,19)
#392310
(57,35,16)
#2F1D0D
(47,29,13)
#25170A
(37,23,10)
#1B1107
(27,17,7)
#110B04
(17,11,4)
#000000
(0,0,0)

Tints of #754722

#754722
(117,71,34)
#815736
(129,87,54)
#8D674A
(141,103,74)
#99775E
(153,119,94)
#A58772
(165,135,114)
#B19786
(177,151,134)
#BDA79A
(189,167,154)
#C9B7AE
(201,183,174)
#D5C7C2
(213,199,194)
#E1D7D6
(225,215,214)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754722 color. Also use rgb(117,71,34) instead hex code.

Text Font Color

.myTextColor { color: #754722; }

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

This text font color is #754722.


Background Color

.myBgColor { background-color: #754722; }

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

This div background color is #754722.


Border color

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

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

This div border color is #754722.


Opacity

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

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

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

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

This text has shadow with #754722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754722 on black background.


Color preview on white background

This text has color #754722 on white background.



Black color preview on #754722 background

This text has black color on #754722 background.


White color preview on #754722 background

This text has white color on #754722 background.