COLOR #75927A

HEX: #75927A RGB: (117,146,122)

Color info

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

RGB color model

#75927A color RGB value is (117,146,122).

RGB: (117,146,122) (46%, 57%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 122 of 255 = 48%

117
146
122

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

Portions of RGB colors in percentages

R + G + B = 117 + 146 + 122 = 385 (100%)
R 117 of 385 ~ 30.39%
G 146 of 385 ~ 37.92%
B 122 of 385 ~ 31.69'%

%30.39
%37.92
%31.69

CMYK color model

#75927A color CMYK value is (20,0,16,43).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 42.75%

CMYK: (20,0,16,43)
C20M0Y16K43 (20%, 0%, 16%, 43%)
(0.20 / 0.00 / 0.16 / 0.43)

CMYK percentages

%19.86
%0
%16.44
%42.75

Codes

Color #75927A in popluar color models

75 92 7A
RGB 117 146 122
HSL 130° 11.74% 51.57%
HSB/HSV 130° 19.86% 57.25%
CMYK 19.86% 0.00% 16.44%
42.75%

Color #75927A in popluar number systems.

HEX 75 92 7A
Decimal 117 146 122
Binary 1110101 10010010 1111010
Octal 165 222 172

Shades and tints

Shades of #75927A

#75927A
(117,146,122)
#6B856F
(107,133,111)
#617864
(97,120,100)
#576B59
(87,107,89)
#4D5E4E
(77,94,78)
#435143
(67,81,67)
#394438
(57,68,56)
#2F372D
(47,55,45)
#252A22
(37,42,34)
#1B1D17
(27,29,23)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #75927A

#75927A
(117,146,122)
#819B86
(129,155,134)
#8DA492
(141,164,146)
#99AD9E
(153,173,158)
#A5B6AA
(165,182,170)
#B1BFB6
(177,191,182)
#BDC8C2
(189,200,194)
#C9D1CE
(201,209,206)
#D5DADA
(213,218,218)
#E1E3E6
(225,227,230)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75927A; }

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

This text font color is #75927A.

Background Color

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

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

This div background color is #75927A.

Border color

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

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

This div border color is #75927A.

Opacity

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

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

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

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

This text has shadow with #75927A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75927A.

Preview

Color preview on black background

This text has color #75927A on black background.


Color preview on white background

This text has color #75927A on white background.


Black color preview on #75927A background

This text has black color on #75927A background.


White color preview on #75927A background

This text has white color on #75927A background.


Related colors

Complementary color

Complementary color for #hex is #8A6D85.


I love getcolorcode.com

Triadic colors

1 #7A7592 and #927A75 with #75927A are triadic colors.

2 #7A9275 and #92757A with #75927A are triadic colors.