COLOR #75827A

HEX: #75827A RGB: (117,130,122)

Color info

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

RGB color model

#75827A color RGB value is (117,130,122).

RGB: (117,130,122) (46%, 51%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 122 of 255 = 48%

117
130
122

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

Portions of RGB colors in percentages

R + G + B = 117 + 130 + 122 = 369 (100%)
R 117 of 369 ~ 31.71%
G 130 of 369 ~ 35.23%
B 122 of 369 ~ 33.06'%

%31.71
%35.23
%33.06

CMYK color model

#75827A color CMYK value is (10,0,6,49).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 49.02%

CMYK: (10,0,6,49)
C10M0Y6K49 (10%, 0%, 6%, 49%)
(0.10 / 0.00 / 0.06 / 0.49)

CMYK percentages

%10
%0
%6.15
%49.02

Codes

Color #75827A in popluar color models

75 82 7A
RGB 117 130 122
HSL 143° 5.26% 48.43%
HSB/HSV 143° 10.00% 50.98%
CMYK 10.00% 0.00% 6.15%
49.02%

Color #75827A in popluar number systems.

HEX 75 82 7A
Decimal 117 130 122
Binary 1110101 10000010 1111010
Octal 165 202 172

Shades and tints

Shades of #75827A

#75827A
(117,130,122)
#6B776F
(107,119,111)
#616C64
(97,108,100)
#576159
(87,97,89)
#4D564E
(77,86,78)
#434B43
(67,75,67)
#394038
(57,64,56)
#2F352D
(47,53,45)
#252A22
(37,42,34)
#1B1F17
(27,31,23)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #75827A

#75827A
(117,130,122)
#818D86
(129,141,134)
#8D9892
(141,152,146)
#99A39E
(153,163,158)
#A5AEAA
(165,174,170)
#B1B9B6
(177,185,182)
#BDC4C2
(189,196,194)
#C9CFCE
(201,207,206)
#D5DADA
(213,218,218)
#E1E5E6
(225,229,230)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75827A; }

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

This text font color is #75827A.

Background Color

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

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

This div background color is #75827A.

Border color

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

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

This div border color is #75827A.

Opacity

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

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

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

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

This text has shadow with #75827A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75827A.

Preview

Color preview on black background

This text has color #75827A on black background.


Color preview on white background

This text has color #75827A on white background.


Black color preview on #75827A background

This text has black color on #75827A background.


White color preview on #75827A background

This text has white color on #75827A background.


Related colors

Complementary color

Complementary color for #hex is #8A7D85.


I love getcolorcode.com

Triadic colors

1 #7A7582 and #827A75 with #75827A are triadic colors.

2 #7A8275 and #82757A with #75827A are triadic colors.