#878677

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

Shades of Schist #878677

Tints of Schist #878677

Color information

#878677 (or 0x878677) is unknown color: approx Schist. HEX triplet: 87, 86 and 77. RGB value is (135,134,119). Sum of RGB (Red+Green+Blue) = 135+134+119=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #878677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878677 is #787988. Grayscale: #848484. Windows color (decimal): -7895433 or 7833223. OLE color: 7833223.

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

Color convert

RGB135134119-
CMYK00.010.120.47
HSL56.25º6.3%49.8%-
HSV(B)56.25º11.85%52.94%-
XYZ21.8523.5320.84-
YUV132.59120.33129.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=34.79%
G=34.54%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513411900.010.120.4756.256.349.8
Hex87867701C2F38632
Octal20720616701145770662
Binary10000111100001101110111011100101111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878677; }

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

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

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

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

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

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

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

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