COLOR #7F584B

HEX: #7F584B RGB: (127,88,75)

Color info

#7F584B contains red, green and blue colors in about the same proportion. Web safe color of #7F584B is #666633 (or #663).

RGB color model

#7F584B color RGB value is (127,88,75).

RGB: (127,88,75) (50%, 35%, 29%)

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 75 of 255 = 29%

127
88
75

R + G + B ~ 38%. #7F584B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 88 + 75 = 290 (100%)
R 127 of 290 ~ 43.79%
G 88 of 290 ~ 30.34%
B 75 of 290 ~ 25.86'%

%43.79
%30.34
%25.86

CMYK color model

#7F584B color CMYK value is (0,31,41,50).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 40.94%
  • key color value is 50.20%

CMYK: (0,31,41,50)
C0M31Y41K50 (0%, 31%, 41%, 50%)
(0.00 / 0.31 / 0.41 / 0.50)

CMYK percentages

%0
%30.71
%40.94
%50.2

Codes

Color #7F584B in popluar color models

7F 58 4B
RGB 127 88 75
HSL 15° 25.74% 39.61%
HSB/HSV 15° 40.94% 49.80%
CMYK 0.00% 30.71% 40.94%
50.20%

Color #7F584B in popluar number systems.

HEX 7F 58 4B
Decimal 127 88 75
Binary 1111111 1011000 1001011
Octal 177 130 113

Shades and tints

Shades of #7F584B

#7F584B
(127,88,75)
#745045
(116,80,69)
#69483F
(105,72,63)
#5E4039
(94,64,57)
#533833
(83,56,51)
#48302D
(72,48,45)
#3D2827
(61,40,39)
#322021
(50,32,33)
#27181B
(39,24,27)
#1C1015
(28,16,21)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #7F584B

#7F584B
(127,88,75)
#8A675B
(138,103,91)
#95766B
(149,118,107)
#A0857B
(160,133,123)
#AB948B
(171,148,139)
#B6A39B
(182,163,155)
#C1B2AB
(193,178,171)
#CCC1BB
(204,193,187)
#D7D0CB
(215,208,203)
#E2DFDB
(226,223,219)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F584B color. Also use rgb(127,88,75) instead hex code.

Text Font Color

.myTextColor { color: #7F584B; }

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

This text font color is #7F584B.

Background Color

.myBgColor { background-color: #7F584B; }

<div style="background-color:#7F584B">Inner text</div>

This div background color is #7F584B.

Border color

.myBorderColor { border: 1px solid #7F584B; }

<div style="border:3px solid #7F584B">Div</div>

This div border color is #7F584B.

Opacity

.myOpacity80 { color: #7F584B; opacity: 0.8; }

<p style="color:#7F584B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F584B color.


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

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

This text has shadow with #7F584B primary color and red secondary color.


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

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

This text has shadow with #7F584B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F584B.

Preview

Color preview on black background

This text has color #7F584B on black background.


Color preview on white background

This text has color #7F584B on white background.


Black color preview on #7F584B background

This text has black color on #7F584B background.


White color preview on #7F584B background

This text has white color on #7F584B background.


Related colors

Complementary color

Complementary color for #hex is #80A7B4.


I love getcolorcode.com

Triadic colors

1 #4B7F58 and #584B7F with #7F584B are triadic colors.

2 #4B587F and #587F4B with #7F584B are triadic colors.