#858678

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

Shades of Schist #858678

Tints of Schist #858678

Color information

#858678 (or 0x858678) is unknown color: approx Schist. HEX triplet: 85, 86 and 78. RGB value is (133,134,120). Sum of RGB (Red+Green+Blue) = 133+134+120=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 134 - color contains mainly: green. Hex color #858678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858678 is #7A7987. Grayscale: #848484. Windows color (decimal): -8026504 or 7898757. OLE color: 7898757.

HSL color Cylindrical-coordinate representation of color #858678: hue angle of 64.29º 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 #858678 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB133134120-
CMYK0.0100.100.47
HSL64.29º5.51%49.8%-
HSV(B)64.29º10.45%52.55%-
XYZ21.5923.3921.15-
YUV132.1121.17128.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331341200.0100.100.4764.295.5149.8
Hex85867810A2F40632
Octal205206170101257100662
Binary100001011000011011110001010101011111000000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858678; }

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

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

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

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

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

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

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

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