#878674

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

Shades of Schist #878674

Tints of Schist #878674

Color information

#878674 (or 0x878674) is unknown color: approx Schist. HEX triplet: 87, 86 and 74. RGB value is (135,134,116). Sum of RGB (Red+Green+Blue) = 135+134+116=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #878674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878674 is #78798B. Grayscale: #848484. Windows color (decimal): -7895436 or 7636615. OLE color: 7636615.

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

Color convert

RGB135134116-
CMYK00.010.140.47
HSL56.84º7.57%49.22%-
HSV(B)56.84º14.07%52.94%-
XYZ21.6723.4619.91-
YUV132.25118.83129.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=35.06%
G=34.81%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513411600.010.140.4756.847.5749.22
Hex87867401E2F39831
Octal207206164011657711061
Binary100001111000011011101000111101011111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878674; }

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

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

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

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

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

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

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

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