COLOR #75927F

HEX: #75927F RGB: (117,146,127)

Color info

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

RGB color model

#75927F color RGB value is (117,146,127).

RGB: (117,146,127) (46%, 57%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 127 of 255 = 50%

117
146
127

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

Portions of RGB colors in percentages

R + G + B = 117 + 146 + 127 = 390 (100%)
R 117 of 390 ~ 30%
G 146 of 390 ~ 37.44%
B 127 of 390 ~ 32.56'%

%30
%37.44
%32.56

CMYK color model

#75927F color CMYK value is (20,0,13,43).

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

CMYK: (20,0,13,43)
C20M0Y13K43 (20%, 0%, 13%, 43%)
(0.20 / 0.00 / 0.13 / 0.43)

CMYK percentages

%19.86
%0
%13.01
%42.75

Codes

Color #75927F in popluar color models

75 92 7F
RGB 117 146 127
HSL 141° 11.74% 51.57%
HSB/HSV 141° 19.86% 57.25%
CMYK 19.86% 0.00% 13.01%
42.75%

Color #75927F in popluar number systems.

HEX 75 92 7F
Decimal 117 146 127
Binary 1110101 10010010 1111111
Octal 165 222 177

Shades and tints

Shades of #75927F

#75927F
(117,146,127)
#6B8574
(107,133,116)
#617869
(97,120,105)
#576B5E
(87,107,94)
#4D5E53
(77,94,83)
#435148
(67,81,72)
#39443D
(57,68,61)
#2F3732
(47,55,50)
#252A27
(37,42,39)
#1B1D1C
(27,29,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #75927F

#75927F
(117,146,127)
#819B8A
(129,155,138)
#8DA495
(141,164,149)
#99ADA0
(153,173,160)
#A5B6AB
(165,182,171)
#B1BFB6
(177,191,182)
#BDC8C1
(189,200,193)
#C9D1CC
(201,209,204)
#D5DAD7
(213,218,215)
#E1E3E2
(225,227,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75927F; }

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

This text font color is #75927F.

Background Color

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

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

This div background color is #75927F.

Border color

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

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

This div border color is #75927F.

Opacity

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

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

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

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

This text has shadow with #75927F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75927F.

Preview

Color preview on black background

This text has color #75927F on black background.


Color preview on white background

This text has color #75927F on white background.


Black color preview on #75927F background

This text has black color on #75927F background.


White color preview on #75927F background

This text has white color on #75927F background.


Related colors

Complementary color

Complementary color for #hex is #8A6D80.


I love getcolorcode.com

Triadic colors

1 #7F7592 and #927F75 with #75927F are triadic colors.

2 #7F9275 and #92757F with #75927F are triadic colors.