#87847E

Color #87847E Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #87847E

Tints of Friar Grey #87847E

Color information

#87847E (or 0x87847E) is unknown color: approx Friar Grey. HEX triplet: 87, 84 and 7E. RGB value is (135,132,126). Sum of RGB (Red+Green+Blue) = 135+132+126=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 135 - color contains mainly: red. Hex color #87847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87847E is #787B81. Grayscale: #848484. Windows color (decimal): -7895938 or 8291463. OLE color: 8291463.

HSL color Cylindrical-coordinate representation of color #87847E: hue angle of 40º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87847E is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135132126-
CMYK00.020.070.47
HSL40º3.61%51.18%-
HSV(B)40º6.67%52.94%-
XYZ22.0123.1623.05-
YUV132.21124.49129.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=34.35%
G=33.59%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513212600.020.070.47403.6151.18
Hex87847E0272F28433
Octal2072041760275750463
Binary10000111100001001111110010111101111101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87847E; }

 p { color: rgb(135,132,126); }

 H1.HeaderClassName
 {
   color: #87847E;
 }
 .AnyTagClassName
 {
   color: #87847E;
 }
</style>
background-color css

<style>
 a { background-color: #87847E; }

 a { background-color: rgb(135,132,126); }

 div.DivClassName
 {
   background-color: #87847E;
 }
 .BgClassName
 {
   background-color: #87847E;
 }
</style>
border-color css

<style>
 span { border-color: #87847E; }

 span { border-color: rgb(135,132,126); }

 td.TdClassName
 {
   border-color: #87847E;
 }
 .TagClassName
 {
   border-color: #87847E;
 }
</style>