COLOR #75575A

HEX: #75575A
RGB: (117,87,90)

Color info

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

RGB color model

#75575A color RGB value is (117,87,90).

  • red value is 117;
  • green value is 87;
  • blue value is 90.
RGB:
(117,87,90)
(46%,34%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 87 of 255 = 34%
B 90 of 255 = 35%

117
87
90

R + G + B ~ 38%. #75575A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 87 + 90 = 294 (100%)
R 117 of 294 ~ 39.8%
G 87 of 294 ~ 29.59%
B 90 of 294 ~ 30.61%

%39.8
%29.59
%30.61

CMYK color model

#75575A color CMYK value is (0,26,23,54).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(0,26,23,54)
C0M26Y23K54 
(0%,26%,23%,54%)
(0.00/0.26/0.23/0.54)	

CMYK percentages

%0
%25.64
%23.08
%54.12

Codes

Color #75575A in popluar color models

75575A
RGB1178790
HSL354°14.71%40.00%
HSB/HSV354°25.64%45.88%
CMYK0.00%25.64%23.08%
54.12%

Color #75575A in popluar number systems.

HEX75575A
Decimal1178790
Binary111010110101111011010
Octal165127132

Shades and tints

Shades of #75575A

#75575A
(117,87,90)
#6B5052
(107,80,82)
#61494A
(97,73,74)
#574242
(87,66,66)
#4D3B3A
(77,59,58)
#433432
(67,52,50)
#392D2A
(57,45,42)
#2F2622
(47,38,34)
#251F1A
(37,31,26)
#1B1812
(27,24,18)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #75575A

#75575A
(117,87,90)
#816669
(129,102,105)
#8D7578
(141,117,120)
#998487
(153,132,135)
#A59396
(165,147,150)
#B1A2A5
(177,162,165)
#BDB1B4
(189,177,180)
#C9C0C3
(201,192,195)
#D5CFD2
(213,207,210)
#E1DEE1
(225,222,225)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75575A color. Also use rgb(117,87,90) instead hex code.

Text Font Color

.myTextColor { color: #75575A; }

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

This text font color is #75575A.


Background Color

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

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

This div background color is #75575A.


Border color

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

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

This div border color is #75575A.


Opacity

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

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

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

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

This text has shadow with #75575A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75575A on black background.


Color preview on white background

This text has color #75575A on white background.



Black color preview on #75575A background

This text has black color on #75575A background.


White color preview on #75575A background

This text has white color on #75575A background.