COLOR #757A55

HEX: #757A55 RGB: (117,122,85)

Color info

#757A55 contains red, green and blue colors in about the same proportion. Web safe color of #757A55 is #666666 (or #666).

RGB color model

#757A55 color RGB value is (117,122,85).

RGB: (117,122,85) (46%, 48%, 33%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 85 of 255 = 33%

117
122
85

R + G + B ~ 42%. #757A55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 122 + 85 = 324 (100%)
R 117 of 324 ~ 36.11%
G 122 of 324 ~ 37.65%
B 85 of 324 ~ 26.23'%

%36.11
%37.65
%26.23

CMYK color model

#757A55 color CMYK value is (4,0,30,52).

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

CMYK: (4,0,30,52)
C4M0Y30K52 (4%, 0%, 30%, 52%)
(0.04 / 0.00 / 0.30 / 0.52)

CMYK percentages

%4.1
%0
%30.33
%52.16

Codes

Color #757A55 in popluar color models

75 7A 55
RGB 117 122 85
HSL 68° 17.87% 40.59%
HSB/HSV 68° 30.33% 47.84%
CMYK 4.10% 0.00% 30.33%
52.16%

Color #757A55 in popluar number systems.

HEX 75 7A 55
Decimal 117 122 85
Binary 1110101 1111010 1010101
Octal 165 172 125

Shades and tints

Shades of #757A55

#757A55
(117,122,85)
#6B6F4E
(107,111,78)
#616447
(97,100,71)
#575940
(87,89,64)
#4D4E39
(77,78,57)
#434332
(67,67,50)
#39382B
(57,56,43)
#2F2D24
(47,45,36)
#25221D
(37,34,29)
#1B1716
(27,23,22)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #757A55

#757A55
(117,122,85)
#818664
(129,134,100)
#8D9273
(141,146,115)
#999E82
(153,158,130)
#A5AA91
(165,170,145)
#B1B6A0
(177,182,160)
#BDC2AF
(189,194,175)
#C9CEBE
(201,206,190)
#D5DACD
(213,218,205)
#E1E6DC
(225,230,220)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757A55; }

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

This text font color is #757A55.

Background Color

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

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

This div background color is #757A55.

Border color

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

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

This div border color is #757A55.

Opacity

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

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

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

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

This text has shadow with #757A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757A55.

Preview

Color preview on black background

This text has color #757A55 on black background.


Color preview on white background

This text has color #757A55 on white background.


Black color preview on #757A55 background

This text has black color on #757A55 background.


White color preview on #757A55 background

This text has white color on #757A55 background.


Related colors

Complementary color

Complementary color for #hex is #8A85AA.


I love getcolorcode.com

Triadic colors

1 #55757A and #7A5575 with #757A55 are triadic colors.

2 #557A75 and #7A7555 with #757A55 are triadic colors.