COLOR #87907A

HEX: #87907A RGB: (135,144,122)

Color info

#87907A contains red, green and blue colors in about the same proportion. Web safe color of #87907A is #999966 (or #996).

RGB color model

#87907A color RGB value is (135,144,122).

RGB: (135,144,122) (53%, 56%, 48%)

RGB channels and saturation

R 135 of 255 = 53%
G 144 of 255 = 56%
B 122 of 255 = 48%

135
144
122

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

Portions of RGB colors in percentages

R + G + B = 135 + 144 + 122 = 401 (100%)
R 135 of 401 ~ 33.67%
G 144 of 401 ~ 35.91%
B 122 of 401 ~ 30.42'%

%33.67
%35.91
%30.42

CMYK color model

#87907A color CMYK value is (6,0,15,44).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 43.53%
CMYK: (6,0,15,44) C6M0Y15K44 (6%,0%,15%,44%) (0.06/0.00/0.15/0.44) 

CMYK percentages

%6.25
%0
%15.28
%43.53

Codes

Color #87907A in popluar color models

87 90 7A
RGB 135 144 122
HSL 85° 9.02% 52.16%
HSB/HSV 85° 15.28% 56.47%
CMYK 6.25% 0.00% 15.28%
43.53%

Color #87907A in popluar number systems.

HEX 87 90 7A
Decimal 135 144 122
Binary 10000111 10010000 1111010
Octal 207 220 172

Shades and tints

Shades of #87907A

#87907A
(135,144,122)
#7B836F
(123,131,111)
#6F7664
(111,118,100)
#636959
(99,105,89)
#575C4E
(87,92,78)
#4B4F43
(75,79,67)
#3F4238
(63,66,56)
#33352D
(51,53,45)
#272822
(39,40,34)
#1B1B17
(27,27,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #87907A

#87907A
(135,144,122)
#919A86
(145,154,134)
#9BA492
(155,164,146)
#A5AE9E
(165,174,158)
#AFB8AA
(175,184,170)
#B9C2B6
(185,194,182)
#C3CCC2
(195,204,194)
#CDD6CE
(205,214,206)
#D7E0DA
(215,224,218)
#E1EAE6
(225,234,230)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87907A color. Also use rgb(135,144,122) instead hex code.

Text Font Color

.myTextColor { color: #87907A; }

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

This text font color is #87907A.

Background Color

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

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

This div background color is #87907A.

Border color

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

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

This div border color is #87907A.

Opacity

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

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

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

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

This text has shadow with #87907A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87907A.

Preview

Color preview on black background

This text has color #87907A on black background.


Color preview on white background

This text has color #87907A on white background.


Black color preview on #87907A background

This text has black color on #87907A background.


White color preview on #87907A background

This text has white color on #87907A background.


Related colors

Complementary color

Complementary color for #hex is #786F85.


I love getcolorcode.com

Triadic colors

1 #7A8790 and #907A87 with #87907A are triadic colors.

2 #7A9087 and #90877A with #87907A are triadic colors.