#878675

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

Shades of Schist #878675

Tints of Schist #878675

Color information

#878675 (or 0x878675) is unknown color: approx Schist. HEX triplet: 87, 86 and 75. RGB value is (135,134,117). Sum of RGB (Red+Green+Blue) = 135+134+117=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #878675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878675 is #78798A. Grayscale: #848484. Windows color (decimal): -7895435 or 7702151. OLE color: 7702151.

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

Color convert

RGB135134117-
CMYK00.010.130.47
HSL56.67º7.14%49.41%-
HSV(B)56.67º13.33%52.94%-
XYZ21.7323.4920.22-
YUV132.36119.33129.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=34.97%
G=34.72%
B=30.31%

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
Decimal13513411700.010.130.4756.677.1449.41
Hex87867501D2F39731
Octal20720616501155771761
Binary10000111100001101110101011101101111111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878675; }

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

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

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

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

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

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

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

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