#868774

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

Shades of Schist #868774

Tints of Schist #868774

Color information

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

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

Color convert

RGB134135116-
CMYK0.0100.140.47
HSL63.16º7.57%49.22%-
HSV(B)63.16º14.07%52.94%-
XYZ21.6523.6619.95-
YUV132.53118.67129.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341351160.0100.140.4763.167.5749.22
Hex86877410E2F3f831
Octal206207164101657771061
Binary100001101000011111101001011101011111111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868774; }

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

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

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

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

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

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

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

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