COLOR #75857A

HEX: #75857A
RGB: (117,133,122)

Color info

#75857A contains red, green and blue colors in about the same proportion. Web safe color of #75857A is #669966 (or #696).

RGB color model

#75857A color RGB value is (117,133,122).

  • red value is 117;
  • green value is 133;
  • blue value is 122.
RGB:
(117,133,122)
(46%,52%,48%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 122 of 255 = 48%

117
133
122

R + G + B ~ 49%. #75857A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 122 = 372 (100%)
R 117 of 372 ~ 31.45%
G 133 of 372 ~ 35.75%
B 122 of 372 ~ 32.8%

%31.45
%35.75
%32.8

CMYK color model

#75857A color CMYK value is (12,0,8,48).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(12,0,8,48)
C12M0Y8K48 
(12%,0%,8%,48%)
(0.12/0.00/0.08/0.48)	

CMYK percentages

%12.03
%0
%8.27
%47.84

Codes

Color #75857A in popluar color models

75857A
RGB117133122
HSL139°6.40%49.02%
HSB/HSV139°12.03%52.16%
CMYK12.03%0.00%8.27%
47.84%

Color #75857A in popluar number systems.

HEX75857A
Decimal117133122
Binary1110101100001011111010
Octal165205172

Shades and tints

Shades of #75857A

#75857A
(117,133,122)
#6B796F
(107,121,111)
#616D64
(97,109,100)
#576159
(87,97,89)
#4D554E
(77,85,78)
#434943
(67,73,67)
#393D38
(57,61,56)
#2F312D
(47,49,45)
#252522
(37,37,34)
#1B1917
(27,25,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #75857A

#75857A
(117,133,122)
#819086
(129,144,134)
#8D9B92
(141,155,146)
#99A69E
(153,166,158)
#A5B1AA
(165,177,170)
#B1BCB6
(177,188,182)
#BDC7C2
(189,199,194)
#C9D2CE
(201,210,206)
#D5DDDA
(213,221,218)
#E1E8E6
(225,232,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75857A color. Also use rgb(117,133,122) instead hex code.

Text Font Color

.myTextColor { color: #75857A; }

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

This text font color is #75857A.


Background Color

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

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

This div background color is #75857A.


Border color

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

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

This div border color is #75857A.


Opacity

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

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

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

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

This text has shadow with #75857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75857A on black background.


Color preview on white background

This text has color #75857A on white background.



Black color preview on #75857A background

This text has black color on #75857A background.


White color preview on #75857A background

This text has white color on #75857A background.