COLOR #754C07

HEX: #754C07
RGB: (117,76,7)

Color info

#754C07 contains mainly red and green colors. Web safe color of #754C07 is #663300 (or #630).

RGB color model

#754C07 color RGB value is (117,76,7).

  • red value is 117;
  • green value is 76;
  • blue value is 7.
RGB:
(117,76,7)
(46%,30%,3%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 7 of 255 = 3%

117
76
7

R + G + B ~ 26%. #754C07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 7 = 200 (100%)
R 117 of 200 ~ 58.5%
G 76 of 200 ~ 38%
B 7 of 200 ~ 3.5%

%58.5
%38

CMYK color model

#754C07 color CMYK value is (0,35,94,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 94.02%
  • key color value is 54.12%
CMYK:
(0,35,94,54)
C0M35Y94K54 
(0%,35%,94%,54%)
(0.00/0.35/0.94/0.54)	

CMYK percentages

%0
%35.04
%94.02
%54.12

Codes

Color #754C07 in popluar color models

754C07
RGB117767
HSL38°88.71%24.31%
HSB/HSV38°94.02%45.88%
CMYK0.00%35.04%94.02%
54.12%

Color #754C07 in popluar number systems.

HEX754C07
Decimal117767
Binary11101011001100111
Octal1651147

Shades and tints

Shades of #754C07

#754C07
(117,76,7)
#6B4607
(107,70,7)
#614007
(97,64,7)
#573A07
(87,58,7)
#4D3407
(77,52,7)
#432E07
(67,46,7)
#392807
(57,40,7)
#2F2207
(47,34,7)
#251C07
(37,28,7)
#1B1607
(27,22,7)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #754C07

#754C07
(117,76,7)
#815C1D
(129,92,29)
#8D6C33
(141,108,51)
#997C49
(153,124,73)
#A58C5F
(165,140,95)
#B19C75
(177,156,117)
#BDAC8B
(189,172,139)
#C9BCA1
(201,188,161)
#D5CCB7
(213,204,183)
#E1DCCD
(225,220,205)
#EDECE3
(237,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754C07 color. Also use rgb(117,76,7) instead hex code.

Text Font Color

.myTextColor { color: #754C07; }

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

This text font color is #754C07.


Background Color

.myBgColor { background-color: #754C07; }

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

This div background color is #754C07.


Border color

.myBorderColor { border: 1px solid #754C07; }

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

This div border color is #754C07.


Opacity

.myOpacity80 { color: #754C07; opacity: 0.8; }

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

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

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

This text has shadow with #754C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C07 on black background.


Color preview on white background

This text has color #754C07 on white background.



Black color preview on #754C07 background

This text has black color on #754C07 background.


White color preview on #754C07 background

This text has white color on #754C07 background.