#858778

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

Shades of Schist #858778

Tints of Schist #858778

Color information

#858778 (or 0x858778) is unknown color: approx Schist. HEX triplet: 85, 87 and 78. RGB value is (133,135,120). Sum of RGB (Red+Green+Blue) = 133+135+120=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 135 - color contains mainly: green. Hex color #858778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858778 is #7A7887. Grayscale: #848484. Windows color (decimal): -8026248 or 7899013. OLE color: 7899013.

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

Color convert

RGB133135120-
CMYK0.0100.110.47
HSL68º5.88%50%-
HSV(B)68º11.11%52.94%-
XYZ21.7323.6721.19-
YUV132.69120.84128.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=34.28%
G=34.79%
B=30.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331351200.0100.110.47685.8850
Hex85877810B2F44632
Octal205207170101357104662
Binary100001011000011111110001010111011111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858778; }

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

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

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

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

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

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

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

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