#87857C

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

Shades of Friar Grey #87857C

Tints of Friar Grey #87857C

Color information

#87857C (or 0x87857C) is unknown color: approx Friar Grey. HEX triplet: 87, 85 and 7C. RGB value is (135,133,124). Sum of RGB (Red+Green+Blue) = 135+133+124=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 135 - color contains mainly: red. Hex color #87857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87857C is #787A83. Grayscale: #848484. Windows color (decimal): -7895684 or 8160647. OLE color: 8160647.

HSL color Cylindrical-coordinate representation of color #87857C: hue angle of 49.09º 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 #87857C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB135133124-
CMYK00.010.080.47
HSL49.09º4.38%50.78%-
HSV(B)49.09º8.15%52.94%-
XYZ22.0223.3822.42-
YUV132.57123.16129.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=34.44%
G=33.93%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513312400.010.080.4749.094.3850.78
Hex87857C0182F31433
Octal20720517401105761463
Binary10000111100001011111100011000101111110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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