COLOR #757A09

HEX: #757A09 RGB: (117,122,9)

Color info

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

RGB color model

#757A09 color RGB value is (117,122,9).

RGB: (117,122,9) (46%, 48%, 4%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 9 of 255 = 4%

117
122
9

R + G + B ~ 33%. #757A09 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 122 + 9 = 248 (100%)
R 117 of 248 ~ 47.18%
G 122 of 248 ~ 49.19%
B 9 of 248 ~ 3.63'%

%47.18
%49.19

CMYK color model

#757A09 color CMYK value is (4,0,93,52).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 92.62%
  • key color value is 52.16%

CMYK: (4,0,93,52)
C4M0Y93K52 (4%, 0%, 93%, 52%)
(0.04 / 0.00 / 0.93 / 0.52)

CMYK percentages

%4.1
%0
%92.62
%52.16

Codes

Color #757A09 in popluar color models

75 7A 09
RGB 117 122 9
HSL 63° 86.26% 25.69%
HSB/HSV 63° 92.62% 47.84%
CMYK 4.10% 0.00% 92.62%
52.16%

Color #757A09 in popluar number systems.

HEX 75 7A 09
Decimal 117 122 9
Binary 1110101 1111010 1001
Octal 165 172 11

Shades and tints

Shades of #757A09

#757A09
(117,122,9)
#6B6F09
(107,111,9)
#616409
(97,100,9)
#575909
(87,89,9)
#4D4E09
(77,78,9)
#434309
(67,67,9)
#393809
(57,56,9)
#2F2D09
(47,45,9)
#252209
(37,34,9)
#1B1709
(27,23,9)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #757A09

#757A09
(117,122,9)
#81861F
(129,134,31)
#8D9235
(141,146,53)
#999E4B
(153,158,75)
#A5AA61
(165,170,97)
#B1B677
(177,182,119)
#BDC28D
(189,194,141)
#C9CEA3
(201,206,163)
#D5DAB9
(213,218,185)
#E1E6CF
(225,230,207)
#EDF2E5
(237,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757A09 color. Also use rgb(117,122,9) instead hex code.

Text Font Color

.myTextColor { color: #757A09; }

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

This text font color is #757A09.

Background Color

.myBgColor { background-color: #757A09; }

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

This div background color is #757A09.

Border color

.myBorderColor { border: 1px solid #757A09; }

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

This div border color is #757A09.

Opacity

.myOpacity80 { color: #757A09; opacity: 0.8; }

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

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

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

This text has shadow with #757A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757A09.

Preview

Color preview on black background

This text has color #757A09 on black background.


Color preview on white background

This text has color #757A09 on white background.


Black color preview on #757A09 background

This text has black color on #757A09 background.


White color preview on #757A09 background

This text has white color on #757A09 background.


Related colors

Complementary color

Complementary color for #hex is #8A85F6.


I love getcolorcode.com

Triadic colors

1 #09757A and #7A0975 with #757A09 are triadic colors.

2 #097A75 and #7A7509 with #757A09 are triadic colors.