#87847C

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

Shades of Friar Grey #87847C

Tints of Friar Grey #87847C

Color information

#87847C (or 0x87847C) is unknown color: approx Friar Grey. HEX triplet: 87, 84 and 7C. RGB value is (135,132,124). Sum of RGB (Red+Green+Blue) = 135+132+124=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #87847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87847C is #787B83. Grayscale: #848484. Windows color (decimal): -7895940 or 8160391. OLE color: 8160391.

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

Color convert

RGB135132124-
CMYK00.020.080.47
HSL43.64º4.38%50.78%-
HSV(B)43.64º8.15%52.94%-
XYZ21.8823.1122.38-
YUV131.98123.49130.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=34.53%
G=33.76%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513212400.020.080.4743.644.3850.78
Hex87847C0282F2c433
Octal20720417402105754463
Binary100001111000010011111000101000101111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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