#87897A

Color #87897A Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #87897A

Tints of Schist #87897A

Color information

#87897A (or 0x87897A) is unknown color: approx Schist. HEX triplet: 87, 89 and 7A. RGB value is (135,137,122). Sum of RGB (Red+Green+Blue) = 135+137+122=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 137 - color contains mainly: green. Hex color #87897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87897A is #787685. Grayscale: #868686. Windows color (decimal): -7894662 or 8030599. OLE color: 8030599.

HSL color Cylindrical-coordinate representation of color #87897A: hue angle of 68º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #87897A is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB135137122-
CMYK0.0100.110.46
HSL68º5.98%50.78%-
HSV(B)68º10.95%53.73%-
XYZ22.4524.4521.95-
YUV134.69120.84128.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=34.26%
G=34.77%
B=30.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371220.0100.110.46685.9850.78
Hex87897A10B2E44633
Octal207211172101356104663
Binary100001111000100111110101010111011101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87897A; }

 p { color: rgb(135,137,122); }

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

<style>
 a { background-color: #87897A; }

 a { background-color: rgb(135,137,122); }

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

<style>
 span { border-color: #87897A; }

 span { border-color: rgb(135,137,122); }

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