#878676

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

Shades of Schist #878676

Tints of Schist #878676

Color information

#878676 (or 0x878676) is unknown color: approx Schist. HEX triplet: 87, 86 and 76. RGB value is (135,134,118). Sum of RGB (Red+Green+Blue) = 135+134+118=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #878676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878676 is #787989. Grayscale: #848484. Windows color (decimal): -7895434 or 7767687. OLE color: 7767687.

HSL color Cylindrical-coordinate representation of color #878676: hue angle of 56.47º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878676 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB135134118-
CMYK00.010.130.47
HSL56.47º6.72%49.61%-
HSV(B)56.47º12.59%52.94%-
XYZ21.7923.5120.53-
YUV132.48119.83129.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=34.88%
G=34.63%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513411800.010.130.4756.476.7249.61
Hex87867601D2F38732
Octal20720616601155770762
Binary10000111100001101110110011101101111111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878676; }

 p { color: rgb(135,134,118); }

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

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

 a { background-color: rgb(135,134,118); }

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

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

 span { border-color: rgb(135,134,118); }

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