COLOR #75740A

HEX: #75740A
RGB: (117,116,10)

Color info

#75740A contains mainly red and green colors. Web safe color of #75740A is #666600 (or #660).

RGB color model

#75740A color RGB value is (117,116,10).

  • red value is 117;
  • green value is 116;
  • blue value is 10.
RGB:
(117,116,10)
(46%,45%,4%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 10 of 255 = 4%

117
116
10

R + G + B ~ 32%. #75740A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 10 = 243 (100%)
R 117 of 243 ~ 48.15%
G 116 of 243 ~ 47.74%
B 10 of 243 ~ 4.12%

%48.15
%47.74

CMYK color model

#75740A color CMYK value is (0,1,91,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 91.45%
  • key color value is 54.12%
CMYK:
(0,1,91,54)
C0M1Y91K54 
(0%,1%,91%,54%)
(0.00/0.01/0.91/0.54)	

CMYK percentages

%0
%0.85
%91.45
%54.12

Codes

Color #75740A in popluar color models

75740A
RGB11711610
HSL59°84.25%24.90%
HSB/HSV59°91.45%45.88%
CMYK0.00%0.85%91.45%
54.12%

Color #75740A in popluar number systems.

HEX75740A
Decimal11711610
Binary111010111101001010
Octal16516412

Shades and tints

Shades of #75740A

#75740A
(117,116,10)
#6B6A0A
(107,106,10)
#61600A
(97,96,10)
#57560A
(87,86,10)
#4D4C0A
(77,76,10)
#43420A
(67,66,10)
#39380A
(57,56,10)
#2F2E0A
(47,46,10)
#25240A
(37,36,10)
#1B1A0A
(27,26,10)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #75740A

#75740A
(117,116,10)
#818020
(129,128,32)
#8D8C36
(141,140,54)
#99984C
(153,152,76)
#A5A462
(165,164,98)
#B1B078
(177,176,120)
#BDBC8E
(189,188,142)
#C9C8A4
(201,200,164)
#D5D4BA
(213,212,186)
#E1E0D0
(225,224,208)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75740A color. Also use rgb(117,116,10) instead hex code.

Text Font Color

.myTextColor { color: #75740A; }

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

This text font color is #75740A.


Background Color

.myBgColor { background-color: #75740A; }

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

This div background color is #75740A.


Border color

.myBorderColor { border: 1px solid #75740A; }

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

This div border color is #75740A.


Opacity

.myOpacity80 { color: #75740A; opacity: 0.8; }

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

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

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

This text has shadow with #75740A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75740A on black background.


Color preview on white background

This text has color #75740A on white background.



Black color preview on #75740A background

This text has black color on #75740A background.


White color preview on #75740A background

This text has white color on #75740A background.