COLOR #757A13

HEX: #757A13 RGB: (117,122,19)

Color info

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

RGB color model

#757A13 color RGB value is (117,122,19).

RGB: (117,122,19) (46%, 48%, 7%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 19 of 255 = 7%

117
122
19

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

Portions of RGB colors in percentages

R + G + B = 117 + 122 + 19 = 258 (100%)
R 117 of 258 ~ 45.35%
G 122 of 258 ~ 47.29%
B 19 of 258 ~ 7.36'%

%45.35
%47.29

CMYK color model

#757A13 color CMYK value is (4,0,84,52).

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

CMYK: (4,0,84,52)
C4M0Y84K52 (4%, 0%, 84%, 52%)
(0.04 / 0.00 / 0.84 / 0.52)

CMYK percentages

%4.1
%0
%84.43
%52.16

Codes

Color #757A13 in popluar color models

75 7A 13
RGB 117 122 19
HSL 63° 73.05% 27.65%
HSB/HSV 63° 84.43% 47.84%
CMYK 4.10% 0.00% 84.43%
52.16%

Color #757A13 in popluar number systems.

HEX 75 7A 13
Decimal 117 122 19
Binary 1110101 1111010 10011
Octal 165 172 23

Shades and tints

Shades of #757A13

#757A13
(117,122,19)
#6B6F12
(107,111,18)
#616411
(97,100,17)
#575910
(87,89,16)
#4D4E0F
(77,78,15)
#43430E
(67,67,14)
#39380D
(57,56,13)
#2F2D0C
(47,45,12)
#25220B
(37,34,11)
#1B170A
(27,23,10)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #757A13

#757A13
(117,122,19)
#818628
(129,134,40)
#8D923D
(141,146,61)
#999E52
(153,158,82)
#A5AA67
(165,170,103)
#B1B67C
(177,182,124)
#BDC291
(189,194,145)
#C9CEA6
(201,206,166)
#D5DABB
(213,218,187)
#E1E6D0
(225,230,208)
#EDF2E5
(237,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757A13; }

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

This text font color is #757A13.

Background Color

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

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

This div background color is #757A13.

Border color

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

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

This div border color is #757A13.

Opacity

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

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

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

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

This text has shadow with #757A13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757A13.

Preview

Color preview on black background

This text has color #757A13 on black background.


Color preview on white background

This text has color #757A13 on white background.


Black color preview on #757A13 background

This text has black color on #757A13 background.


White color preview on #757A13 background

This text has white color on #757A13 background.


Related colors

Complementary color

Complementary color for #hex is #8A85EC.


I love getcolorcode.com

Triadic colors

1 #13757A and #7A1375 with #757A13 are triadic colors.

2 #137A75 and #7A7513 with #757A13 are triadic colors.