#868578

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

Shades of Schist #868578

Tints of Schist #868578

Color information

#868578 (or 0x868578) is unknown color: approx Schist. HEX triplet: 86, 85 and 78. RGB value is (134,133,120). Sum of RGB (Red+Green+Blue) = 134+133+120=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 134 - color contains mainly: red. Hex color #868578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868578 is #797A87. Grayscale: #838383. Windows color (decimal): -7961224 or 7898502. OLE color: 7898502.

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

Color convert

RGB134133120-
CMYK00.010.100.47
HSL55.71º5.51%49.8%-
HSV(B)55.71º10.45%52.55%-
XYZ21.6123.221.11-
YUV131.82121.33129.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=34.63%
G=34.37%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413312000.010.100.4755.715.5149.8
Hex86857801A2F38632
Octal20620517001125770662
Binary10000110100001011111000011010101111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868578; }

 p { color: rgb(134,133,120); }

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

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

 a { background-color: rgb(134,133,120); }

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

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

 span { border-color: rgb(134,133,120); }

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