#878673

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

Shades of Schist #878673

Tints of Schist #878673

Color information

#878673 (or 0x878673) is unknown color: approx Schist. HEX triplet: 87, 86 and 73. RGB value is (135,134,115). Sum of RGB (Red+Green+Blue) = 135+134+115=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #878673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878673 is #78798C. Grayscale: #848484. Windows color (decimal): -7895437 or 7571079. OLE color: 7571079.

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

Color convert

RGB135134115-
CMYK00.010.150.47
HSL57º8%49.02%-
HSV(B)57º14.81%52.94%-
XYZ21.6123.4419.6-
YUV132.13118.33130.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=35.16%
G=34.90%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513411500.010.150.4757849.02
Hex87867301F2F39831
Octal207206163011757711061
Binary100001111000011011100110111111011111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878673; }

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

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

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

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

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

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

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

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