COLOR #75515A

HEX: #75515A RGB: (117,81,90)

Color info

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

RGB color model

#75515A color RGB value is (117,81,90).

RGB: (117,81,90) (46%, 32%, 35%)

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 90 of 255 = 35%

117
81
90

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

Portions of RGB colors in percentages

R + G + B = 117 + 81 + 90 = 288 (100%)
R 117 of 288 ~ 40.63%
G 81 of 288 ~ 28.13%
B 90 of 288 ~ 31.25'%

%40.63
%28.13
%31.25

CMYK color model

#75515A color CMYK value is (0,31,23,54).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 23.08%
  • key color value is 54.12%

CMYK: (0,31,23,54)
C0M31Y23K54 (0%, 31%, 23%, 54%)
(0.00 / 0.31 / 0.23 / 0.54)

CMYK percentages

%0
%30.77
%23.08
%54.12

Codes

Color #75515A in popluar color models

75 51 5A
RGB 117 81 90
HSL 345° 18.18% 38.82%
HSB/HSV 345° 30.77% 45.88%
CMYK 0.00% 30.77% 23.08%
54.12%

Color #75515A in popluar number systems.

HEX 75 51 5A
Decimal 117 81 90
Binary 1110101 1010001 1011010
Octal 165 121 132

Shades and tints

Shades of #75515A

#75515A
(117,81,90)
#6B4A52
(107,74,82)
#61434A
(97,67,74)
#573C42
(87,60,66)
#4D353A
(77,53,58)
#432E32
(67,46,50)
#39272A
(57,39,42)
#2F2022
(47,32,34)
#25191A
(37,25,26)
#1B1212
(27,18,18)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #75515A

#75515A
(117,81,90)
#816069
(129,96,105)
#8D6F78
(141,111,120)
#997E87
(153,126,135)
#A58D96
(165,141,150)
#B19CA5
(177,156,165)
#BDABB4
(189,171,180)
#C9BAC3
(201,186,195)
#D5C9D2
(213,201,210)
#E1D8E1
(225,216,225)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75515A; }

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

This text font color is #75515A.

Background Color

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

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

This div background color is #75515A.

Border color

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

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

This div border color is #75515A.

Opacity

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

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

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

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

This text has shadow with #75515A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75515A.

Preview

Color preview on black background

This text has color #75515A on black background.


Color preview on white background

This text has color #75515A on white background.


Black color preview on #75515A background

This text has black color on #75515A background.


White color preview on #75515A background

This text has white color on #75515A background.


Related colors

Complementary color

Complementary color for #hex is #8AAEA5.


I love getcolorcode.com

Triadic colors

1 #5A7551 and #515A75 with #75515A are triadic colors.

2 #5A5175 and #51755A with #75515A are triadic colors.