COLOR #75525A

HEX: #75525A RGB: (117,82,90)

Color info

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

RGB color model

#75525A color RGB value is (117,82,90).

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

RGB channels and saturation

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

117
82
90

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

Portions of RGB colors in percentages

R + G + B = 117 + 82 + 90 = 289 (100%)
R 117 of 289 ~ 40.48%
G 82 of 289 ~ 28.37%
B 90 of 289 ~ 31.14'%

%40.48
%28.37
%31.14

CMYK color model

#75525A color CMYK value is (0,30,23,54).

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

CMYK: (0,30,23,54)
C0M30Y23K54 (0%, 30%, 23%, 54%)
(0.00 / 0.30 / 0.23 / 0.54)

CMYK percentages

%0
%29.91
%23.08
%54.12

Codes

Color #75525A in popluar color models

75 52 5A
RGB 117 82 90
HSL 346° 17.59% 39.02%
HSB/HSV 346° 29.91% 45.88%
CMYK 0.00% 29.91% 23.08%
54.12%

Color #75525A in popluar number systems.

HEX 75 52 5A
Decimal 117 82 90
Binary 1110101 1010010 1011010
Octal 165 122 132

Shades and tints

Shades of #75525A

#75525A
(117,82,90)
#6B4B52
(107,75,82)
#61444A
(97,68,74)
#573D42
(87,61,66)
#4D363A
(77,54,58)
#432F32
(67,47,50)
#39282A
(57,40,42)
#2F2122
(47,33,34)
#251A1A
(37,26,26)
#1B1312
(27,19,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #75525A

#75525A
(117,82,90)
#816169
(129,97,105)
#8D7078
(141,112,120)
#997F87
(153,127,135)
#A58E96
(165,142,150)
#B19DA5
(177,157,165)
#BDACB4
(189,172,180)
#C9BBC3
(201,187,195)
#D5CAD2
(213,202,210)
#E1D9E1
(225,217,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75525A; }

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

This text font color is #75525A.

Background Color

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

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

This div background color is #75525A.

Border color

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

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

This div border color is #75525A.

Opacity

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

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

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

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

This text has shadow with #75525A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75525A.

Preview

Color preview on black background

This text has color #75525A on black background.


Color preview on white background

This text has color #75525A on white background.


Black color preview on #75525A background

This text has black color on #75525A background.


White color preview on #75525A background

This text has white color on #75525A background.


Related colors

Complementary color

Complementary color for #hex is #8AADA5.


I love getcolorcode.com

Triadic colors

1 #5A7552 and #525A75 with #75525A are triadic colors.

2 #5A5275 and #52755A with #75525A are triadic colors.