#858775

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

Shades of Schist #858775

Tints of Schist #858775

Color information

#858775 (or 0x858775) is unknown color: approx Schist. HEX triplet: 85, 87 and 75. RGB value is (133,135,117). Sum of RGB (Red+Green+Blue) = 133+135+117=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #858775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858775 is #7A788A. Grayscale: #848484. Windows color (decimal): -8026251 or 7702405. OLE color: 7702405.

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

Color convert

RGB133135117-
CMYK0.0100.130.47
HSL66.67º7.14%49.41%-
HSV(B)66.67º13.33%52.94%-
XYZ21.5523.620.25-
YUV132.35119.34128.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=34.55%
G=35.06%
B=30.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331351170.0100.130.4766.677.1449.41
Hex85877510D2F43731
Octal205207165101557103761
Binary100001011000011111101011011011011111000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858775; }

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

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

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

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

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

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

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

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